Browse Source

rebuild with rpm-4.8.1

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

+ 2 - 1
c/clutter-gst/clutter-gst-vl.spec

@@ -32,7 +32,8 @@ clutter-gst
 %setup -q
 
 %build
-%configure
+# enable-introspection1no is 1.0.0 only
+%configure --enable-introspection=no
 make %{?_smp_mflags}
 
 %install

+ 4 - 1
g/gjs/gjs-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_version 0.6
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary:     Javascript binding for GNOME
 Name:        gjs
@@ -90,6 +90,9 @@ Development files of the gjs library.
 
 
 %changelog
+* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
 - new upstream release
 - fix typo

+ 6 - 2
g/gnome-js-common/gnome-js-common-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_version 0.1.2
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary:	Common modules for GNOME JavaScript interpreters
 Name:		gnome-js-common
@@ -52,6 +52,10 @@ have many more tests internally.
 
 
 %changelog
-* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
+* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-2
+- rebuild with rpm-4.8.1 for pkg-config file
+- fix typo
+
+* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
 - initial build for Vine Linux
 

+ 4 - 1
lib/libX/libXcomposite/libXcomposite-vl.spec

@@ -4,7 +4,7 @@ Summary: X.Org X11 libXcomposite runtime library
 Summary(ja): X.Org X11 libXcomposite ランタイムライブラリ
 Name: libXcomposite
 Version: 0.4.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.2-1
 - new upstream release
 

+ 4 - 1
lib/libX/libXdamage/libXdamage-vl.spec

@@ -4,7 +4,7 @@ Summary: X.Org X11 libXdamage runtime library
 Summary(ja): X.Org X11 libXdamage ランタイムライブラリ
 Name: libXdamage
 Version: 1.1.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-1
 - new upstream release
 

+ 4 - 1
lib/libX/libXext/libXext-vl.spec

@@ -4,7 +4,7 @@ Summary: X.Org X11 libXext runtime library
 Summary(ja): X.Org X11 libXext ランタイムライブラリ
 Name: libXext
 Version: 1.1.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -119,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Fri Jul 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.2-1
 - new upstream release
 

+ 6 - 4
lib/libX/libXi/libXi-vl.spec

@@ -4,7 +4,7 @@ Summary: X.Org X11 libXi runtime library
 Summary(ja): X.Org X11 libXi ランタイムライブラリ
 Name: libXi
 Version: 1.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -86,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README ChangeLog
+%doc COPYING README ChangeLog
 %{_libdir}/libXi.so.6
 %{_libdir}/libXi.so.6.*
 
@@ -98,8 +98,6 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %{_libdir}/libXi.so
 %{_libdir}/pkgconfig/xi.pc
-#%dir %{_mandir}/man3x
-%{_mandir}/man3/*.3*
 
 # compat32
 %if %{build_compat32}
@@ -118,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3-2
+- rebuild with rpm-4.8.1 for pkg-config file
+- fix %files (remove AUTHOR, man3)
+
 * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-1
 - new upstream release
 

+ 4 - 1
m/mutter/mutter-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_version 2.29.1
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary:     Window and compositing manager based on Clutter
 Name:        mutter
@@ -131,6 +131,9 @@ fi
 %{_mandir}/man1/mutter-window-demo.1.gz
 
 %changelog
+* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.1-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.1-1
 - new upstream release
 - add BuildRequires: libcanberra-devel

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

@@ -1,5 +1,5 @@
 %define pkg_version 2.30.0
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary:	GObject JavaScriptCore bridge
 Name:		seed
@@ -87,6 +87,9 @@ The devel-package contains header files to develop applications that use libseed
 
 
 %changelog
+* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
 - initial build for Vine Linux
 

+ 4 - 1
x/xulrunner/xulrunner-vl.spec

@@ -32,7 +32,7 @@ Summary:        XUL Runtime for Gecko Applications
 Summary(ja):    Gecko アプリケーションのための XUL ランタイム
 Name:           xulrunner
 Version:        1.9.2.9
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 URL:            http://www.mozilla.org/projects/xulrunner/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -448,6 +448,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.2.9-2
+- rebuild with rpm-4.8.1 for pkg-config file
+
 * Mon Sep 13 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.2.9-1
 - update to 1.9.2.9 (sync with firefox-3.6.9)
 - add patch10 to build with libjpeg-turbo