* 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:
joey
2000-12-12 04:57:35 +00:00
parent dfab4e5831
commit 7cc6f519ec
2 changed files with 12 additions and 2 deletions

View File

@@ -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