]> git.pld-linux.org Git - packages/abook.git/commitdiff
- initial rpm release
authorwaszi <waszi@pld-linux.org>
Tue, 17 Oct 2000 07:45:02 +0000 (07:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abook.spec -> 1.1

abook.spec [new file with mode: 0644]

diff --git a/abook.spec b/abook.spec
new file mode 100644 (file)
index 0000000..14a21dd
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Text-based addressbook program
+Name:          abook
+Version:       0.4.10
+Release:       1
+Group:         Applications/Mail
+Group(de):     Applikationen/Post
+Group(pl):     Aplikacje/Poczta
+Group(pt):     Aplicações/Correio Eletrônico
+License:       GPL
+Source0:       %{name}-%{version}.tar.gz
+URL:           http://members.linuxstart.com/~jheinonen/abook/
+BuildRequires: ncurses-devel >= 5.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Abook is a text-based addressbook program designed to use with mutt
+mail client.
+
+%prep
+%setup  -q
+%build
+autoheader;autoconf;automake; 
+%configure 
+%{__make}
+
+%install
+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 {AUTHORS,BUGS,ChangeLog,NEWS,README,THANKS,TODO}.gz
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%{_mandir}/man5/*
This page took 0.117251 seconds and 4 git commands to generate.