From: Jakub Bogusz Date: Tue, 1 Nov 2011 13:17:56 +0000 (+0000) Subject: - updated to 0.3.0 (note: new soname) X-Git-Tag: auto/th/smartcardpp-0_3_0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=ffd00be11458c462e1e060e3641e53704cbb5c68;p=packages%2Fsmartcardpp.git - updated to 0.3.0 (note: new soname) - removed obsolete gcc patch Changed files: smartcardpp-gcc.patch -> 1.2 smartcardpp.spec -> 1.4 --- diff --git a/smartcardpp-gcc.patch b/smartcardpp-gcc.patch deleted file mode 100644 index 8993632..0000000 --- a/smartcardpp-gcc.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- smartcardpp-0.2.0/locked_allocator.h.orig 2009-12-01 19:23:48.000000000 +0100 -+++ smartcardpp-0.2.0/locked_allocator.h 2011-05-09 17:40:19.499565137 +0200 -@@ -1,3 +1,4 @@ -+#include - #include - - template class locked_allocator; diff --git a/smartcardpp.spec b/smartcardpp.spec index fe2bf32..a735635 100644 --- a/smartcardpp.spec +++ b/smartcardpp.spec @@ -1,14 +1,13 @@ Summary: Library for accessing smart cards Summary(pl.UTF-8): Biblioteka do dostępu do kart procesorowych Name: smartcardpp -Version: 0.2.0 -Release: 2 +Version: 0.3.0 +Release: 1 License: BSD Group: Libraries #Source0Download: http://code.google.com/p/esteid/downloads/list Source0: http://esteid.googlecode.com/files/%{name}-%{version}.tar.bz2 -# Source0-md5: 4256e9d401864ce60f5d18de606c228f -Patch0: %{name}-gcc.patch +# Source0-md5: c6172387475982393d02314f389f3513 URL: http://code.google.com/p/esteid/ BuildRequires: cmake >= 2.6 BuildRequires: libstdc++-devel @@ -43,7 +42,6 @@ wykorzystujących bibliotekę smartcardpp. %prep %setup -q -%patch0 -p1 %build install -d build @@ -67,9 +65,10 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING NEWS %attr(755,root,root) %{_bindir}/card-test %attr(755,root,root) %{_libdir}/libsmartcardpp.so.*.*.* -%ghost %attr(755,root,root) %{_libdir}/libsmartcardpp.so.0 +%attr(755,root,root) %ghost %{_libdir}/libsmartcardpp.so.1 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libsmartcardpp.so %{_includedir}/smartcardpp +%{_pkgconfigdir}/smartcardpp.pc