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

Joe Orton (jorton) fedora-extras-commits at redhat.com
Tue Feb 26 20:11:20 UTC 2008


Author: jorton

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

Modified Files:
	.cvsignore sources 
Added Files:
	pakchois.spec 
Log Message:
- initial import



--- NEW FILE pakchois.spec ---
Summary: A wrapper library for PKCS#11
Name: pakchois
Version: 0.4
Release: 1
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.manyfish.co.uk/pakchois/
Source0: http://www.manyfish.co.uk/pakchois/pakchois-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gettext

%description
pakchois is just another PKCS#11 wrapper library. pakchois aims to
provide a thin wrapper over the PKCS#11 interface; offering a
modern object-oriented C interface which does not hide any of the
underlying interface, and avoids dependencies on any cryptography
toolkit.

%package devel
Summary: Development library and C header files for the pakchois library
Group: Development/Libraries
Requires: pkgconfig, pakchois = %{version}-%{release}

%description devel
The development library for the pakchois PKCS#11 wrapper library.

%prep
%setup -q

%build
# The module path used here will pick up opensc, coolkey, and
# gnome-keyring, if they are also installed.  (the path is not
# checked at build time, so those packages do not need to be BRed)
%define pkcs11_path %{_libdir}/pkcs11:%{_libdir}/gnome-keyring:%{_libdir}
%configure --disable-static \
           --enable-module-path=%{pkcs11_path}
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root)
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so

%changelog
* Wed Feb 13 2008 Joe Orton <jorton at redhat.com> 0.4-1
- initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pakchois/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Feb 2008 18:10:34 -0000	1.1
+++ .cvsignore	26 Feb 2008 20:10:46 -0000	1.2
@@ -0,0 +1 @@
+pakchois-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pakchois/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Feb 2008 18:10:34 -0000	1.1
+++ sources	26 Feb 2008 20:10:46 -0000	1.2
@@ -0,0 +1 @@
+218ad0256e514989299acdf4e86aaf3d  pakchois-0.4.tar.gz




More information about the fedora-extras-commits mailing list