rpms/abook/devel abook.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Wed Aug 16 18:10:42 UTC 2006


Author: rathann

Update of /cvs/extras/rpms/abook/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21651/devel

Modified Files:
	.cvsignore sources 
Added Files:
	abook.spec 
Log Message:
auto-import abook-0.5.6-2 on branch devel from abook-0.5.6-2.src.rpm


--- NEW FILE abook.spec ---
Name: abook
Version: 0.5.6
Release: 2%{?dist}
License: GPL
URL: http://abook.sourceforge.net/
Summary: Text-based addressbook program for mutt
Group: Applications/Productivity
Source: http://dl.sourceforge.net/sourceforge/abook/%{name}-%{version}.tar.gz
BuildRequires: gettext
BuildRequires: ncurses-devel
BuildRequires: readline-devel
Requires: lynx
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Abook is a small and powerful text-based addressbook program
designed for use with the mutt mail client.

%prep
%setup -q

%build
export LDFLAGS=-L%{_libdir}
%configure
%{__make} %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%{__make} DESTDIR=$RPM_BUILD_ROOT install
# generate localized files list
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(0644,root,root,0755)
%doc AUTHORS BUGS ChangeLog README THANKS TODO sample.abookrc FAQ NEWS ANNOUNCE
%doc COPYING
%attr(0755,root,root) %{_bindir}/abook
%{_mandir}/man1/abook.*
%{_mandir}/man5/abookrc.*

%changelog
* Tue Aug 15 2006 Dominik Mierzejewski <rpm at greysector.net> 0.5.6-2
- fix macro usage in changelog
- clean buildroot before install

* Mon Jul 31 2006 Dominik Mierzejewski <rpm at greysector.net> 0.5.6-1
- updated to 0.5.6
- fix 64bit build

* Sun Apr 02 2006 Dominik Mierzejewski <rpm at greysector.net> 0.5.5-2
- more FE compliance fixes

* Fri Jan 06 2006 Dominik Mierzejewski <rpm at greysector.net> 0.5.5-1
- updated to 0.5.5
- applied upstream post-0.5.5 patches
- added locales

* Sun Oct 02 2005 Dominik Mierzejewski <rpm at greysector.net> 0.5.4-1
- updated to 0.5.4
- spec cleanups

* Sun Apr 10 2005 Dominik Mierzejewski <rpm at greysector.net> 0.5.3-2
- add missing readline-devel BR

* Sun Oct 10 2004 Dominik Mierzejewski <rpm at greysector.net> 0.5.3-1
- updated to 0.5.3

* Tue May 13 2003 Dominik Mierzejewski <rpm at greysector.net> 0.4.18-2
- rebuilt for RH7.3

* Tue Nov 05 2002 Aleksandr Blokhin 'Sass' <sass at altlinux.ru> 0.4.18-alt0.1.cvs20021008
- daily cvs snapshot
- %%rlz1 logic is going back ;)

* Wed Oct 16 2002 Stanislav Ievlev <inger at altlinux.ru> 0.4.17-alt2
- rebuild with gcc3
- I had to remove %%rlz1 logic. See changelogs below ;)))
- removed extra translations

* Sun Apr 07 2002 Aleksandr Blohin <sass at altlinux.ru> 0.4.17-%%rlz1
- 0.4.17

* Fri Mar 15 2002 Aleksandr Blohin <sass at altlinux.ru> 0.4.16-%%rlz1
- 0.4.16

* Fri Mar 01 2002 Aleksandr Blohin <sass at altlinux.ru> 0.4.15-%%rlz1
- updates in spec

* Tue Jan 08 2002 Aleksandr Blohin <sass at altlinux.ru> 0.4.15-alt3
- added Summary & description in CP1251 encoding

* Mon Dec 24 2001 Aleksandr Blohin <sass at altlinux.ru> 0.4.15-alt2
- updated spec
- updated to rpm-4.0.3

* Thu Nov 7 2001 Aleksandr Blohin <sass at altlinux.ru> 0.4.15-alt1
- 0.4.15 final
- spec cleanup

* Sat Oct 27 2001 Aleksandr Blohin <sass at altlinux.ru> 0.4.15-alt0.pre2
- 0.4.15pre2
- spec cleanup

* Fri Oct 5 2001 Aleksandr Blohin <sass at altlinux.ru> 0.4.14-alt1
- 0.4.14

* Thu Jun 28 2001 Stanislav Ievlev <inger at altlinux.ru> 0.4.13-alt1
- 0.4.13

* Thu Apr 26 2001 Stanislav Ievlev <inger at altlinux.ru> 0.4.12-alt1
- 0.4.12

* Tue Jan 09 2001 Dmitry V. Levin <ldv at fandra.org> 0.4.11-ipl1mdk
- 0.4.11

* Sun Dec 17 2000 Dmitry V. Levin <ldv at fandra.org> 0.4.10-ipl1mdk
- RE adaptions.

* Sat Dec 16 2000 Vincent Danen <vdanen at mandrakesoft.com> 0.4.10-1mdk
- first mandrake version

* Wed Sep 20 2000 Gustavo Niemeyer <niemeyer at conectiva.com>
- First package.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/abook/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Aug 2006 18:05:57 -0000	1.1
+++ .cvsignore	16 Aug 2006 18:10:42 -0000	1.2
@@ -0,0 +1 @@
+abook-0.5.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/abook/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Aug 2006 18:05:57 -0000	1.1
+++ sources	16 Aug 2006 18:10:42 -0000	1.2
@@ -0,0 +1 @@
+87d25df96864a7c507a4965e6d1da49d  abook-0.5.6.tar.gz




More information about the fedora-extras-commits mailing list