]> git.pld-linux.org Git - packages/everybuddy.git/blobdiff - everybuddy.spec
- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"
[packages/everybuddy.git] / everybuddy.spec
index 2371ddb0fc141ed84435c1a9cacca3ddfd62ece2..4a930d27908cb8355589ade913b93cda3df01b27 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    Uniwersalny Klient Natychmiastowych Wiadomo
 Summary(pt_BR):        Um cliente universal para mensagens instantâneas
 Name:          everybuddy
 Version:       0.2.1beta6
-Release:       1
+Release:       2
 Epoch:         0
 License:       GPL
 Group:         Applications/Communications
@@ -56,10 +56,10 @@ incorporado em vers
 
 %build
 rm -f missing
-libtoolize --copy --force
+%{__libtoolize}
 aclocal -I m4
-autoconf
-automake -a -c
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-gnome \
        --enable-panel \
@@ -75,15 +75,12 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        AUtilitiesdir=%{_applnkdir}/Network/Communications
 
-gzip -9nf AUTHORS NEWS README TODO \
-       doc/{CREDITS,FAQ,NOMENCLATURE,README*}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {*,doc/*}.gz
+%doc AUTHORS NEWS README TODO doc/{CREDITS,FAQ,NOMENCLATURE,README*}
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man?/*
 %{_applnkdir}/Network/Communications/*.desktop
This page took 0.048119 seconds and 4 git commands to generate.