]> git.pld-linux.org Git - packages/smartcardpp.git/commitdiff
- updated to 0.3.0 (note: new soname) auto/th/smartcardpp-0_3_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 1 Nov 2011 13:17:56 +0000 (13:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete gcc patch

Changed files:
    smartcardpp-gcc.patch -> 1.2
    smartcardpp.spec -> 1.4

smartcardpp-gcc.patch [deleted file]
smartcardpp.spec

diff --git a/smartcardpp-gcc.patch b/smartcardpp-gcc.patch
deleted file mode 100644 (file)
index 8993632..0000000
+++ /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 <cstddef>
- #include <memory>
- template <class T> class locked_allocator;
index fe2bf324439e72fd486596cb30411b1eb55244eb..a7356355282af5f54f17841b85f1240197a8301c 100644 (file)
@@ -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
This page took 0.099431 seconds and 4 git commands to generate.