]> git.pld-linux.org Git - packages/gal.git/blobdiff - gal.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/gal.git] / gal.spec
index d5205ef1940c4586903475e5069fa23a96707f22..70c02d57b97f990e184576cd11eebc962eb2a9b0 100644 (file)
--- a/gal.spec
+++ b/gal.spec
@@ -3,7 +3,7 @@ Summary(pl):    Biblioteki Aplikacji GNOME (GAL)
 Summary(pt_BR):        G App Libs: Biblioteca para uso em aplicativos GNOME
 Name:          gal
 Version:       0.19.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL
 Group:         X11/Libraries
@@ -93,8 +93,8 @@ rm -f missing
 libtoolize --copy --force
 gettextize --copy --force
 aclocal -I %{_aclocaldir}/gnome
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-static
 %{__make}
@@ -105,8 +105,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS ChangeLog NEWS README
-
 %find_lang %{name}
 
 %clean
@@ -124,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/*.sh
 %attr(755,root,root) %{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/lib*.so
This page took 0.05356 seconds and 4 git commands to generate.