Hello community,

here is the log from the commit of package libgpod for openSUSE:Factory
checked in at Sun Aug 7 18:41:16 CEST 2011.



--------
--- GNOME/libgpod/libgpod.changes       2011-07-27 10:43:32.000000000 +0200
+++ /mounts/work_src_done/STABLE/libgpod/libgpod.changes        2011-08-04 
19:39:12.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Aug  4 17:37:10 UTC 2011 - [email protected]
+
+- spec mods
+  * add libsoname macro
+  * one License info is enough ;)
+- fix deps
+  o doc pkg does not really need libgpod4
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgpod.spec ++++++
--- /var/tmp/diff_new_pack.YUgcdw/_old  2011-08-07 18:40:30.000000000 +0200
+++ /var/tmp/diff_new_pack.YUgcdw/_new  2011-08-07 18:40:30.000000000 +0200
@@ -19,8 +19,10 @@
 
 
 Name:           libgpod
+%define         libsoname  %{name}4
+
 Version:        0.8.2
-Release:        2
+Release:        4
 Url:            http://www.gtkpod.org/libgpod.html
 Group:          System/Libraries
 License:        LGPLv2.1+
@@ -59,24 +61,24 @@
 provides an easy-to-use API to retrieve the list of files and
 playlists stored on an iPod, modify them, and save them back to the iPod.
 
-%package -n libgpod4
+%package -n %{libsoname}
+
 Group:          System/Libraries
-License:        LGPLv2.1+
 Summary:        Library to Manipulate Songs and Playlists Stored on an iPod
 Recommends:     %{name}-lang
 # Add provides for installability of lang package
 Provides:       %{name} = %{version}
 
-%description -n libgpod4
+%description -n %{libsoname}
 libgpod is a library meant to abstract access to iPod content. It
 provides an easy-to-use API to retrieve the list of files and
 playlists stored on an iPod, modify them, and save them back to the iPod.
 
 %package devel
-License:        LGPLv2.1+
+
 Group:          Development/Libraries/C and C++
 Summary:        Development files for libgpod
-Requires:       libgpod4 = %{version}
+Requires:       %{libsoname} = %{version}
 Requires:       glib2-devel
 Requires:       glibc-devel
 
@@ -88,10 +90,9 @@
 This package provides the development files to use libgpod.
 
 %package doc
-License:        LGPLv2.1+
+
 Group:          System/Libraries
 Summary:        Documentation for libgpod
-Requires:       libgpod4 = %{version}
 
 %description doc
 libgpod is a library meant to abstract access to iPod content. It
@@ -101,7 +102,7 @@
 This package provides development documentation for libgpod.
 
 %package -n python-gpod
-License:        LGPLv2.1+
+
 Summary:        Library to Manipulate Songs and Playlists Stored on an iPod -- 
Python Bindings
 Group:          Development/Languages/Python
 Requires:       python-mutagen
@@ -117,9 +118,9 @@
 This package provides python bindings.
 
 %package sharp
-License:        LGPLv2.1+
+
 Summary:        Library to Manipulate Songs and Playlists Stored on an iPod -- 
.NET Bindings
-Requires:       libgpod4 = %{version}
+Requires:       %{libsoname} = %{version}
 Group:          Development/Languages/Mono
 
 %description sharp
@@ -130,10 +131,10 @@
 This package provides .NET bindings.
 
 %package tools
-License:        LGPLv2.1+
+
 Summary:        Tools for libgpod
 Group:          Development/Libraries/C and C++
-Supplements:    packageand(libgpod4:udev)
+Supplements:    packageand(%{libsoname}:udev)
 
 %description tools
 libgpod is a library meant to abstract access to iPod content. It
@@ -168,11 +169,11 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libgpod4 -p /sbin/ldconfig
+%post   -n %{libsoname} -p /sbin/ldconfig
 
-%postun -n libgpod4 -p /sbin/ldconfig
+%postun -n %{libsoname} -p /sbin/ldconfig
 
-%files -n libgpod4
+%files -n %{libsoname}
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README README.SysInfo
 %dir %{_libdir}/libgpod


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to