]> git.pld-linux.org Git - packages/gb.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:23 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gb.spec -> 1.20

gb.spec

diff --git a/gb.spec b/gb.spec
index c8463d38df8c4937aff016a7bc7651c24a98ee25..b2f2345cea982d7cbf7e5c837952cbe6a4a760a6 100644 (file)
--- a/gb.spec
+++ b/gb.spec
@@ -65,7 +65,7 @@ rm -f missing
 sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
 mv -f configure.in.tmp configure.in
 %{__libtoolize}
-aclocal -I %{_aclocaldir}/gnome
+%{__aclocal} -I %{_aclocaldir}/gnome
 %{__autoconf}
 %{__automake}
 %configure
@@ -77,8 +77,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf ChangeLog NEWS README TODO docs/*.txt
-
 %find_lang %{name}
 
 %clean
@@ -94,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz docs/*.gz
+%doc ChangeLog NEWS README TODO docs/*.txt
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/*.sh
This page took 0.086313 seconds and 4 git commands to generate.