packages: smartcardpp/smartcardpp.spec (NEW) - new, based on fc spec
glen
glen at pld-linux.org
Mon Jan 3 22:10:28 CET 2011
Author: glen Date: Mon Jan 3 21:10:28 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- new, based on fc spec
---- Files affected:
packages/smartcardpp:
smartcardpp.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/smartcardpp/smartcardpp.spec
diff -u /dev/null packages/smartcardpp/smartcardpp.spec:1.1
--- /dev/null Mon Jan 3 22:10:28 2011
+++ packages/smartcardpp/smartcardpp.spec Mon Jan 3 22:10:22 2011
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+Summary: Library for accessing smart cards
+Name: smartcardpp
+Version: 0.2.0
+Release: 1
+License: BSD
+Group: Libraries
+URL: http://code.google.com/p/esteid/
+Source0: http://esteid.googlecode.com/files/%{name}-%{version}.tar.bz2
+# Source0-md5: 4256e9d401864ce60f5d18de606c228f
+BuildRequires: cmake
+BuildRequires: pcsc-lite-devel
+BuildRequires: rpmbuild(macros) >= 1.577
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+smartcardpp is a set of C++ classes to manage smart card
+communications and implement basic command primitives.
+
+%package devel
+Summary: Development files for %{name}
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: pcsc-lite-devel
+
+%description devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS
+%attr(755,root,root) %{_bindir}/card-test
+%attr(755,root,root) %{_libdir}/libsmartcardpp.so.*.*.*
+%ghost %attr(755,root,root) %{_libdir}/libsmartcardpp.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsmartcardpp.so
+%{_libdir}/libsmartcardpp.so
+%{_includedir}/smartcardpp
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2011/01/03 21:10:22 glen
+- new, based on fc spec
================================================================
More information about the pld-cvs-commit
mailing list