2013-08-26 01:06:39 -04:00
|
|
|
Summary: Install Debian, Slackware, and Stampede packages with rpm.
|
|
|
|
|
Name: alien
|
|
|
|
|
Packager: Joey Hess <joey@kitenet.net>
|
2020-11-01 15:35:34 -03:00
|
|
|
Version: 8.95.2
|
2013-08-26 01:06:39 -04:00
|
|
|
Release: 1
|
2020-11-01 15:35:34 -03:00
|
|
|
Source: ftp://kitenet.net/pub/code/debian/alien_8.95.2.tar.gz
|
2013-08-26 01:06:39 -04:00
|
|
|
License: GPL
|
|
|
|
|
Group: Utilities/File
|
2020-11-01 15:35:34 -03:00
|
|
|
Buildroot: /tmp/alien-8.95.2.build
|
2013-08-26 01:06:39 -04:00
|
|
|
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
|
2020-11-01 15:35:34 -03:00
|
|
|
rm -rf /tmp/alien-8.95.2.build
|
2013-08-26 01:06:39 -04:00
|
|
|
|
|
|
|
|
%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
|