diff --git a/alien.lsm b/alien.lsm index 4bc8e04..45b101e 100644 --- a/alien.lsm +++ b/alien.lsm @@ -1,13 +1,14 @@ Begin3 Title: alien -Version: 4.00 +Version: 6.48 Entered-date: 31MAR97 -Description: Alien converts Slackware .tgz packages, Red Hat .rpm packages - and Debian .deb packages. It can convert these formats to - either .deb or .rpm. It works only on binary packages. -Keywords: dpkg rpm tgz convert -Author: joey@kite.ml.org -Primary-site: sunsite.unc.edu /pub/Linux/utils/scripts - 32 alien-4.00.tar.gz +Description: Alien converts Slackware .tgz packages, Red Hat .rpm packages, + Debian .deb packages, and Stampede .slp packages. It can + convert from any of the formats to any other format. It works + only on binary packages. +Keywords: debian dpkg deb red hat redhat rpm slackware tgz stampede slp convert package +Author: joey@kitenet.net +Primary-site: sunsite.unc.edu /pub/Linux/utils/package + 32 alien-6.48.tar.gz Copying-policy: GPL End diff --git a/alien.spec b/alien.spec index 0bbc38b..881d701 100644 --- a/alien.spec +++ b/alien.spec @@ -1,26 +1,30 @@ -Summary: Install Debian and Slackware Packages with dpkg. +Summary: Install Debian and Slackware Packages with rpm. Name: alien -Packager: Joey Hess -Version: 4.00 +Packager: Joey Hess +Version: 6.48 Release: 1 -Source: ftp://kite.ml.org/pub/code/debian/alien_4.00.tar.gz +Source: ftp://kitenet.net/pub/code/debian/alien_6.48.tar.gz Copyright: GPL Group: Utilities/File -Buildroot: /tmp/alien-4.00.build +Buildroot: /tmp/alien-6.48.build +Requires: perl %description -Alien allows you to convert Debian and Slackware Packages into Red Hat -packages, which can be installed with rpm. +Alien allows you to convert Debian, Slackware, and Stampede Packages into Red +Hat packages, which can be installed with rpm. -It can also convert Red Hat and Slackware packages into Debian packages. +It can also convert into Slackware, Debian and Stampede packages. This is a tool only suitable for binary packages. %prep -%setup +%setup -n alien +rm -r /tmp/alien-6.48.build || true %install make DESTDIR=$RPM_BUILD_ROOT install -find $RPM_BUILD_ROOT -type f -printf "/%P\n" > manifest +chown -R root.root $RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" > manifest %files -f manifest +%doc CHANGES COPYING README alien.lsm diff --git a/alien.spec.in b/alien.spec.in index cc26775..f60ba35 100644 --- a/alien.spec.in +++ b/alien.spec.in @@ -1,26 +1,30 @@ -Summary: Install Debian and Slackware Packages with dpkg. +Summary: Install Debian and Slackware Packages with rpm. Name: alien -Packager: Joey Hess +Packager: Joey Hess Version: @version@ Release: 1 -Source: ftp://kite.ml.org/pub/code/debian/alien_@version@.tar.gz +Source: ftp://kitenet.net/pub/code/debian/alien_@version@.tar.gz Copyright: GPL Group: Utilities/File Buildroot: /tmp/alien-@version@.build +Requires: perl %description -Alien allows you to convert Debian and Slackware Packages into Red Hat -packages, which can be installed with rpm. +Alien allows you to convert Debian, Slackware, and Stampede Packages into Red +Hat packages, which can be installed with rpm. -It can also convert Red Hat and Slackware packages into Debian packages. +It can also convert into Slackware, Debian and Stampede packages. This is a tool only suitable for binary packages. %prep -%setup +%setup -n alien +rm -r /tmp/alien-@version@.build || true %install make DESTDIR=$RPM_BUILD_ROOT install -find $RPM_BUILD_ROOT -type f -printf "/%P\n" > manifest +chown -R root.root $RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" > manifest %files -f manifest +%doc CHANGES COPYING README alien.lsm