Browse Source

updated: libgadu, libindi, ortp, qjson, qimageblitz, shared-desktop-ontologies

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

+ 9 - 4
lib/libg/libgadu/libgadu-vl.spec

@@ -1,11 +1,13 @@
 Name:		libgadu
-Version:	1.8.2
-Release:	5%{?_dist_release}
 Summary:	A Gadu-gadu protocol compatible communications library
-License:	LGPLv2
+Version:	1.9.0
+Release:	1%{?_dist_release}
+
 Group:		System Environment/Libraries
-Source0:	http://toxygen.net/libgadu/files/%{name}-%{version}.tar.gz
+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
 
@@ -59,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.0-1
+- new upstream release
+
 * Mon Aug 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.2-5
 - Initial build for Vine Linux
 

+ 14 - 8
lib/libi/libindi/libindi-vl.spec

@@ -1,7 +1,7 @@
 Name: libindi
 Summary: Instrument Neutral Distributed Interface
-Version: 0.6
-Release: 12%{?_dist_release}
+Version: 0.6.2
+Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
 License: LGPLv2+ and GPLv2+
@@ -14,14 +14,15 @@ URL: http://indi.sourceforge.net/
 
 %define majorver 0
 
-Source0: http://downloads.sourceforge.net/indi/%{name}%{majorver}_%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz
 Patch0: libindi-suffix.patch
-Patch1: libindi-cfitsio.patch
+
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: cmake
-BuildRequires: cfitsio-devel
+BuildRequires: cfitsio-devel >= 3.03
+BuildRequires: libfli-devel
+BuildRequires: libnova-devel >= 0.12.1
 BuildRequires: zlib-devel
-BuildRequires: libnova-devel libfli-devel
 
 Conflicts: kdeedu3
 
@@ -42,9 +43,9 @@ Provides: libindi-static = %{version}-%{release}
 These are the header files needed to develop a %{name} application
 
 %prep
-%setup -q -n %{name}%{majorver}-%{version}
+%setup -q -n %{name}-%{version}
 %patch0 -p1
-%patch1 -p1
+#patch1 -p1
 
 %build
 mkdir -p %{_target_platform}
