rpms/sks/EL-5 sks-1.1.1-libdb.patch, NONE, 1.1 sks.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nick Bebout nb at fedoraproject.org
Thu Oct 15 17:59:52 UTC 2009


Author: nb

Update of /cvs/pkgs/rpms/sks/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31244

Modified Files:
	.cvsignore sources 
Added Files:
	sks-1.1.1-libdb.patch sks.spec 
Log Message:
Initial commit of sks 1.1.1

sks-1.1.1-libdb.patch:
 Makefile.local.unused |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE sks-1.1.1-libdb.patch ---
Common subdirectories: sks-1.1.1/bdb and sks-1.1.1-patched/bdb
diff -u sks-1.1.1/Makefile.local.unused sks-1.1.1-patched/Makefile.local.unused
--- sks-1.1.1/Makefile.local.unused	2009-03-25 20:18:03.000000000 -0500
+++ sks-1.1.1-patched/Makefile.local.unused	2009-10-13 16:54:17.835163112 -0500
@@ -1,7 +1,7 @@
 BDBLIB=-L/usr/lib
 BDBINCLUDE=-I/usr/include
 PREFIX=/usr/local
-LIBDB=-ldb-4.6
+LIBDB=-ldb-4.7
 MANDIR=/usr/share/man
 export BDBLIB
 export BDBINCLUDE


--- NEW FILE sks.spec ---
Summary:        Synchronizing Key Server
Name:           sks
Version:        1.1.1
Release:        2%{?dist}
License:        GPLv2+
Group:          System Environment/Daemons
URL:            http://code.google.com/p/sks-keyserver/
Source0:        http://sks-keyserver.googlecode.com/files/sks-1.1.1.tgz
Patch0:         sks-1.1.1-libdb.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:  ocaml ocaml-camlp4-devel db4-devel zlib-devel chrpath

%description
SKS is a OpenPGP keyserver whose goal is to provide easy to
deploy, decentralized, and highly reliable synchronization.

%prep
%setup -q
%patch0 -p1

%build
%__mv Makefile.local.unused Makefile.local
%__make dep
%__make CFLAGS="$RPM_OPT_FLAGS -I`ocamlc -where` -I ." all

%install
%__rm -Rf "%{buildroot}"
%__make install PREFIX="%{buildroot}%{_prefix}" MANDIR="%{buildroot}%{_mandir}"
chmod -x %{buildroot}%{_mandir}/man8/sks.8.gz
chrpath --delete %{buildroot}%{_bindir}/sks

%clean
%__rm -Rf "%{buildroot}"

%files
%defattr(-,root,root)
%doc BUGS CHANGELOG COPYING FILES README TODO VERSION
%{_bindir}/sks
%{_bindir}/sks_build.sh
%{_bindir}/sks_add_mail
%{_mandir}/man8/sks.8.gz

%changelog
* Wed Oct 14 2009 Nick Bebout <nb at fedoraproject.org> - 1.1.1-2
- Add CFLAGS to make all
* Tue Oct 13 2009 Nick Bebout <nb at fedoraproject.org> - 1.1.1-1
- Initial Fedora package based on 1.1.1 of sks


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sks/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	15 Oct 2009 17:15:48 -0000	1.1
+++ .cvsignore	15 Oct 2009 17:59:52 -0000	1.2
@@ -0,0 +1 @@
+sks-1.1.1.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sks/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	15 Oct 2009 17:15:48 -0000	1.1
+++ sources	15 Oct 2009 17:59:52 -0000	1.2
@@ -0,0 +1 @@
+120361b88cf6820c108c6746ac464488  sks-1.1.1.tgz




More information about the fedora-extras-commits mailing list