From d9543d74671bac91200de6a27737af4ec4e73527 Mon Sep 17 00:00:00 2001 From: waszi Date: Tue, 17 Oct 2000 07:45:02 +0000 Subject: [PATCH 1/1] - initial rpm release Changed files: abook.spec -> 1.1 --- abook.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 abook.spec diff --git a/abook.spec b/abook.spec new file mode 100644 index 0000000..14a21dd --- /dev/null +++ b/abook.spec @@ -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/* -- 2.44.0