Browse Source

rebuild with rpm-4.8.1

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

+ 4 - 1
a/alsa-lib/alsa-lib-vl.spec

@@ -3,7 +3,7 @@ Summary: Advanced Linux Sound Architecture (ALSA) Library
 Summary(ja): Advanced Linux Sound Architecture (ALSA) ライブラリ
 Name: alsa-lib
 Version: 1.0.23
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{version}.tar.bz2
@@ -243,6 +243,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.23-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Fri May 28 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.23-1
 - new upstream release
 

+ 4 - 1
a/anjuta/anjuta-vl.spec

@@ -26,7 +26,7 @@
 %define	desktop_vendor	anjuta
 
 Version:	%{pkg_version}
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Summary:	GNOME IDE for C and C++
 Name:		anjuta
@@ -259,6 +259,9 @@ fi
 
 
 %changelog
+* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2.1-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2.1-1
 - new upstream release
 

+ 4 - 1
a/audiofile/audiofile-vl.spec

@@ -4,7 +4,7 @@ Summary:	A library for accessing various audio file formats
 Summary(ja):	さまざまなオーディオフォーマットを扱うライブラリ
 Name:		audiofile
 Version:	0.2.7
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	LGPL
 Group:		System Environment/Libraries
 Source:		http://ftp.gnome.org/pub/GNOME/sources/audiofile/0.2/%{name}-%{version}.tar.bz2
@@ -125,6 +125,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
 
 
 %changelog
+* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.7-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.7-1
 - new upstream release
 - fix URL of Source

+ 4 - 1
e/esound/esound-vl.spec

@@ -5,7 +5,7 @@ Summary: Allows several audio streams to play on a single audio device.
 Summary(ja): オーディオストリームを単一デバイスから再生するサーバ
 Name:      esound
 Version:   0.2.38
-Release:   3%{?_dist_release}
+Release:   4%{?_dist_release}
 License:   GPL
 Group: System Environment/Daemons
 Source0:   ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-%{version}.tar.bz2
@@ -187,6 +187,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.38-4
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Mon Jul 13 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.2.38-3
 - corrected Requires: tag on compat32-esound-devel
 - removed static libraries

+ 4 - 1
g/gtk-vnc/gtk-vnc-vl.spec

@@ -7,7 +7,7 @@ Summary(ja): VNCクライアント用 GTK ウィジェット
 
 Name: gtk-vnc
 Version: 0.4.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -129,6 +129,9 @@ rm -fr %{buildroot}
 %endif
 
 %changelog
+* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
 - new upstream release
 - drop Patch100

+ 6 - 1
j/jack-audio-connection-kit/jack-audio-connection-kit-vl.spec

@@ -1,7 +1,7 @@
 Summary: The Jack Audio Connection Kit
 Name: jack-audio-connection-kit
 Version: 0.118.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv2 and LGPLv2
 Group: System Environment/Daemons
 Source0: http://downloads.sourceforge.net/jackit/%{name}-%{version}.tar.gz
@@ -15,6 +15,7 @@ BuildRequires: doxygen
 BuildRequires: readline-devel, ncurses-devel
 BuildRequires: autoconf >= 2.59, automake >= 1.9.3, libtool
 BuildRequires: libfreebob-devel >= 1.0.0
+BuildRequires: libsamplerate-devel
 
 %define groupname jackuser
 
@@ -150,6 +151,10 @@ EOF
 %{_bindir}/alsa_out
 
 %changelog
+* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.118.0-2
+- rebuild with rpm-4.8.1 for pkg-config file
+- add BuildRequires: libsamplerate-devel
+
 * Fri May 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.118.0-1
 - new upstream release
 

+ 4 - 1
lib/libs/libsamplerate/libsamplerate-vl.spec

@@ -4,7 +4,7 @@ Summary: Audio Sample Rate Converter library
 Summary(ja): 音声サンプリングレート変換ライブラリ
 Name: libsamplerate
 Version: 0.1.7
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Source0: %{name}-%{version}.tar.gz
 URL: http://www.mega-nerd.com/SRC/index.html
 License: GPLv2
@@ -181,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.7-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Sat Jan  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.7-1
 - new upstream release
 

+ 4 - 1
s/speex/speex-vl.spec

@@ -4,7 +4,7 @@ Summary: 	A voice compression format/codec
 Summary(ja): 	音声圧縮フォーマット/コーデック
 Name: 		speex
 Version: 	1.2
-Release:	0.rc1.2%{?_dist_release}
+Release:	0.rc1.3%{?_dist_release}
 License: 	BSD
 Group: 		System Environment/Libraries
 URL: 		http://www.speex.org/
@@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-0.rc1.3
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Sun May 10 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.2.0-0.rc1.2
 - added compat32 package for x86_64 arch support
 - removed lib*.a from devel package