Browse Source

rebuilt with rpm-4.8.1: arts, cln, dotconf, dbusmenu-qt, dbus-python, eet, eigen2, kdegraphics, kdebindings, lcms
updated: dbus-python, eigen2, lcms


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1916 ec354946-7b23-47d6-9f5a-488ba84defc7

inagaki 13 years ago
parent
commit
6fe2d49ecb

+ 5 - 2
a/arts/arts-vl.spec

@@ -6,11 +6,11 @@ Summary: aRts (analog realtime synthesizer) - the KDE 3 sound system
 Summary(ja): aRts - KDE 3 サウンドシステム
 Epoch: 1
 Version: 1.5.10
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 
+Group: System Environment/Daemons
 License: LGPLv2
 URL: http://www.kde.org
-Group: System Environment/Daemons
 
 Source: ftp://ftp.kde.org/pub/kde/stable/3.5.10/src/%{name}-%{version}.tar.bz2
 
@@ -195,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/artsc.pc
 
 %changelog
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.10-5
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Jul 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.10-4
 - disabled AutoReq: off
 

+ 7 - 5
c/cln/cln-vl.spec

@@ -1,7 +1,7 @@
 Name:           cln
-Version:        1.3.1
-Release:        1%{?_dist_release}
 Summary:        Class Library for Numbers
+Version:        1.3.1
+Release:        2%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        GPLv2+
@@ -11,7 +11,8 @@ Patch0:         cln-1.2.2-s390x.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  gmp-devel
-BuildRequires:  texi2html texinfo
+BuildRequires:  texinfo
+#BuildRequires:  texi2html texinfo
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -24,8 +25,6 @@ syntax.
 Summary:        Development files for programs using the CLN library
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       gmp-devel
-Requires:       pkgconfig
 
 %description devel
 A collection of C++ math classes and functions, which are designed for
@@ -88,6 +87,9 @@ fi
 %{_docdir}/%{name}-devel-%{version}
 
 %changelog
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Mar  6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3.1-1
 - new upstream release
 - built with new toolchain

+ 14 - 11
d/dbus-python/dbus-python-vl.spec

@@ -3,24 +3,24 @@
 
 %define dbus_glib_version 	0.70
 %define dbus_version 		0.90
-%define pkg_release		4%{?_dist_release}
+%define pkg_release		1%{?_dist_release}
 
+Name:		dbus-python
 Summary:	D-Bus Python Bindings 
 Summary(ja):	D-Bus Python バインディング
-Name:		dbus-python
-Version:	0.83.0
+Version:	0.83.1
 Release:	%{pkg_release}
-Source0:	http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz
-Patch0:		dbus-python-0.83.0-memleak.patch
-License:	MIT
+
 Group:		System Environment/Libraries
+License:	MIT
 URL:		http://www.freedesktop.org/software/dbus/
 
+Source0:	http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	dbus-devel >= %{dbus_version}
 BuildRequires:	dbus-glib-devel >= %{dbus_glib_version}
 BuildRequires:	python-devel
-BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-
 
 %description
 D-Bus python bindings for use with python programs.   
@@ -33,7 +33,7 @@ D-Bus を python プログラムから使う為のバインディングです。
 Summary:	Libraries and headers for dbus-python
 Summary(ja):	dbus-python のライブラリ及びヘッダファイル
 Group:		Development/Libraries
-Requires:	%name = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Headers and static libraries for hooking up custom mainloops to the dbus python
@@ -46,8 +46,6 @@ dbus-python バインディング用のカスタム・メインループをフ
 
 %prep
 %setup -q
-%patch0 -p0 -b .memleak
-
 
 %build
 %configure
@@ -83,6 +81,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/pkgconfig/dbus-python.pc
 
 %changelog
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.83.1-1
+- new upstream release
+- dropt Patch0 (merged into upstream)
+- built with rpm-4.8.1 for pkg-config
+
 * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.83.0-4
 - rebuilt with gcc-4.4.3-3 on ppc
 

+ 4 - 1
d/dbusmenu-qt/dbusmenu-qt-vl.spec

@@ -1,7 +1,7 @@
 Name: dbusmenu-qt
 Summary: A Qt implementation of the DBusMenu protocol 
 Version: 0.5.2
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 Group: System Environment/Libraries
 License: LGPLv2+
@@ -88,6 +88,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.2-3
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.2-2
 - initial build for Vine Linux
 

+ 7 - 5
d/dotconf/dotconf-vl.spec

@@ -1,15 +1,17 @@
 Name:		dotconf
-Version:	1.0.13
-Release:	10%{?_dist_release}
 Summary:	Libraries to parse configuration files
