]> git.pld-linux.org Git - packages/abook.git/blobdiff - abook.spec
- working Source URL
[packages/abook.git] / abook.spec
index 4499c056a3c9663a9192d0e65cdd7fdef964669c..a62479b15d419a14f560cf51c3b00a6cdfea6f57 100644 (file)
@@ -1,16 +1,12 @@
 Summary:       Text-based addressbook program for mutt
 Summary(pl):   Tekstowa ksi±¿ka adresowa dla klienta pocztowego mutt
 Name:          abook
-Version:       0.4.12
+Version:       0.4.17
 Release:       2
 License:       GPL
 Group:         Applications/Mail
-Group(de):     Applikationen/Post
-Group(pl):     Aplikacje/Poczta
-Group(pt):     Aplicações/Correio Eletrônico
-Source0:       ftp://abook.sourceforge.net/pub/abook/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/abook/%{name}-%{version}.tar.gz
 URL:           http://abook.sourceforge.net/
-Patch0:                %{name}-nickquery.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: ncurses-devel >= 5.0
@@ -21,19 +17,19 @@ Abook is a text-based addressbook program designed to use with mutt
 mail client.
 
 %description -l pl
-Abook to pracuj±ca w trybie tekstowym ksi±¿ka adresowa zaprojektowana do
-u¿ycia z programem pocztowym mutt.
+Abook to pracuj±ca w trybie tekstowym ksi±¿ka adresowa zaprojektowana
+do u¿ycia z programem pocztowym mutt.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-autoheader
-aclocal
-autoconf
-automake -a -c
-%configure 
+rm -f missing
+%{__autoheader}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
 %{__make}
 
 %install
@@ -41,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.143844 seconds and 4 git commands to generate.