Hello community,

here is the log from the commit of package libgpod for openSUSE:Factory checked 
in at 2012-11-28 10:50:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgpod (Old)
 and      /work/SRC/openSUSE:Factory/.libgpod.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgpod", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgpod/libgpod.changes  2011-09-23 
02:08:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgpod.new/libgpod.changes     2012-11-28 
10:50:03.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 20:01:30 UTC 2012 - [email protected]
+
+- install the udev rules in /usr/lib/udev for factory and above 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgpod.spec ++++++
--- /var/tmp/diff_new_pack.lhtRtF/_old  2012-11-28 10:50:04.000000000 +0100
+++ /var/tmp/diff_new_pack.lhtRtF/_new  2012-11-28 10:50:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgpod
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libgpod
 %define         libsoname  %{name}4
 
 Version:        0.8.2
-Release:        4
+Release:        0
 Url:            http://www.gtkpod.org/libgpod.html
-Group:          System/Libraries
-License:        LGPL-2.1+
 Summary:        Library to Manipulate Songs and Playlists Stored on an iPod
+License:        LGPL-2.1+
+Group:          System/Libraries
 Source:         
http://downloads.sourceforge.net/project/gtkpod/libgpod/libgpod-0.8/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
 BuildRequires:  gtk-doc
-BuildRequires:  gtk2-devel
 BuildRequires:  gtk-sharp2
+BuildRequires:  gtk2-devel
 %if 0%{?suse_version} <= 1120
 BuildRequires:  hal-devel
 %endif
@@ -46,15 +44,18 @@
 BuildRequires:  libusb-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  mono-devel
+BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  python-gobject2-devel
 BuildRequires:  python-mutagen
 BuildRequires:  sg3_utils-devel
-BuildRequires:  swig
 BuildRequires:  sqlite3-devel
+BuildRequires:  swig
 BuildRequires:  taglib-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(udev)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%define _udevdir %(pkg-config --variable udevdir udev)
 
 %description
 libgpod is a library meant to abstract access to iPod content. It
@@ -63,8 +64,8 @@
 
 %package -n %{libsoname}
 
-Group:          System/Libraries
 Summary:        Library to Manipulate Songs and Playlists Stored on an iPod
+Group:          System/Libraries
 Recommends:     %{name}-lang
 # Add provides for installability of lang package
 Provides:       %{name} = %{version}
@@ -76,8 +77,8 @@
 
 %package devel
 
-Group:          Development/Libraries/C and C++
 Summary:        Development files for libgpod
+Group:          Development/Libraries/C and C++
 Requires:       %{libsoname} = %{version}
 Requires:       glib2-devel
 Requires:       glibc-devel
@@ -91,8 +92,8 @@
 
 %package doc
 
-Group:          System/Libraries
 Summary:        Documentation for libgpod
+Group:          System/Libraries
 
 %description doc
 libgpod is a library meant to abstract access to iPod content. It
@@ -120,8 +121,8 @@
 %package sharp
 
 Summary:        Library to Manipulate Songs and Playlists Stored on an iPod -- 
.NET Bindings
-Requires:       %{libsoname} = %{version}
 Group:          Development/Languages/Mono
+Requires:       %{libsoname} = %{version}
 
 %description sharp
 libgpod is a library meant to abstract access to iPod content. It
@@ -155,6 +156,7 @@
 %else
         --enable-udev \
         --without-hal \
+        --with-udev-dir=%{_udevdir} \
 %endif
         --with-python=yes
 make %{?jobs:-j%jobs}
@@ -186,11 +188,9 @@
 %{_libexecdir}/hal/libgpod-callout
 %{_datadir}/hal/fdi/policy/20thirdparty/20-libgpod-sysinfo-extended.fdi
 %else
-%dir /lib/udev
-%dir /lib/udev/rules.d
-/lib/udev/ipod-set-info
-/lib/udev/iphone-set-info
-/lib/udev/rules.d/90-libgpod.rules
+%{_udevdir}/ipod-set-info
+%{_udevdir}/iphone-set-info
+%{_udevdir}/rules.d/90-libgpod.rules
 %endif
 
 %files devel

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

Reply via email to