]> git.pld-linux.org Git - packages/eject.git/commitdiff
- BR: gettext-devel; new %%doc
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 9 Oct 2002 10:18:10 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eject.spec -> 1.44

eject.spec

index f4974cf82f4aa6b0227600614333996068f9fdd1..c47b65baadf4a419ed8f68640435818125c0742c 100644 (file)
@@ -17,8 +17,9 @@ Source0:      http://www.pobox.com/~tranter/%{name}-%{version}.tar.gz
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 Patch0:                %{name}-DESTDIR_fix.patch
 URL:           http://sourceforge.net/projects/eject/
-BuildRequires: automake
 BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -71,7 +72,7 @@ Iomega Jaz 
 %build
 rm -f missing
 %{__gettextize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
@@ -84,14 +85,12 @@ rm -rf $RPM_BUILD_ROOT
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-gzip -9nf AUTHORS ChangeLog NEWS PORTING PROBLEMS README TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS PORTING PROBLEMS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %lang(fi) %{_mandir}/fi/man1/*
This page took 0.07962 seconds and 4 git commands to generate.