Browse Source

rebuilt with rpm-4.8.1

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

+ 5 - 3
a/akonadi/akonadi-vl.spec

@@ -7,11 +7,12 @@ Name:    akonadi
 Summary: PIM Storage Service
 Summary(ja): PIM ストレージサービス
 Version: 1.4.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
 URL:     http://download.akonadi-project.org/
+
 Source0: http://download.akonadi-project.org/akonadi-%{version}.tar.bz2
 
 # shrink default initial db size a bit (approx 140mb->28mb)
@@ -62,8 +63,6 @@ Requires: qt4 = %{_qt4_version}
 Summary: Developer files for %{name}
 Group:   Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: qt4-devel >= 4.5.0
-Requires: pkgconfig
 
 %description devel
 %{summary}.
@@ -143,6 +142,9 @@ fi
 
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.0-2
+- rebuilt with rpm-4.8.1
+
 * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.0-1
 - new upstream release
 - added BR: sqlite3-devel

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

@@ -1,7 +1,7 @@
 Name:           attica
 Summary:        Implementation of the Open Collaboration Services API
 Version:        0.1.4
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -73,6 +73,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.4-2
+- rebuilt with rpm-4.8.1
+
 * Sat Jul 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.4-1
 - new upstream release
 - dropt Patch50 (merged into upstream)

+ 13 - 6
p/phonon/phonon-vl.spec

@@ -1,14 +1,16 @@
 %define tar_ver 4.4
 
+Name: phonon
 Summary: Multimedia framework api
 Summary(ja): マルチメディアフレームワーク API
-Name: phonon
-Version: 4.4.0
+Version: 4.4.2
 Release: 1%{?_dist_release}
+
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://phonon.kde.org/
-Source0: ftp://ftp.kde.org/pub/kde/stable/phonon/4.4.0/phonon-%{version}.tgz
+
+Source0: ftp://ftp.kde.org/pub/kde/stable/phonon/4.4.2/phonon-%{version}.tar.bz2
 
 Source10: http://gstreamer.freedesktop.org/data/images/artwork/gstreamer-logo.svg
 Source11: hi16-phonon-gstreamer.png
@@ -78,12 +80,12 @@ Requires: qt4-devel >= 4.4.0
 Header files for developing applications using phonon
 
 %prep
-%setup -q -n %{name}-%{tar_ver}
+%setup -q
 
-%patch51 -p0 -b .fix-decodebin-usage
+#patch51 -p0 -b .fix-decodebin-usage
 %patch52 -p1 -b .gstreamer-fix-seekable-query-failed
 %patch53 -p1 -b .phonon-allow-stop-empty-source
-%patch57 -p1 -b .pulse-devicemove-rejig
+#patch57 -p1 -b .pulse-devicemove-rejig
 
 
 %build
@@ -175,6 +177,11 @@ fi
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
+- new upstream release
+- dropt Patch51 and 57
+- rebuilt with rpm-4.8.1
+
 * Sat Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
 - new upstream release
 - dropt Patch1, 50, 54 and 100

+ 4 - 2
q/qca2/qca2-vl.spec

@@ -3,7 +3,7 @@
 Name:           qca2
 Summary:        Qt Cryptographic Architecture
 Version:        2.0.2
-Release:        7%{?_dist_release}
+Release:        8%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -31,7 +31,6 @@ Summary:        Qt Cryptographic Architecture development files
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       qt4-devel = %{_qt4_version}
-Requires:       pkgconfig
 
 %description    devel
 This packages contains the development files for QCA
@@ -84,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.2-8
+- rebuilt with rpm-4.8.1
+
 * Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.2-7
 - rebuilt with qt-4.6.3 again
 - change BuildRequires: qt4-devel = %{qt4_ver} (add version)

+ 4 - 1
q/qimageblitz/qimageblitz-vl.spec

@@ -4,7 +4,7 @@
 Name: qimageblitz
 Summary: Blitz KDE/Qt image filter library
 Version: 0.0.6
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group: System Environment/Libraries
 License: LGPL
@@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.6-2
+- rebuilt with rpm-4.8.1
+
 * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.6-1
 - new upstream release
 

+ 6 - 4
q/qjson/qjson-vl.spec

@@ -1,7 +1,7 @@
 Name:           qjson
 Summary:        A qt-based library that maps JSON data to QVariant objects
 Version:        0.7.1
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        GPLv2+
@@ -10,8 +10,8 @@ URL:            http://sourceforge.net/projects/qjson/
 Source0:        http://downloads.sourceforge.net/project/qjson/qjson/0.7.1/%{name}-%{version}.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
-BuildRequires:  qt4-devel
 BuildRequires:  cmake >= 2.6
+BuildRequires:  qt4-devel
 BuildRequires:  doxygen
 
 %description
@@ -22,11 +22,10 @@ QVariant objects.
 
 %package devel
 Summary:  Development files for qjson
+Summary(ja): qjson の開発用ファイル
 Group:    Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: qt4-devel
