Files
alien/alien.spec.in
joey 7cc6f519ec * Patch from Pavel Roskin <proski@gnu.org> for misc specfile issues,
including nastly comppressed man page munging.
   * Updaed motif patches from Andreas Voegele <andreas.voegele@gmx.de>.
2000-12-12 04:57:35 +00:00

40 lines
1.1 KiB
RPMSpec

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
%description
Alien allows you to convert Debian, Slackware, and Stampede Packages into Red
Hat packages, which can be installed with rpm.
It can also convert into Slackware, Debian and Stampede packages.
This is a tool only suitable for binary packages.
%prep
%setup -n alien
rm -rf /tmp/alien-@version@.build
%install
perl Makefile.PL
make
make pure_install INSTALLDIRS=perl \
PREFIX=$RPM_BUILD_ROOT/`perl -e 'use Config;print $Config{prefix}'` \
INSTALLMAN1DIR=$RPM_BUILD_ROOT/usr/man/man1 \
INSTALLMAN3DIR=$RPM_BUILD_ROOT/usr/man/man3 \
INSTALLARCHLIB=$RPM_BUILD_ROOT/killme \
VARPREFIX=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT/killme
find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" | \
sed '/\/man\//s/$/\*/' > manifest
%files -f manifest
%doc debian/changelog COPYING README alien.lsm