]> git.pld-linux.org Git - packages/abook.git/blobdiff - abook.spec
- working Source URL
[packages/abook.git] / abook.spec
index 943248a593201a7e84cf107b5aa7bacd74c53a51..a62479b15d419a14f560cf51c3b00a6cdfea6f57 100644 (file)
@@ -2,10 +2,10 @@ Summary:      Text-based addressbook program for mutt
 Summary(pl):   Tekstowa ksi±¿ka adresowa dla klienta pocztowego mutt
 Name:          abook
 Version:       0.4.17
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Mail
-Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/abook/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/abook/%{name}-%{version}.tar.gz
 URL:           http://abook.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -24,10 +24,11 @@ do u
 %setup -q
 
 %build
-autoheader
-aclocal
-autoconf
-automake -a -c -f
+rm -f missing
+%{__autoheader}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -36,13 +37,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS BUGS ChangeLog NEWS README THANKS TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man[15]/*
This page took 0.067883 seconds and 4 git commands to generate.