need to check in these files to use dgit

These files appear in the tarball, so dgit requires they be in git. hmm.
This commit is contained in:
Joey Hess
2013-08-26 01:06:39 -04:00
parent 53751ccbbf
commit 92933477e6
3 changed files with 48 additions and 2 deletions

34
alien.spec Normal file
View File

@@ -0,0 +1,34 @@
Summary: Install Debian, Slackware, and Stampede packages with rpm.
Name: alien
Packager: Joey Hess <joey@kitenet.net>
Version: 8.89
Release: 1
Source: ftp://kitenet.net/pub/code/debian/alien_8.89.tar.gz
License: GPL
Group: Utilities/File
Buildroot: /tmp/alien-8.89.build
Requires: perl
BuildArchitectures: noarch
%description
Alien allows you to convert Debian, Slackware, and Stampede Packages into Red
Hat packages, which can be installed with rpm.
It can also generate Slackware, Debian and Stampede packages.
This is a tool only suitable for binary packages.
%prep
%setup -n alien
rm -rf /tmp/alien-8.89.build
%install
perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr
make
make pure_install VARPREFIX=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" | \
sed '/\/man\//s/$/\*/' > manifest
%files -f manifest
%defattr(-,root,root)
%doc debian/changelog GPL README alien.lsm