Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5104e4135f | ||
|
|
886e5db0cb | ||
|
|
ec57491f0e | ||
|
|
70cd0a1456 |
5 changed files with 13 additions and 31 deletions
|
|
@ -1 +0,0 @@
|
||||||
abook-0.5.6.tar.gz
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
abook-0.6.0pre2.tar.gz
|
||||||
21
Makefile
21
Makefile
|
|
@ -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)
|
|
||||||
19
abook.spec
19
abook.spec
|
|
@ -1,15 +1,16 @@
|
||||||
Name: abook
|
Name: abook
|
||||||
Version: 0.5.6
|
Version: 0.6.0
|
||||||
Release: 3%{?dist}
|
Release: 0.1.pre2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://abook.sourceforge.net/
|
URL: http://abook.sourceforge.net/
|
||||||
Summary: Text-based addressbook program for mutt
|
Summary: Text-based addressbook program for mutt
|
||||||
Group: Applications/Productivity
|
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: gettext
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
Requires: lynx
|
Requires: webclient
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
@ -17,10 +18,9 @@ Abook is a small and powerful text-based addressbook program
|
||||||
designed for use with the mutt mail client.
|
designed for use with the mutt mail client.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}pre2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LDFLAGS=-L%{_libdir}
|
|
||||||
%configure
|
%configure
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
@ -35,13 +35,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc AUTHORS BUGS ChangeLog README THANKS TODO sample.abookrc FAQ NEWS ANNOUNCE
|
%doc AUTHORS BUGS COPYING ChangeLog FAQ README RELEASE_NOTES THANKS TODO sample.abookrc
|
||||||
%doc COPYING
|
|
||||||
%attr(0755,root,root) %{_bindir}/abook
|
%attr(0755,root,root) %{_bindir}/abook
|
||||||
%{_mandir}/man1/abook.*
|
%{_mandir}/man1/abook.*
|
||||||
%{_mandir}/man5/abookrc.*
|
%{_mandir}/man5/abookrc.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 28 2006 Dominik Mierzejewski <rpm@greysector.net> 0.5.6-3
|
||||||
- mass rebuild
|
- mass rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz
|
1e4a7210b3507db7b3d47ee7a2457934 abook-0.6.0pre2.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue