Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
5104e4135f dist-git conversion 2010-07-28 09:33:27 +00:00
Bill Nottingham
886e5db0cb Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:24:31 +00:00
Dominik Mierzejewski
ec57491f0e - latest devel version
- specfile cleanups
2007-04-29 11:10:26 +00:00
Jeremy Katz
70cd0a1456 Initialize branch FC-6 for abook 2006-10-23 14:35:01 +00:00
5 changed files with 13 additions and 31 deletions

View file

@ -1 +0,0 @@
abook-0.5.6.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
abook-0.6.0pre2.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: abook
# $Id$
NAME := abook
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,15 +1,16 @@
Name: abook
Version: 0.5.6
Release: 3%{?dist}
Version: 0.6.0
Release: 0.1.pre2%{?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
#Source: http://dl.sourceforge.net/sourceforge/abook/%{name}-%{version}.tar.gz
Source: http://abook.sourceforge.net/devel/abook-0.6.0pre2.tar.gz
BuildRequires: gettext
BuildRequires: ncurses-devel
BuildRequires: readline-devel
Requires: lynx
Requires: webclient
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -17,10 +18,9 @@ Abook is a small and powerful text-based addressbook program
designed for use with the mutt mail client.
%prep
%setup -q
%setup -q -n %{name}-%{version}pre2
%build
export LDFLAGS=-L%{_libdir}
%configure
%{__make} %{?_smp_mflags}
@ -35,13 +35,16 @@ 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
%doc AUTHORS BUGS COPYING ChangeLog FAQ README RELEASE_NOTES THANKS TODO sample.abookrc
%attr(0755,root,root) %{_bindir}/abook
%{_mandir}/man1/abook.*
%{_mandir}/man5/abookrc.*
%changelog
* Sun Apr 29 2007 Dominik Mierzejewski <rpm@greysector.net> 0.6.0-0.1.pre2
- latest devel version
- specfile cleanups
* Mon Aug 28 2006 Dominik Mierzejewski <rpm@greysector.net> 0.5.6-3
- mass rebuild

View file

@ -1 +1 @@
87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz
1e4a7210b3507db7b3d47ee7a2457934 abook-0.6.0pre2.tar.gz