]> git.pld-linux.org Git - packages/openct.git/commitdiff
- moved libopenctapi.so to main package (it's a library not a symlink)
authorgrzegol <grzegol@pld-linux.org>
Sun, 1 Feb 2004 16:37:04 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 0.2

Changed files:
    openct.spec -> 1.6

openct.spec

index 273045ad709c680d3fc0273d9a7b53fa317db5c9..cbbf618b8b8b118bc9cc7a6391705166c7f1c88a 100644 (file)
@@ -4,7 +4,7 @@ Summary:        OpenCT library - library for accessing smart card terminals
 Summary(pl):   OpenCT - biblioteka dostêpu do terminali kart procesorowych
 Name:          openct
 Version:       0.5.0
-Release:       0.1
+Release:       0.2
 License:       BSD-like
 Group:         Applications
 Source0:       http://www.opensc.org/files/%{name}-%{version}.tar.gz
@@ -57,7 +57,6 @@ Statyczne biblioteki OpenCT.
 
 %build
 %configure 
-
 %{__make}
 
 %install
@@ -85,13 +84,15 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sbindir}/openct-control
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %attr(755,root,root) %{_libdir}/openct-*.so
+%attr(755,root,root) %{_libdir}/libopenctapi.so
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/openct.conf
 %attr(755,root,root) %{_sysconfdir}/hotplug/usb/openct
 %{_sysconfdir}/hotplug/usb/openct.usermap
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libifd.so
+%attr(755,root,root) %{_libdir}/libopenct.so
 %{_libdir}/lib*.la
 %{_includedir}/openct
 %{_pkgconfigdir}/*.pc
This page took 0.068543 seconds and 4 git commands to generate.