Hello community,

here is the log from the commit of package libmusicbrainz3 for openSUSE:Factory
checked in at Mon May 23 12:37:32 CEST 2011.



--------
--- libmusicbrainz3/libmusicbrainz3.changes     2011-01-01 22:11:18.000000000 
+0100
+++ /mounts/work_src_done/STABLE/libmusicbrainz3/libmusicbrainz3.changes        
2011-05-22 11:57:43.000000000 +0200
@@ -1,0 +2,5 @@
+Sun May 22 09:56:14 UTC 2011 - [email protected]
+
+- Added 32 bit libs to build.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  _service:set_version:libmusicbrainz3.spec
  baselibs.conf

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

Other differences:
------------------
++++++ _service:set_version:libmusicbrainz3.spec ++++++
#
# spec file for package libmusicbrainz3
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           libmusicbrainz3
%define tarball_name libmusicbrainz
BuildRequires:  cmake gcc-c++ libcppunit-devel libdiscid-devel neon-devel 
pkgconfig
License:        LGPLv2.1+
Group:          Development/Libraries/C and C++
Version: 3.0.3
#Version:        3.0.3
Release: 0
Url:            http://www.musicbrainz.org/
Source0:        %{tarball_name}-%{version}.tar.gz
Source1:        baselibs.conf
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Summary:        Library That Provides Access to the MusicBrainz Server
Patch0:         libmusicbrainz-3.0.3-pkgconfig-bloat.patch
Patch1:         libmusicbrainz-3.0.2-gcc44.patch

%description
MusicBrainz is the second generation incarnation of the CD Index. This
server is designed to enable audio CD, MP3 and Vorbis players to
download metadata about the music they are playing.



Authors:
--------
        Adam Wozniak <[email protected]>
        Ben Wong <[email protected]>
        Bert Vermeulen <[email protected]>
        Johnny Tevessen <[email protected]>
        Jukka Poikolainen <[email protected]>
        Marc E E van Woerkom <[email protected]>
        Mark A Mankins <[email protected]>
        Rick Bradey <[email protected]>
        Robert Kaye <[email protected]>
        Stephen van Egmond <[email protected]>
        Winston Chang <[email protected]>
        David W. Gray <[email protected]>

%package -n     libmusicbrainz3-6
License:        LGPLv2.1+
Group:          Development/Libraries/C and C++
Summary:        Library That Provides Access to the MusicBrainz Server
# provide for debuginfo package (always requiring main package name)
Provides:       libmusicbrainz3 = %{version}-%{release}

%description -n libmusicbrainz3-6
MusicBrainz is the second generation incarnation of the CD Index. This
server is designed to enable audio CD, MP3 and Vorbis players to
download metadata about the music they are playing.

%package devel
License:        LGPLv2.1+
Group:          Development/Libraries/C and C++
Requires:       libmusicbrainz3 = %{version}-%{release}
Requires:       libstdc++-devel
Summary:        Library That Provides Access to the MusicBrainz Server

%description devel
MusicBrainz is the second generation incarnation of the CD Index. This
server is designed to enable audio CD, MP3 and Vorbis players to
download metadata about the music they are playing.

%prep
%setup -q -n %{tarball_name}-%{version}
%patch0
%patch1

%build
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
export CFLAGS
export CXXFLAGS
cmake . -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DBUILD_SHARED_LIBS:BOOL=ON 
-DBUILD_STATIC_LIBS:BOOL=OFF \
%if "%{_lib}" != "lib"
        -DLIB_SUFFIX=64
%endif
#       -DCMAKE_SKIP_RPATH=1
%{__make} %{?jobs:-j%jobs} VERBOSE=1

%check
export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
%{__make} %{?jobs:-j%jobs} check
unset MALLOC_CHECK_ MALLOC_PERTURB_

%install
%makeinstall
rm examples/getartist_c

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%post -n libmusicbrainz3-6 -p /sbin/ldconfig

%postun -n libmusicbrainz3-6 -p /sbin/ldconfig

%files -n libmusicbrainz3-6
%defattr(-, root, root)
%{_libdir}/libmusicbrainz3.so.6*

