mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* 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>.
This commit is contained in:
@@ -8,6 +8,7 @@ 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
|
||||
@@ -19,7 +20,7 @@ This is a tool only suitable for binary packages.
|
||||
|
||||
%prep
|
||||
%setup -n alien
|
||||
rm -r /tmp/alien-@version@.build || true
|
||||
rm -rf /tmp/alien-@version@.build
|
||||
|
||||
%install
|
||||
perl Makefile.PL
|
||||
@@ -31,7 +32,8 @@ make pure_install INSTALLDIRS=perl \
|
||||
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" > manifest
|
||||
find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" | \
|
||||
sed '/\/man\//s/$/\*/' > manifest
|
||||
|
||||
%files -f manifest
|
||||
%doc debian/changelog COPYING README alien.lsm
|
||||
|
||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,11 @@
|
||||
alien (7.13) unstable; urgency=low
|
||||
|
||||
* 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>.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Mon, 11 Dec 2000 15:15:41 -0800
|
||||
|
||||
alien (7.12) unstable; urgency=low
|
||||
|
||||
* Modified Rpm.pm to not bother with the scripts stanzas if there are
|
||||
|
||||
Reference in New Issue
Block a user