Author: baggins Date: Thu Jul 28 11:04:29 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 5 - udev obsoletes hal
---- Files affected: packages/libgpod: libgpod.spec (1.52 -> 1.53) ---- Diffs: ================================================================ Index: packages/libgpod/libgpod.spec diff -u packages/libgpod/libgpod.spec:1.52 packages/libgpod/libgpod.spec:1.53 --- packages/libgpod/libgpod.spec:1.52 Wed Apr 6 21:14:25 2011 +++ packages/libgpod/libgpod.spec Thu Jul 28 13:04:24 2011 @@ -12,7 +12,7 @@ Summary(pl.UTF-8): Biblioteka współdzielona do dostępu do zawartości iPodów Name: libgpod Version: 0.8.0 -Release: 4 +Release: 5 License: GPL v2 Group: Libraries Source0: http://downloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz @@ -28,8 +28,6 @@ BuildRequires: gettext-devel BuildRequires: glib2-devel >= 1:2.16.0 BuildRequires: gtk-doc >= 1.0 -BuildRequires: hal-devel < 0.6 -BuildRequires: hal-devel >= 0.5.7.1 BuildRequires: intltool >= 0.35 BuildRequires: libimobiledevice-devel >= 0.9.7 BuildRequires: libplist-devel >= 1.0.0 @@ -51,7 +49,7 @@ BuildRequires: libsmbios-devel # for noinst test only #BuildRequires: taglib-devel -Suggests: hal-libgpod = %{version}-%{release} +Suggests: udev-libgpod = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -65,18 +63,19 @@ plików i playlist zapisanych na iPodzie, modyfikowania ich i zapisywania z powrotem na iPoda. -%package -n hal-libgpod -Summary: HAL callout program for iPod devices -Summary(pl.UTF-8): Program wywoływany przez HAL dla urządzeń iPod +%package -n udev-libgpod +Summary: UDEV rules and programs for iPod devices +Summary(pl.UTF-8): Reguły i programy używane przez UDEV dla urządzeń iPod Group: Applications/System Requires: %{name} = %{version}-%{release} -Requires: hal >= 0.5 +Obsoletes: hal-libgpod -%description -n hal-libgpod -HAL callout program to initialize iPod devices for libgpod library. +%description -n udev-libgpod +UDEV rules and programs to initialize iPod devices for libgpod +library. -%description -n hal-libgpod -l pl.UTF-8 -Program wywoływany przez HAL do przygotowywania urządzeń iPod do +%description -n udev-libgpod -l pl.UTF-8 +Reguły i program dla UDEV do przygotowywania urządzeń iPod do użytku z biblioteką libgpod. %package devel @@ -182,7 +181,10 @@ --enable-gtk-doc \ --with-html-dir=%{_gtkdocdir} \ --with-temp-mount-dir=%{_localstatedir}/run/%{name} \ - --with-python=yes + --with-python=yes \ + --without-hal \ + --enable-udev + %{__make} %install @@ -212,11 +214,11 @@ %attr(755,root,root) %ghost %{_libdir}/libgpod.so.4 %dir %{_localstatedir}/run/%{name} -%files -n hal-libgpod +%files -n udev-libgpod %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/hal/scripts/libgpod-callout -%attr(755,root,root) %{_libdir}/hal/scripts/iphone-callout -%{_datadir}/hal/fdi/policy/20thirdparty/20-libgpod-sysinfo-extended.fdi +%attr(755,root,root) /lib/udev/iphone-set-info +%attr(755,root,root) /lib/udev/ipod-set-info +/lib/udev/rules.d/90-libgpod.rules %files devel %defattr(644,root,root,755) @@ -257,6 +259,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.53 2011/07/28 11:04:24 baggins +- rel 5 +- udev obsoletes hal + Revision 1.52 2011/04/06 19:14:25 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgpod/libgpod.spec?r1=1.52&r2=1.53&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