-Requires: pkgconfig
-Requires: cmake
 
 %description devel
 The %{name}-devel package contains the libraries and header files required for
@@ -82,6 +81,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.1-5
+- rebuilt with rpm-4.8.1
+
 * Sun Aug 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.1-4
 - re-fixed CMAKE_MODULES_INSTALL_DIR
 

+ 10 - 2
q/qt4/qt4-vl.spec

@@ -28,7 +28,7 @@ Summary: Qt toolkit
 Summary(ja): Qt ツールキット
 Name: qt4
 Version: 4.6.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -182,7 +182,7 @@ This package contains the shared library needed to run qt
 applications, as well as the README files for qt.
 
 %package devel
-Summary: Development files and documentation for the Qt GUI toolkit.
+Summary: Development files for the Qt GUI toolkit.
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: libICE-devel libSM-devel libXcursor-devel 
@@ -211,6 +211,7 @@ toolkit.
 
 %package doc
 Summary: API documentation for %{name}
+Summary(ja): Qt の API ドキュメント
 Group: Documentation
 Requires: %{name} = %{version}-%{release}
 #Requires: %{name}-assistant
@@ -221,6 +222,10 @@ Requires: %{name} = %{version}-%{release}
 %description doc
 %{summary}.
 
+%description doc -l ja
+%{summary}.
+
+
 %package -n phonon-backend-gstreamer
 Summary: Gstreamer phonon backend
 Group:   Applications/Multimedia
@@ -911,6 +916,9 @@ fi
 %endif
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.3-2
+- rebuilt with rpm-4.8.1
+
 * Sat Jul 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.3-1
 - new upstream release
 - moved %{_bindir}/qdbus to main package

+ 10 - 4
r/raptor/raptor-vl.spec

@@ -1,11 +1,14 @@
-Summary:   Raptor RDF Parser Toolkit for Redland
 Name:      raptor
+Summary:   Raptor RDF Parser Toolkit for Redland
 Version:   1.4.21
-Release:   1%{?_dist_release}
-License:   LGPL/Apache 2
+Release:   2%{?_dist_release}
+
 Group:     System Environment/Libraries
-Source:    http://download.librdf.org/source/%{name}-%{version}.tar.gz
+License:   LGPL/Apache 2
 URL:       http://librdf.org/raptor/
+
+Source:    http://download.librdf.org/source/%{name}-%{version}.tar.gz
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libxml2-devel curl-devel libxslt-devel expat-devel
 BuildRequires: openldap-devel
@@ -74,6 +77,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_mandir}/man1/raptor-config.1*
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.21-2
+- rebuilt with rpm-4.8.1
+
 * Sun Feb  6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.21-1
 - new upstream release
 - built with new toolchain

+ 11 - 4
r/rasqal/rasqal-vl.spec

@@ -1,11 +1,14 @@
-Summary:   Rasqal RDF Query Library
 Name:      rasqal
-Version:   0.9.19
+Summary:   Rasqal RDF Query Library
+Version:   0.9.20
 Release:   1%{?_dist_release}
-License:   LGPL/Apache 2.0
+
 Group:     System Environment/Libraries
-Source:    http://download.librdf.org/source/%{name}-%{version}.tar.gz
+License:   LGPL/Apache 2.0
 URL:       http://librdf.org/rasqal/
+
+Source:    http://download.librdf.org/source/%{name}-%{version}.tar.gz
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: raptor-devel >= 1.4.18
 BuildRequires: pcre-devel
@@ -76,6 +79,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.20-1
+- new upstream release
+- rebuilt with rpm-4.8.1
+
 * Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.19-1
 - new upstream release
 

+ 6 - 1
r/redland/redland-vl.spec

@@ -1,10 +1,12 @@
 Summary:   Redland RDF Application Framework
 Name:      redland
 Version:   1.0.10
-Release:   5%{?_dist_release}
+Release:   6%{?_dist_release}
+
 Group:     System Environment/Libraries
 License:   LGPL/Apache 2
 URL:       http://librdf.org/
+
 Source:    http://download.librdf.org/source/%{name}-%{version}.tar.gz
 
 Patch50: redland-1.0.10-pkgconfig_requires_private.patch
@@ -115,6 +117,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/redland/*.la
 %{_mandir}/man1/redland-config.1*
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.10-6
+- rebuilt with rpm-4.8.1
+
 * Mon Apr 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.10-5
 - BuildRequires: libiodbc-devel instead of unixODBC-devel
 

+ 5 - 1
s/soprano/soprano-vl.spec

@@ -1,7 +1,7 @@
 Name:      soprano
 Summary:   the Qt/C++ RDF framework
 Summary(ja): Qt/C++ RDF フレームワーク
-Version:   2.5.0
+Version:   2.5.2
 Release:   1%{?_dist_release}
 
 License:   LGPLv2+
@@ -105,6 +105,10 @@ make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.2-1
+- new upstream release
+- rebuilt with rpm-4.8.1
+
 * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.0-1
 - new upstream release
 - added Japanese summary