Hello community, here is the log from the commit of package taglib-sharp for openSUSE:Factory checked in at Mon May 30 10:11:08 CEST 2011.
-------- --- taglib-sharp/taglib-sharp.changes 2010-10-21 09:15:17.000000000 +0200 +++ /mounts/work_src_done/STABLE/taglib-sharp/taglib-sharp.changes 2011-05-29 21:29:43.000000000 +0200 @@ -1,0 +2,11 @@ +Sun May 29 19:26:22 UTC 2011 - [email protected] + +- Update to version 2.0.4.0: + + Support for Photo metadata; + - read/write for EXIF, XMP, PNG, JPEG, TIFF; + - read support for many RAW formats; + + Support for Matroska metadata reading (eg: WebM and .mkv); + + Fix File.ReadBlock for slow connections (bgo#639817). + + Minor spec cleanups/fixes. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- taglib-sharp-2.0.3.7.tar.bz2 New: ---- taglib-sharp-2.0.4.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ taglib-sharp.spec ++++++ --- /var/tmp/diff_new_pack.LkSxZ4/_old 2011-05-30 10:09:36.000000000 +0200 +++ /var/tmp/diff_new_pack.LkSxZ4/_new 2011-05-30 10:09:36.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package taglib-sharp (Version 2.0.3.7) +# spec file for package taglib-sharp # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -15,22 +15,27 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild +# It seems SLE11 doesn't support _libexecdir, we fix this... +%if 0%{?suse_version} <= 1110 +%define _libexecdir %{_prefix}/lib +%endif Name: taglib-sharp +Version: 2.0.4.0 +Release: 1 License: LGPLv2.1+ -Group: Development/Languages/Mono Summary: Multimedia metadata reading/writing library for popular formats Url: http://download.banshee-project.org/taglib-sharp/ -Version: 2.0.3.7 -Release: 4 +Group: Development/Languages/Mono Source0: %{name}-%{version}.tar.bz2 -BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +BuildRequires: pkgconfig +%if 0%{?suse_version} >= 1130 +BuildRequires: pkgconfig(mono) +%else BuildRequires: mono-devel -%if 0%{?fedora_version} -%define env_options export MONO_SHARED_DIR=/tmp %endif %description @@ -40,7 +45,6 @@ access to specific APIs for a given format. - Authors: -------- Brian Nickel <[email protected]> @@ -49,20 +53,15 @@ %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README -%dir %_prefix/lib/mono/taglib-sharp -%dir %_prefix/lib/mono/gac/taglib-sharp -%dir %_prefix/lib/mono/gac/taglib-sharp/%{version}__db62eba44689b5b0 -%dir %_prefix/lib/mono/gac/policy.2.0.taglib-sharp -%dir %_prefix/lib/mono/gac/policy.2.0.taglib-sharp/0.0.0.0__db62eba44689b5b0 -%_prefix/lib/mono/gac/taglib-sharp/*/*.dll* -%_prefix/lib/mono/gac/policy.2.0.taglib-sharp/*/* -%_prefix/lib/mono/taglib-sharp/taglib-sharp.dll +%{_libexecdir}/mono/gac/ +%{_libexecdir}/mono/ %package devel License: LGPLv2.1+ -Group: Development/Languages/Mono Summary: Multimedia metadata reading/writing library for popular formats +Group: Development/Languages/Mono Requires: %{name} = %{version} +Requires: pkgconfig %description devel TagLib# is a metadata or "tag" reader and writer library that supports @@ -71,29 +70,33 @@ access to specific APIs for a given format. - Authors: -------- Brian Nickel <[email protected]> Aaron Bockover <[email protected]> + %files devel %defattr(-, root, root) -%_prefix/share/pkgconfig/taglib-sharp.pc +%{_datadir}/pkgconfig/*.pc %prep %setup -q %build -%{?env_options} -./configure --prefix=/usr --disable-docs -make +%configure \ + --libdir=%{_libexecdir} \ + --disable-docs +make %{?_smp_mflags} %install -%{?env_options} -make install DESTDIR=$RPM_BUILD_ROOT +# For compatibility with <= 1110. +make DESTDIR=%{buildroot} install +# Move the .pc file to /usr/share/pkgconfig +install -Dm 0644 %{name}.pc %{buildroot}%{_datadir}/pkgconfig/%{name}.pc +find %{buildroot}%{_libexecdir} -name '*.pc' -type f -delete -print %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %changelog ++++++ taglib-sharp-2.0.3.7.tar.bz2 -> taglib-sharp-2.0.4.0.tar.bz2 ++++++ ++++ 53950 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