@@ -84,8 +85,13 @@ rm -fr %{buildroot}
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/*.a
+%{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.2-1
+- new upstream release
+- updated Patch0
+
 * Wed Jul  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6-12
 - added Conflicts: kdeedu3
 

+ 14 - 17
o/ortp/ortp-vl.spec

@@ -1,31 +1,28 @@
 %define cvs 20080211
 
 Name:           ortp
-Version:        0.14.2
-Release:        0.%{cvs}.1%{?_dist_release}
 Summary:        A C library implementing the RTP protocol (RFC3550)
+Version:        0.16.3
+Release:        1%{?_dist_release}
+#Release:        0.%{cvs}.1%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+ and VSL
 URL:            http://www.linphone.org/index.php/code_review/ortp
-#Source0:        http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ortp-%{version}.tar.gz
+
+Source0:        http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ortp-%{version}.tar.gz
 
 # git clone http://jcollie.fedorapeople.org/ortp.git ortp.git
 # cd ortp.git
 # git archive --format=tar --prefix=ortp-%{version}/ ortp-%{version}-%{cvs} > ortp-%{version}-%{cvs}.tar
 # bzip2 ortp-%{version}-%{cvs}.tar
-Source0:	ortp-%{version}-%{cvs}.tar.bz2
-Patch0:		ortp-0.14.1-nowerror.patch
+#Source0:	ortp-%{version}-%{cvs}.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
-
+BuildRequires:  openssl-devel
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
-
 %description
 oRTP is a C library that implements RTP (RFC3550).
 
@@ -33,6 +30,7 @@ oRTP is a C library that implements RTP (RFC3550).
 Summary:        Development libraries for ortp
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       openssl-devel
 Requires:       pkgconfig
 
 %description    devel
@@ -40,16 +38,10 @@ Libraries and headers required to develop software with ortp.
 
 %prep
 %setup0 -q
-%patch0 -p1
 
 %{__perl} -pi.dot  -e 's/^(HAVE_DOT\s+=)\s+NO$/\1 YES/;s/^(CALL_GRAPH\s+=)\s+NO$/\1 YES/;s/^(CALLER_GRAPH\s+=)\s+NO$/\1 YES/' ortp.doxygen.in
 
 %build
-libtoolize --copy --force
-aclocal
-autoheader
-automake --add-missing --copy
-autoconf
 %configure --disable-static --enable-ipv6
 make %{?_smp_mflags}
 
@@ -57,8 +49,9 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
+
 rm doc/html/html.tar
-rm -r %{buildroot}%{_datadir}/doc/ortp
+rm -r $RPM_BUILD_ROOT%{_datadir}/doc/ortp
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -79,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/ortp.pc
 
 %changelog
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.16.3-1
+- new upstream release
+- added BR: openssl-devel
+
 * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.14.2-0.20080211.1
 - Initial build for Vine Linux
 

+ 15 - 10
q/qimageblitz/qimageblitz-vl.spec

@@ -1,14 +1,16 @@
 %define kde_major_version 4
-%define qt_ver 4.5.2
+%define qt_ver 4.6.1
 
 Name: qimageblitz
-Version: 0.0.4
-Release: 4%{?_dist_release}
 Summary: Blitz KDE/Qt image filter library
-Source: %{name}-%{version}.tar.bz2
-URL: http://sourceforge.net/projects/qimageblitz
+Version: 0.0.6
+Release: 1%{?_dist_release}
+
 Group: System Environment/Libraries
 License: LGPL
+URL: http://sourceforge.net/projects/qimageblitz
+
+Source: %{name}-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: qt4-devel >= %{qt_ver}
@@ -34,17 +36,17 @@ Header files for developing applications using blitz
 %setup -q
 
 %build
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
 
-mkdir %{name}-build
-pushd %{name}-build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
 %cmake -DCMAKE_BUILD_TYPE=release ..
 popd
-make %{?_smp_mflags} -C %{name}-build
+
+make %{?_smp_mflags} -C %{_target_platform}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT -C %{name}-build
+make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -65,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.6-1
+- new upstream release
+
 * Tue Sep 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.0.4-4
 - use %%cmake macro
 - drop redundant cmake options

+ 7 - 3
q/qjson/qjson-vl.spec

@@ -1,11 +1,12 @@
 Name:           qjson
 Summary:        A qt-based library that maps JSON data to QVariant objects
 Version:        0.7.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 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
@@ -38,7 +39,7 @@ developing applications that use %{name}.
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %cmake -DQJSON_BUILD_TESTS=1 \
-    -DCMAKE_MODULES_INSTALL_DIR=%{_datadir}/cmake/Modules/ \
+    -DCMAKE_MODULES_INSTALL_DIR=%{_datadir}/CMake/Modules/ \
     ..
 cd %{_builddir}/%{buildsubdir}/doc
 doxygen
@@ -77,10 +78,13 @@ rm -rf %{buildroot}
 %doc doc/html
 %{_includedir}/qjson/
 %{_libdir}/pkgconfig/*.pc
-%{_datadir}/cmake/Modules/FindQJSON.cmake
+%{_datadir}/CMake/Modules/FindQJSON.cmake
 %{_libdir}/*.so
 
 %changelog
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.1-3
+- fixed CMAKE_MODULES_INSTALL_DIR
+
 * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.1-2
 - initial build for Vine Linux
 

+ 11 - 2
s/shared-desktop-ontologies/shared-desktop-ontologies-vl.spec

@@ -1,12 +1,17 @@
 Name:           shared-desktop-ontologies
 Summary:        Shared ontologies needed for semantic environments
 Version:        0.5
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          User Interface/Desktops
 License:        BSD or CC-BY
 URL:            http://oscaf.sourceforge.net/
+
 Source0:        http://downloads.sourceforge.net/project/oscaf/shared-desktop-ontologies/%{version}/shared-desktop-ontologies-%{version}.tar.bz2
+
+# Vine patches
+Patch100:      shared-desktop-ontologies-0.5-cmake.patch 
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 
@@ -46,6 +51,7 @@ that use %{name}.
 
 %prep
 %setup -q
+%patch100 -p1
 
 %build
 %cmake .
@@ -64,11 +70,14 @@ rm -rf %{buildroot}
 
 %files devel
 %defattr(-,root,root,-)
-%{_datadir}/cmake/SharedDesktopOntologies
+%{_datadir}/CMake/SharedDesktopOntologies
 %{_datadir}/pkgconfig/shared-desktop-ontologies.pc
 
 
 %changelog
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-2
+- added Patch0
+
 * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1
 - new upstream release