%files devel
%defattr(-, root, root)
%doc examples/Makefile* examples/*cpp examples/*c
%dir %{_includedir}/musicbrainz3
%{_includedir}/musicbrainz3/*.h
%{_libdir}/libmusicbrainz3.so
%{_libdir}/pkgconfig/*.pc

%changelog
++++++ libmusicbrainz3.spec ++++++
--- /var/tmp/diff_new_pack.MgdTar/_old  2011-05-23 12:36:34.000000000 +0200
+++ /var/tmp/diff_new_pack.MgdTar/_new  2011-05-23 12:36:34.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libmusicbrainz3 (Version 3.0.3)
+# spec file for package libmusicbrainz3
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -23,10 +23,12 @@
 BuildRequires:  cmake gcc-c++ libcppunit-devel libdiscid-devel neon-devel 
pkgconfig
 License:        LGPLv2.1+
 Group:          Development/Libraries/C and C++
-Version:        3.0.3
+Version:        to_be_filled_by_service
 Release:        1
+#Version:        3.0.3
 Url:            http://www.musicbrainz.org/
-Source:         %{tarball_name}-%{version}.tar.gz
+Source0:        %{tarball_name}-%{version}.tar.gz
+Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Library That Provides Access to the MusicBrainz Server
 Patch0:         libmusicbrainz-3.0.3-pkgconfig-bloat.patch
@@ -66,27 +68,11 @@
 server is designed to enable audio CD, MP3 and Vorbis players to
 download metadata about the music they are playing.
 
-
-
-Authors:
---------
-        Adam Wozniak <[email protected]>
-        Ben Wong <[email protected]>
-        Bert Vermeulen <[email protected]>
-        Johnny Tevessen <[email protected]>
-        Jukka Poikolainen <[email protected]>
-        Marc E E van Woerkom <[email protected]>
-        Mark A Mankins <[email protected]>
-        Rick Bradey <[email protected]>
-        Robert Kaye <[email protected]>
-        Stephen van Egmond <[email protected]>
-        Winston Chang <[email protected]>
-        David W. Gray <[email protected]>
-
 %package devel
 License:        LGPLv2.1+
 Group:          Development/Libraries/C and C++
-Requires:       libmusicbrainz3-6 = %{version} libstdc++-devel
+Requires:       libmusicbrainz3 = %{version}-%{release}
+Requires:       libstdc++-devel
 Summary:        Library That Provides Access to the MusicBrainz Server
 
 %description devel
@@ -94,23 +80,6 @@
 server is designed to enable audio CD, MP3 and Vorbis players to
 download metadata about the music they are playing.
 
-
-
-Authors:
---------
-        Adam Wozniak <[email protected]>
-        Ben Wong <[email protected]>
-        Bert Vermeulen <[email protected]>
-        Johnny Tevessen <[email protected]>
-        Jukka Poikolainen <[email protected]>
-        Marc E E van Woerkom <[email protected]>
-        Mark A Mankins <[email protected]>
-        Rick Bradey <[email protected]>
-        Robert Kaye <[email protected]>
-        Stephen van Egmond <[email protected]>
-        Winston Chang <[email protected]>
-        David W. Gray <[email protected]>
-
 %prep
 %setup -q -n %{tarball_name}-%{version}
 %patch0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.MgdTar/_old  2011-05-23 12:36:35.000000000 +0200
+++ /var/tmp/diff_new_pack.MgdTar/_new  2011-05-23 12:36:35.000000000 +0200
@@ -1,4 +1,3 @@
-<?xml version="1.0" ?>
 <services>
   <service name="download_url">
     <param name="protocol">ftp</param>
@@ -10,4 +9,4 @@
     <param name="verifier">sha256</param>
     <param 
name="checksum">7fd459a9fd05be9faec60a9a21caa9a1e9fda03147d58d8c7c95f33582a738c5</param>
   </service>
-</services>
+<service name="set_version"/></services>
\ No newline at end of file

++++++ baselibs.conf ++++++
libmusicbrainz3-6
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

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

Reply via email to