Files
alien/alien.spec.in

35 lines
923 B
RPMSpec
Raw Normal View History

2000-04-23 03:20:12 +00:00
Summary: Install Debian, Slackware, and Stampede packages with rpm.
Name: alien
Packager: Joey Hess <joey@kitenet.net>
Version: @version@
Release: 1
Source: ftp://kitenet.net/pub/code/debian/alien_@version@.tar.gz
Copyright: GPL
Group: Utilities/File
Buildroot: /tmp/alien-@version@.build
Requires: perl
BuildArchitectures: noarch
2000-04-23 03:20:12 +00:00
%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.
2000-04-23 03:20:12 +00:00
This is a tool only suitable for binary packages.
%prep
%setup -n alien
rm -rf /tmp/alien-@version@.build
2000-04-23 03:20:12 +00:00
%install
perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr
2000-04-23 03:20:12 +00:00
make
make pure_install VARPREFIX=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" | \
sed '/\/man\//s/$/\*/' > manifest
2000-04-23 03:20:12 +00:00
%files -f manifest
2001-01-10 20:33:02 +00:00
%defattr(-,root,root)
2000-04-23 03:20:12 +00:00
%doc debian/changelog COPYING README alien.lsm