Author: arekm Date: Sun Aug 3 13:22:19 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.6.15
---- Files affected: SPECS: openct.spec (1.40 -> 1.41) ---- Diffs: ================================================================ Index: SPECS/openct.spec diff -u SPECS/openct.spec:1.40 SPECS/openct.spec:1.41 --- SPECS/openct.spec:1.40 Sun Jul 27 15:36:16 2008 +++ SPECS/openct.spec Sun Aug 3 15:22:13 2008 @@ -3,12 +3,12 @@ Summary: OpenCT library - library for accessing smart card terminals Summary(pl.UTF-8): OpenCT - biblioteka dostępu do terminali kart procesorowych Name: openct -Version: 0.6.14 -Release: 3 +Version: 0.6.15 +Release: 1 License: LGPL v2.1+ Group: Applications Source0: http://www.opensc-project.org/files/openct/%{name}-%{version}.tar.gz -# Source0-md5: 04a5c0c7dedcb1ca0d550b1970fbf3b7 +# Source0-md5: 70205beac03974e266fc259b6c9feaa8 Source1: %{name}.init URL: http://www.opensc-project.org/openct/ BuildRequires: autoconf >= 2.52 @@ -89,19 +89,26 @@ %prep %setup -q -%{__rm} aclocal/lib*.m4 - %build touch config.rpath %{__libtoolize} -%{__aclocal} -I aclocal +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} CFLAGS="%{rpmcflags} -D_GNU_SOURCE=1" %configure \ + --enable-api-doc \ + --enable-pcsc \ + --enable-usb \ + --enable-sunray \ + --enable-sunrayclient \ + --with-udev=/%{_lib}/udev \ + --with-ifddir \ + --with-apidocdir \ + --enable-non-privileged \ --disable-rpath \ - --with-bundle-dir=%{_libdir}/pcsc/drivers + --with-bundle=%{_libdir}/pcsc/drivers %{__make} %install @@ -141,15 +148,14 @@ %files %defattr(644,root,root,755) -%doc NEWS TODO doc/ChangeLog doc/*.{html,css} +%doc NEWS TODO doc/nonpersistent/ChangeLog doc/nonpersistent/wiki.out/*.{html,css} %attr(755,root,root) %{_bindir}/openct-tool %attr(755,root,root) %{_sbindir}/ifdhandler %attr(755,root,root) %{_sbindir}/ifdproxy %attr(755,root,root) %{_sbindir}/openct-control %dir /var/run/openct %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/openct.conf -%{_sysconfdir}/hotplug/usb/openct.usermap -%attr(755,root,root) /lib/udev/openct_* +%attr(755,root,root) /%{_lib}/udev/openct_* %attr(754,root,root) /etc/rc.d/init.d/openct %{_mandir}/man1/openct-tool.1* @@ -170,7 +176,7 @@ %files devel %defattr(644,root,root,755) -%doc doc/api/* +%doc doc/api.out/html/* %attr(755,root,root) %{_libdir}/libopenct.so %{_libdir}/libopenct.la %{_libdir}/libopenctapi.la @@ -188,6 +194,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.41 2008/08/03 13:22:13 arekm +- up to 0.6.15 + Revision 1.40 2008/07/27 13:36:16 sls - fix build with libtool-2 ("libtool: link: unsupported hardcode properties") ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openct.spec?r1=1.40&r2=1.41&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
