Files
alien/alien.spec.in

31 lines
826 B
RPMSpec
Raw Normal View History

1999-10-30 01:19:47 +00:00
Summary: Install Debian and Slackware Packages with rpm.
1999-09-05 05:50:40 +00:00
Name: alien
1999-10-30 01:19:47 +00:00
Packager: Joey Hess <joey@kitenet.net>
1999-09-05 05:50:40 +00:00
Version: @version@
Release: 1
1999-10-30 01:19:47 +00:00
Source: ftp://kitenet.net/pub/code/debian/alien_@version@.tar.gz
1999-09-05 05:50:40 +00:00
Copyright: GPL
Group: Utilities/File
Buildroot: /tmp/alien-@version@.build
1999-10-30 01:19:47 +00:00
Requires: perl
1999-09-05 05:50:40 +00:00
%description
1999-10-30 01:19:47 +00:00
Alien allows you to convert Debian, Slackware, and Stampede Packages into Red
Hat packages, which can be installed with rpm.
1999-09-05 05:50:40 +00:00
1999-10-30 01:19:47 +00:00
It can also convert into Slackware, Debian and Stampede packages.
1999-09-05 05:50:40 +00:00
This is a tool only suitable for binary packages.
%prep
1999-10-30 01:19:47 +00:00
%setup -n alien
rm -r /tmp/alien-@version@.build || true
1999-09-05 05:50:40 +00:00
%install
make DESTDIR=$RPM_BUILD_ROOT install
1999-10-30 01:19:47 +00:00
chown -R root.root $RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" > manifest
1999-09-05 05:50:40 +00:00
%files -f manifest
2000-04-21 08:56:33 +00:00
%doc denbian/changelog COPYING README alien.lsm