Hello community,

here is the log from the commit of package arts for openSUSE:Factory checked in 
at 2012-06-18 14:57:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arts (Old)
 and      /work/SRC/openSUSE:Factory/.arts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arts", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/arts/arts.changes        2012-05-03 
10:54:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.arts.new/arts.changes   2012-06-18 
14:57:54.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Jun 16 09:52:04 UTC 2012 - co...@suse.com
+
+- add ld.so.conf.d script here, so that mcopidl finds its libraries
+
+-------------------------------------------------------------------
+Wed Jun 13 21:43:04 UTC 2012 - an...@opensuse.org
+
+- use set_permissions
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ arts.spec ++++++
--- /var/tmp/diff_new_pack.pctrwI/_old  2012-06-18 14:57:56.000000000 +0200
+++ /var/tmp/diff_new_pack.pctrwI/_new  2012-06-18 14:57:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arts
 #
-# 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           arts
 BuildRequires:  alsa-devel
 BuildRequires:  audiofile-devel
@@ -27,8 +28,6 @@
 BuildRequires:  qt3-devel
 BuildRequires:  readline-devel
 BuildRequires:  update-desktop-files
-License:        GPL-2.0+
-Group:          Productivity/Multimedia/Sound/Players
 Obsoletes:      kdelibs3-artsd
 Provides:       kdelibs3-artsd
 # bug437293
@@ -37,6 +36,8 @@
 %endif
 #
 Summary:        Modular Software Synthesizer
+License:        GPL-2.0+
+Group:          Productivity/Multimedia/Sound/Players
 PreReq:         permissions
 Version:        1.5.10
 Release:        0
@@ -64,8 +65,15 @@
 Summary:        Include Files and Libraries mandatory for Development.
 Group:          Development/Libraries/Other
 Provides:       kdelibs3:/opt/kde3/include/artsc/artsc.h
-Requires:       qt3-devel arts = %version glib2-devel jack-devel libogg-devel 
libvorbis-devel audiofile-devel libstdc++-devel
 Requires:       alsa-devel
+Requires:       arts = %version
+Requires:       audiofile-devel
+Requires:       glib2-devel
+Requires:       jack-devel
+Requires:       libogg-devel
+Requires:       libstdc++-devel
+Requires:       libvorbis-devel
+Requires:       qt3-devel
 
 %description devel
 A modular software synthesizer that generates realtime audio streams,
@@ -75,6 +83,7 @@
 %package gmcop
 # usesubdirs gmcop
 Summary:        A Modular Software Synthesizer
+Group:          Productivity/Multimedia/Sound/Players
 
 %description gmcop
 A modular software synthesizer that generates real-time audio streams,
@@ -132,18 +141,25 @@
 mkdir -p -m 755 $RPM_BUILD_ROOT/%_mandir/man7
 cp %SOURCE1 $RPM_BUILD_ROOT/%_mandir/man7/
 
+# Create /etc/ld.so.conf.d/arts.conf - duplicating kdelibs3.conf, which is not 
here
+mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
+cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/arts.conf <<EOF
+%ifarch s390x sparc64 x86_64 ppc64
+/opt/kde3/lib64
+%endif
+/opt/kde3/lib
+EOF
+
 %post
-%run_ldconfig
-%run_permissions
+/sbin/ldconfig
+%set_permissions /opt/kde3/bin/artswrapper
 
-%postun
-%run_ldconfig
+%postun -p /sbin/ldconfig
 
-%post gmcop
-%run_ldconfig
+%post gmcop -p /sbin/ldconfig
 
 %postun gmcop
-%run_ldconfig
+/sbin/ldconfig
 %verifyscript
 %verify_permissions -e /opt/kde3/bin/artswrapper
 
@@ -170,6 +186,7 @@
 /opt/kde3/lib
 %endif
 %{_mandir}/man7/artswrapper.7.gz
+%config /etc/ld.so.conf.d/arts.conf
 
 %files gmcop
 %defattr(-,root,root)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to