+Version:	1.0.13
+Release:	11%{?_dist_release}
 
 Group:		System Environment/Libraries
 License:	LGPLv2
 URL:		http://www.azzit.de/dotconf/
+
 Source:		http://www.azzit.de/dotconf/download/v1.0/%{name}-%{version}.tar.gz
 Patch0:		dotconf-1.0.13-remove-ASL11-part.patch
 Patch1:		dotconf-1.0.13-multilib.patch
 Patch2:		dotconf-1.0.13-m4-underquote.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
  
 
@@ -20,9 +22,6 @@ Dotconf is a library used to handle configuration files.
 Summary:	Development files for %{name}
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires: 	pkgconfig
-Requires:	automake
-
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -81,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/dotconf.pc
 
 %changelog
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.13-11
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.13-10
 - initial build for Vine Linux
 

+ 8 - 6
e/eet/eet-vl.spec

@@ -1,17 +1,18 @@
 Name:           eet
-Version:        1.1.0
-Release:        4%{?_dist_release}
 Summary:        Library for speedy data storage, retrieval, and compression
+Version:        1.1.0
+Release:        5%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://web.enlightenment.org/p.php?p=about/efl/eet
+
 Source0:        http://download.enlightenment.org/snapshots/2008-09-25/%{name}-%{version}.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
-BuildRequires:  libjpeg-devel
-BuildRequires:  zlib-devel
 BuildRequires:  chrpath
+BuildRequires:  libjpeg-turbo-devel
+BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig
 
 %description
@@ -27,12 +28,10 @@ other machines, or just writing to arbitary files on the system. All
 data is encoded in a platform independent way and can be written and
 read by any architecture.
 
-
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -82,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-5
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sun Aug 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-4
 - Initial build for Vine Linux
 

+ 6 - 10
e/eigen2/eigen2-vl.spec

@@ -2,7 +2,7 @@
 
 Name:    eigen2
 Summary: A lightweight C++ template library for vector and matrix math
-Version: 2.0.9
+Version: 2.0.15
 Release: 1%{?_dist_release} 
 Group:   System Environment/Libraries
 License: GPLv2+ or LGPLv3+
@@ -24,16 +24,13 @@ Summary: A lightweight C++ template library for vector and matrix math
 Group:   Development/Libraries
 # -devel subpkg only atm, compat with other distros
 Provides: %{name} = %{version}-%{release}
-Requires: pkgconfig
 
 %description devel
 %{summary}
 
 
 %prep
-%setup -q -n eigen2
-
-#patch50 -p1 -b .pkgconfig_noarch
+%setup -q -n eigen
 
 %build
 mkdir -p %{_target_platform}
@@ -51,11 +48,6 @@ doxygen
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
-# changed eigen2.pc location
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig
-mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/eigen2.pc \
-    $RPM_BUILD_ROOT%{_datadir}/pkgconfig/eigen2.pc
-
 %clean 
 rm -rf %{buildroot}
 
@@ -68,6 +60,10 @@ rm -rf %{buildroot}
 %{_datadir}/pkgconfig/eigen2.pc
 
 %changelog
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.15-1
+- new upstream release
+- built with rpm-4.8.1 for pkg-config
+
 * Thu Nov 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.9-1
 - new upstream release
 

+ 6 - 5
g/gcc3/gcc3-vl.spec

@@ -1,7 +1,7 @@
 %define DATE        20050503
 
 %define VERSION     3.3.6
-%define RELEASE     6%{?_dist_release}
+%define RELEASE     7%{?_dist_release}
 
 %define gcc_version %{VERSION}
 %define gcc_release %{RELEASE}
