SPECS: libgpod.spec - separated hal-libgpod package (no daemon, es...
qboosh
qboosh at pld-linux.org
Wed Feb 20 18:18:03 CET 2008
Author: qboosh Date: Wed Feb 20 17:18:03 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- separated hal-libgpod package (no daemon, especially udev/hal, should be required
for development); suggested only
- release 3
---- Files affected:
SPECS:
libgpod.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/libgpod.spec
diff -u SPECS/libgpod.spec:1.27 SPECS/libgpod.spec:1.28
--- SPECS/libgpod.spec:1.27 Wed Feb 20 00:14:35 2008
+++ SPECS/libgpod.spec Wed Feb 20 18:17:58 2008
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Biblioteka współdzielona do dostępu do zawartości iPodów
Name: libgpod
Version: 0.6.0
-Release: 2
+Release: 3
License: GPL v2
Group: Libraries
Source0: http://dl.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
@@ -28,7 +28,7 @@
BuildRequires: swig-python >= 1.3.24
# for noinst test only
#BuildRequires: taglib-devel
-Requires: hal
+Suggests: hal-libgpod = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -42,6 +42,20 @@
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
+Group: Applications/System
+Requires: %{name} = %{version}-%{release}
+Requires: hal >= 0.5
+
+%description -n hal-libgpod
+HAL callout program 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
+użytku z biblioteką libgpod.
+
%package devel
Summary: Header files for libgpod library
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libgpod
@@ -136,6 +150,9 @@
%attr(755,root,root) %{_bindir}/ipod-read-sysinfo-extended
%attr(755,root,root) %{_libdir}/libgpod.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libgpod.so.3
+
+%files -n hal-libgpod
+%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/hal/libgpod-callout
%{_datadir}/hal/fdi/policy/20thirdparty/20-libgpod-sysinfo-extended.fdi
@@ -166,6 +183,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2008-02-20 17:17:58 qboosh
+- separated hal-libgpod package (no daemon, especially udev/hal, should be required
+ for development); suggested only
+- release 3
+
Revision 1.27 2008-02-19 23:14:35 glen
- lower unreasoned deps
- python-mutagen >= 1.8 is needed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libgpod.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list