Author: qboosh                       Date: Sun Jul 15 11:17:00 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- separated -libs not to require hal daemon for development

---- Files affected:
SPECS:
   libipoddevice.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/libipoddevice.spec
diff -u SPECS/libipoddevice.spec:1.1 SPECS/libipoddevice.spec:1.2
--- SPECS/libipoddevice.spec:1.1        Sat Jul  7 17:35:16 2007
+++ SPECS/libipoddevice.spec    Sun Jul 15 13:16:55 2007
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
-Summary:       Shared library to detect iPods
+Summary:       Library to detect iPods
+Summary(pl.UTF-8):     Biblioteka do wykrywania iPodów
 Name:          libipoddevice
 Version:       0.5.3
 Release:       1
@@ -11,13 +12,15 @@
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: dbus-devel
-BuildRequires: dbus-glib-devel
-BuildRequires: hal-devel >= 0.5.6
+BuildRequires: dbus-glib-devel >= 0.71
+BuildRequires: hal-devel >= 0.5.7.1
 BuildRequires: libgtop-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel
 BuildRequires: pkgconfig
 BuildRequires: sg3_utils-devel
+Requires:      %{name}-libs = %{version}-%{release}
+Requires:      hal >= 0.5.7.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,10 +29,28 @@
 applications, and along with objects representing an iPod, which gives
 the application access to properties and features of an iPod.
 
+%description -l pl.UTF-8
+libipoddevice to specyficzna dla urządzenia warstwa dla urządzeń
+Apple iPod. Zapewnia wysyłanie powiadomień o specyficznych dla iPoda
+zdarzeniach HAL do aplikacji wraz z obiektami reprezentującymi iPoda,
+co daje aplikacji dostęp do właściwości i możliwości iPoda.
+
+%package libs
+Summary:       Shared libipoddevice library
+Summary(pl.UTF-8):     Biblioteka współdzielona libipoddevice
+Group:         Libraries
+
+%description libs
+Shared libipoddevice library.
+
+%description libs -l pl.UTF-8
+Biblioteka współdzielona libipoddevice.
+
 %package devel
 Summary:       Header files for libipoddevice library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libipoddevice
 Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-libs = %{version}-%{release}
 Requires:      dbus-glib-devel >= 0.71
 Requires:      hal-devel >= 0.5.7.1
 
@@ -37,6 +58,9 @@
 This is the package containing the header files for libipoddevice
 library.
 
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe biblioteki libipoddevice.
+
 %prep
 %setup -q
 
@@ -58,23 +82,26 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/ipod
-%attr(755,root,root) %{_libdir}/libipoddevice.so.*.*.*
 %{_libdir}/hal/hal-ipod-info
 %{_datadir}/hal/fdi/policy/20thirdparty/20-ipod-info.fdi
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libipoddevice.so.*.*.*
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libipoddevice.so
 %{_libdir}/libipoddevice.la
-%{_pkgconfigdir}/ipoddevice.pc
 %{_includedir}/ipoddevice
+%{_pkgconfigdir}/ipoddevice.pc
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -82,6 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/07/15 11:16:55  qboosh
+- pl
+- separated -libs not to require hal daemon for development
+
 Revision 1.1  2007/07/07 15:35:16  patrys
 - initial PLD release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libipoddevice.spec?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to