Browse Source

rebuilt with rpm-4.8.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1979 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 13 years ago
parent
commit
ed3b913e34

+ 4 - 1
g/gstreamer-python/gstreamer-python-vl.spec

@@ -2,7 +2,7 @@
 %{!?python_sitelib:	%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %define	majorminor	0.10
-%define pkg_release	2%{?_dist_release}
+%define pkg_release	3%{?_dist_release}
 
 Summary:	Python bindings for GStreamer
 Summary(ja): 	GStreamer の Python バインディング
@@ -69,6 +69,9 @@ find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
 
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.10.17-3
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.10.17-2
 - rebuild with python-2.6
 

+ 7 - 1
lib/libm/libmusicbrainz/libmusicbrainz-vl.spec

@@ -2,11 +2,12 @@ Summary: A library for accessing MusicBrainz servers
 Summary(ja): MusicBrainz サーバにアクセスするためのライブラリ
 Name: libmusicbrainz
 Version: 2.1.5
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://musicbrainz.org/
 Source0: http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-%{version}.tar.gz
+Patch0: libmusicbrainz-2.1.5-glibc-headers.patch
 BuildRequires: gcc-c++
 BuildRequires: expat-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -29,6 +30,7 @@ applications which will use libmusicbrainz.
 
 %prep
 %setup -q
+%patch0 -p0 -b .glibc-headers
 
 %build
 %configure --disable-static
@@ -61,6 +63,10 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.1.5-2
+- rebuilt with rpm-4.8.1 for pkg-config
+- added libmusicbrainz-2.1.5-glibc-headers.patch
+
 * Sun Jan 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.5-1
 - new upstream release
 - added --disable-static to %%configure

+ 4 - 1
n/notify-python/notify-python-vl.spec

@@ -5,7 +5,7 @@ Summary(ja):    libnotify の Python バインディング
 
 Name:           notify-python
 Version:        0.1.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 Group:          Development/Languages
 # No version specified, just COPYING.
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.1.1-3
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.1.1-2
 - rebuild with python-2.6
 

+ 4 - 1
o/openbabel/openbabel-vl.spec

@@ -6,7 +6,7 @@
 
 Name:             openbabel
 Version:          2.2.3
-Release:          3%{?_dist_release}
+Release:          4%{?_dist_release}
 Summary:          Chemistry software file format converter
 Summary(ja):      化学ソフトデータファイル変換プログラム
 License:          GPL
@@ -187,6 +187,9 @@ rm -rf $RPM_BUILD_ROOT
 %{ruby_arch}/openbabel.so
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.2.3-4
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.2.3-3
 - rebuild with python-2.6
 

+ 4 - 1
p/pm-utils/pm-utils-vl.spec

@@ -3,7 +3,7 @@ Summary(ja): 電源管理ユーティリティおよびスクリプト
 Name: pm-utils
 License: GPLv2
 Version: 1.2.6.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: System Environment/Base
 URL: http://pm-utils.freedesktop.org
 
@@ -119,6 +119,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.6.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sun Jan 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.6.1-1
 - new upstream release
 

+ 4 - 1
p/pyorbit/pyorbit-vl.spec

@@ -1,7 +1,7 @@
 Summary: Python bindings for ORBit2.
 Name: pyorbit
 Version: 2.24.0
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: LGPL
 Group: Development/Languages
 Source: %{name}-%{version}.tar.bz2
@@ -62,6 +62,9 @@ find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.24.0-3
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
 - rebuild for python-2.6
 

+ 4 - 1
t/taglib/taglib-vl.spec

@@ -1,7 +1,7 @@
 Summary: TagLib Audio Meta-Data Library
 Name: taglib
 Version: 1.6.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPL/MPL
 Group: System Environment/Libraries
 Source: http://developer.kde.org/~wheeler/files/src/taglib-%{version}.tar.gz
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 1.6.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Fri Jan  1 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.1-1
 - new upstream release
 - used cmake for building