Browse Source

update: libgadu, libmsn, libotr, libqalculate, qzion, strigi

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

+ 5 - 2
lib/libg/libgadu/libgadu-vl.spec

@@ -1,13 +1,14 @@
 Name:		libgadu
 Summary:	A Gadu-gadu protocol compatible communications library
 Version:	1.9.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Group:		System Environment/Libraries
 License:	LGPLv2
 URL:		http://toxygen.net/libgadu/
 
 Source0:	http://toxygen.net/libgadu/files/%{name}-%{version}.tar.gz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	openssl-devel
 
@@ -20,7 +21,6 @@ Summary:	Libgadu development library
 Group:		Development/Libraries
 Requires:	libgadu = %{version}-%{release}
 Requires:	openssl-devel
-Requires:	pkgconfig
 
 %description devel
 The libgadu-devel package contains the header files and some
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.0-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.0-1
 - new upstream release
 

+ 5 - 1
lib/libm/libmsn/libmsn-vl.spec

@@ -1,11 +1,12 @@
 Summary:	Library for connecting to the MSN Messenger service
 Name:		libmsn
 Version:	4.1
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Group:		System Environment/Libraries
 License:	GPLv2
 URL:		http://sourceforge.net/projects/libmsn/
+
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?beta:-%{beta}}.tar.bz2
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -72,6 +73,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1-1
 - new upstream release
 

+ 12 - 8
lib/libo/libotr/libotr-vl.spec

@@ -1,11 +1,13 @@
-Summary: Off-The-Record Messaging library and toolkit
 Name: libotr
+Summary: Off-The-Record Messaging library and toolkit
 Version: 3.2.0
-Release: 5%{?_dist_release}
-License: GPLv2 and LGPLv2
+Release: 6%{?_dist_release}
+
 Group: System Environment/Libraries
+License: GPLv2 and LGPLv2
+URL: http://otr.cypherpunks.ca/
+
 Source0: http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
-Url: http://otr.cypherpunks.ca/
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libgcrypt-devel >= 1.2.0
@@ -40,9 +42,9 @@ make %{?_smp_mflags} all
 %install
 rm -rf $RPM_BUILD_ROOT
 make \
-	DESTDIR=$RPM_BUILD_ROOT \
-	LIBINSTDIR=%{_libdir} \
-	install
+    DESTDIR=$RPM_BUILD_ROOT \
+    LIBINSTDIR=%{_libdir} \
+    install
 rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
@@ -63,7 +65,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog
 %{_libdir}/libotr.so
