Author: baggins Date: Thu Jul 28 10:44:48 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - udev obsoletes dropped hal support
---- Files affected: packages/openct: openct.spec (1.56 -> 1.57) ---- Diffs: ================================================================ Index: packages/openct/openct.spec diff -u packages/openct/openct.spec:1.56 packages/openct/openct.spec:1.57 --- packages/openct/openct.spec:1.56 Fri Feb 26 15:34:32 2010 +++ packages/openct/openct.spec Thu Jul 28 12:44:43 2011 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): OpenCT - biblioteka dostępu do terminali kart procesorowych Name: openct Version: 0.6.20 -Release: 1 +Release: 2 License: LGPL v2.1+ Group: Applications/System Source0: http://www.opensc-project.org/files/openct/%{name}-%{version}.tar.gz @@ -37,25 +37,13 @@ funkcjonalność dla portów szeregowych i USB, włącznie z podłączaniem urządzeń USB w locie (hotplug). -%package -n hal-openct -Summary: hal integration for OpenCT -Summary(pl.UTF-8): Integracja OpenCT z hal -Group: Applications/System -Requires: %{name} = %{version}-%{release} -Requires: udev-core - -%description -n hal-openct -hal integration for OpenCT. - -%description -n hal-openct -l pl.UTF-8 -Integracja OpenCT z hal. - %package -n udev-openct Summary: udev integration for OpenCT Summary(pl.UTF-8): Integracja OpenCT z udevem Group: Applications/System Requires: %{name} = %{version}-%{release} Requires: udev-core +Obsoletes: hal-openct %description -n udev-openct udev integration for OpenCT. @@ -154,16 +142,14 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/var/run/openct,/etc/{rc.d/init.d,udev/rules.d},/usr/share/hal/fdi/information/10freedesktop} \ +install -d $RPM_BUILD_ROOT{/var/run/openct,/etc/{rc.d/init.d,udev/rules.d}} \ $RPM_BUILD_ROOT%{_datadir}/initramfs-tools/hooks %{__make} install \ DESTDIR=$RPM_BUILD_ROOT cp -a etc/openct.conf $RPM_BUILD_ROOT%{_sysconfdir} -cp -a etc/openct.fdi $RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/10freedesktop/10-usb-openct.fdi cp -a etc/openct.udev $RPM_BUILD_ROOT/etc/udev/rules.d/50-openct.rules -install -p etc/openct.hald $RPM_BUILD_ROOT%{_bindir}/hald-addon-openct install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/openct install -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/initramfs-tools/hooks/openct @@ -213,11 +199,6 @@ %attr(755,root,root) /lib/udev/openct_usb %config(noreplace) %verify(not md5 mtime size) /etc/udev/rules.d/50-openct.rules -%files -n hal-openct -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/hald-addon-openct -%{_datadir}/hal/fdi/information/10freedesktop/10-usb-openct.fdi - %files -n pcsc-driver-openct %defattr(644,root,root,755) %dir %{_libdir}/pcsc/drivers/openct-ifd.bundle @@ -258,6 +239,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.57 2011/07/28 10:44:43 baggins +- rel 2 +- udev obsoletes dropped hal support + Revision 1.56 2010/02/26 14:34:32 zbyniu - up to 0.6.20 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openct/openct.spec?r1=1.56&r2=1.57&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