@@ -1416,11 +1416,11 @@ fi
 %doc libstdc++-v3/*ChangeLog*
 
 
-%if %{build_compat32}
-%files -n compat32-libstdc++3
+#if %{build_compat32}
+#files -n compat32-libstdc++3
 #defattr(-,root,root)
 #{_prefix}/lib/libstdc++.so.5*
-%endif
+#endif
 
 
 %files -n libstdc++3-devel
@@ -1653,7 +1653,8 @@ fi
 
 
 %changelog
-* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.6-6
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.6-7
+- (skipped 3.3.6-6)
 - added libobjc3 subpackage
 - dropt compat32-libstdc++3 package (merged to libstdc++3 package)
 - fixed %%files section for x86_64 (libstdc++3, libgcj3)

+ 4 - 1
k/kdebindings/kdebindings-vl.spec

@@ -27,7 +27,7 @@ Name: kdebindings
 Summary: KDE bindings to non-C++ languages.
 Summary(ja): C++ 言語以外の KDE バインディング集
 Version: 4.5.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
@@ -569,6 +569,9 @@ fi
 %endif
 
 %changelog
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
 - new upstream release
 - added Patch50

+ 8 - 6
k/kdegraphics/kdegraphics-vl.spec

@@ -2,11 +2,11 @@ Name: kdegraphics
 Summary: KDE Graphics Applications
 Summary(ja): KDE グラフィックアプリケーション集
 Version: 4.5.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
-URL: http://www.kde.org/
-License: GPLv2
 Group: Applications/Graphics
+License: GPLv2
+URL: http://www.kde.org/
 
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdegraphics-%{version}.tar.bz2
 
@@ -22,7 +22,6 @@ BuildRequires: exiv2-devel
 BuildRequires: giflib-devel
 BuildRequires: lcms-devel
 BuildRequires: libgphoto2-devel
-BuildRequires: sane-devel
 BuildRequires: libspectre-devel
 BuildRequires: libtiff-devel
 BuildRequires: libXxf86vm-devel
@@ -30,6 +29,7 @@ BuildRequires: pcre-devel
 BuildRequires: poppler-qt4-devel
 BuildRequires: qca2-devel
 BuildRequires: qimageblitz-devel
+BuildRequires: sane-devel
 BuildRequires: soprano-devel
 
 Requires: %{name}-libs = %{version}-%{release}
@@ -89,11 +89,10 @@ Requires: kdelibs4 >= %{version}
 
 %package devel
 Summary: Development files for kdegraphics
-Summary(ja): %{name} の開発用ファイル
+Summary(ja): %{name} の開発用ファイル
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
 Requires: kdelibs4-devel
-Requires: pkgconfig
 Obsoletes: libkdcraw-devel < 0.4.0
 Obsoletes: libkexiv2-devel < 0.4.0
 Obsoletes: libkipi-devel < 0.2.0
@@ -252,6 +251,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/kde4/services/msits.protocol
 
 %changelog
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
+- rebuilt with rpm-4.8.1 for pkg-config 
+
 * Sun Sep  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
 - new upstream release
 - dropt Patch100 (merged into upstream)

+ 19 - 9
l/lcms/lcms-vl.spec

@@ -3,16 +3,21 @@
 Name: lcms
 Summary: Little CMS - color management engine
 Summary(ja): Little CMS - カラーマネージメントエンジン
-Version: 1.18
-Release: 3%{?_dist_release}
-License: MIT
+Version: 1.19
+Release: 1%{?_dist_release}
+
 Group: System Environment/Libraries
+License: MIT
 URL: http://www.littlecms.com/
+
 Source0: http://www.littlecms.com/%{name}-%{version}.tar.gz
 Patch100: lcms-1.18_cmsxfrom_CVE-2009-0793.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildPrereq: zlib-devel libtiff-devel libjpeg-devel pkgconfig
+BuildRequires: zlib-devel
+BuildRequires: libtiff-devel
+BuildRequires: libjpeg-turbo-devel
+BuildRequires: pkgconfig
 
 %description
 Little cms intends to be a small-footprint, speed optimized color management
@@ -21,7 +26,7 @@ engine in open source form.
 %package devel
 Summary: Header files and library for development with LCMS
 Group: Development/Libraries
-PreReq: %{name} = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 
 %description devel
 Development files for development with LCMS
@@ -29,15 +34,15 @@ Development files for development with LCMS
 %package static
 Summary: Static library for development with LCMS
 Group: Development/Libraries
-PreReq: %{name}-devel = %{version}-%{release}
+Requires: %{name}-devel = %{version}-%{release}
 
 %description static
 Static libraries for development with LCMS
 
 %package utils
 Summary: Additional Command Line Utilities for littlecms
-Group: Applications/Multimedia
-PreReq: %{name} = %{version}-%{release}
+Group: Applications/Graphics
+Requires: %{name} = %{version}-%{release}
 
 %description utils
 Command line utilities which can perform icc transforms and provide info 
@@ -47,7 +52,7 @@ about icc profiles.
 %package -n compat32-%{name}
 Summary: Little CMS - color management engine
 Summary(ja): Little CMS - カラーマネージメントエンジン
-Group: Development/Libraries
+Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 
 %description -n compat32-%{name}
@@ -122,6 +127,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.19-1
+- new upstream release
+- built with rpm-4.8.1 for pkg-config
+- BR: libjpeg-turbo-devel instead of libjpeg-devel
+
 * Mon Jul 20 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.18-3
 - added compat32 package for x86_64 arch support