-#{_libdir}/libotr.a
 %{_libdir}/pkgconfig/libotr.pc
 %dir %{_includedir}/libotr
 %{_includedir}/libotr/*
@@ -71,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.2.0-6
+- rebuilt wirh rpm-4.8.1 for pkg-config
+
 * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.2.0-5
 - Initial build for Vine Linux
 

+ 28 - 22
lib/libq/libqalculate/libqalculate-vl.spec

@@ -1,20 +1,22 @@
 Summary:	Multi-purpose calculator library
 Name:		libqalculate
-Version:	0.9.6
-Release:	9%{?_dist_release}
-License:	GPLv2+
+Version:	0.9.7
+Release:	1%{?_dist_release}
+
 Group:		System Environment/Libraries
+License:	GPLv2+
 URL:		http://qalculate.sourceforge.net/
+
 Source0:	http://dl.sf.net/sourceforge/qalculate/%{name}-%{version}.tar.gz
-Patch0:		libqalculate-gcc43.patch
-Patch1:		libqalculate-cln12.patch
-Patch2:		libqalculate-0.9.6-pkgconfig_private.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-BuildRequires:	glib2-devel, cln-devel
+BuildRequires:  cln-devel
+BuildRequires:	glib2-devel
 BuildRequires:	libxml2-devel
-BuildRequires:	readline-devel, ncurses-devel
-BuildRequires:	perl-XML-Parser, gettext
-BuildRequires:	intltool, libtool, automake, autoconf
+BuildRequires:  ncurses-devel
+BuildRequires:	readline-devel
+BuildRequires:	perl-XML-Parser gettext
+#BuildRequires:	intltool, libtool, automake, autoconf
 
 %description
 This library underpins the Qalculate! multi-purpose desktop calculator for
@@ -24,7 +26,9 @@ GNU/Linux
 Summary:	Development tools for the Qalculate calculator library
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	glib2-devel, libxml2-devel, cln-devel
+Requires:       cln-devel
+Requires:	glib2-devel
+Requires:       libxml2-devel
 
 %description	devel
 The libqalculate-devel package contains the header files needed for development
@@ -32,9 +36,8 @@ with libqalculate.
 
 %package -n	qalculate
 Summary:	Multi-purpose calculator, text mode interface
-Group:		Applications/Engineering
+Group:		Applications/Accessories
 Requires:	%{name} = %{version}-%{release}
-Requires:	pkgconfig
 
 %description -n	qalculate
 Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is
@@ -45,16 +48,15 @@ frontends are provided by qalculate-gtk and qalculate-kde packages resp.
 
 %prep
 %setup -q
-#patch0 -p0 -b .gcc43
-%patch1 -p0 -b .cln
-%patch2 -p1 -b .pkgconfig_private
+#patch1 -p0 -b .cln
+#patch2 -p1 -b .pkgconfig_private
 
-intltoolize --copy --force --automake
-libtoolize --force --copy
-aclocal
-autoheader
-automake
-autoconf
+#intltoolize --copy --force --automake
+#libtoolize --force --copy
+#aclocal
+#autoheader
+#automake
+#autoconf
 
 %build
 %configure --disable-static
@@ -92,6 +94,10 @@ rm -rf %{buildroot}
 %{_bindir}/qalc
 
 %changelog
+* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.9.7-1
+- new upstream release
+- built with rpm-4.8.1
+
 * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.9.6-9
 - Initial build for Vine Linux
 

+ 9 - 2
q/qzion/qzion-vl.spec

@@ -2,17 +2,20 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           qzion
-Version:        0.4.0
-Release:        6%{?_dist_release}
 Summary:        A canvas abstraction
+Version:        0.4.0
+Release:        7%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        GPLv3+
 URL:            http://code.openbossa.org/projects/qzion
+
 Source0:        http://code.openbossa.org/projects/%{name}/repos/mainline/archive/d32223eae1bba7f1b191c334668f3f7dd662f582.tar.gz
 
 Patch0:         qzion-0.4.0-fix_python_install.patch
 Patch1:		qzion-0.4.0-fix_char_conversion.patch
+#Make configure_file use full path so that qzion.pc can be found correctly.
+Patch2:		qzion-0.4.0-fix_configure_paths.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -61,6 +64,7 @@ the python bindings for %{name}
 %setup -q -n %{name}-mainline
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 
@@ -106,6 +110,9 @@ rm -rf %{buildroot}
 %{_datadir}/sip/%{name}
 
 %changelog
+* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.0-7
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Tue Mar 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.0-6
 - rebuilt with python2.6
 

+ 11 - 3
s/strigi/strigi-vl.spec

@@ -1,10 +1,13 @@
 Name:		strigi
-Version:	0.7.2
-Release:	3%{?_dist_release}
 Summary:	A desktop search program for KDE
+Summary(ja):	KDE 用のデスクトップ検索プログラム
+Version:	0.7.2
+Release:	4%{?_dist_release}
+
 Group:		Applications/Productivity
 License:	LGPL
 URL:		http://strigi.sourceforge.net/
+
 Source0:	strigi-%{version}.tar.bz2
 Source1:	strigiclient.desktop
 Source2:	strigi-daemon.desktop
@@ -38,6 +41,7 @@ daemon can.
 
 %package	libs
 Summary:	Strigi libraries
+Summary(ja):	Strigi 検索エンジンライブラリ
 Group:		System Environment/Libraries
 
 %description	libs
@@ -45,9 +49,9 @@ Strigi search engine libraries
 
 %package	devel
 Summary:	Development files for the strigi desktop search engine
+Summary(ja):	Strigi デスクトップ検索エンジンの開発用ファイル
 Group:		Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
-Requires:	pkgconfig
 
 %description	devel
 Development files for the strigi desktop search engine
@@ -125,6 +129,10 @@ rm -rf %{buildroot}
 %{_includedir}/strigi
 
 %changelog
+* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.2-4
+- rebuilt with rpm-4.8.1
+- added Japanese summaries
+
 * Wed May  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.2-3
 - rebuilt with exiv2-0.19