packages: quvi/quvi.spec - updated to 0.4.2 - added -automake-1.12.patch -=?UTF-8?Q?=20?=...

megabajt megabajt at pld-linux.org
Sun Jun 24 17:56:37 CEST 2012


Author: megabajt                     Date: Sun Jun 24 15:56:37 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.4.2
- added -automake-1.12.patch
- removed -devel and -static subpackages -- now provided by libquvi.spec 

---- Files affected:
packages/quvi:
   quvi.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/quvi/quvi.spec
diff -u packages/quvi/quvi.spec:1.2 packages/quvi/quvi.spec:1.3
--- packages/quvi/quvi.spec:1.2	Fri Oct  7 18:41:47 2011
+++ packages/quvi/quvi.spec	Sun Jun 24 17:56:32 2012
@@ -1,67 +1,40 @@
 # $Revision$, $Date$
-#
-# Conditional build:
-%bcond_without	static_libs	# don't build static libraries
-#
 Summary:	Command line tool for parsing flash video download links
 Name:		quvi
-Version:	0.2.16.2
+Version:	0.4.2
 Release:	1
 License:	LGPL v2
 Group:		Applications/WWW
 Source0:	http://downloads.sourceforge.net/quvi/%{name}-%{version}.tar.xz
-# Source0-md5:	45ac7d1314d932970276c9ec46da66e2
+# Source0-md5:	66cb0dda70f2900c58c4b87b2d76007b
+Patch0:		%{name}-automake-1.12.patch
 URL:		http://quvi.sourceforge.net/
 BuildRequires:	autoconf >= 2.68
 BuildRequires:	automake >= 1:1.10
-BuildRequires:	curl-devel >= 7.18.0
-BuildRequires:	doxygen
-BuildRequires:	libtool >= 2:2.2
-BuildRequires:	lua51-devel
+BuildRequires:	curl-devel >= 7.18.2
+BuildRequires:	libquvi-devel >= 0.4.0
 BuildRequires:	perl-tools-pod
 BuildRequires:	pkgconfig
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+Requires:	libquvi >= 0.4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 quvi is a command line tool for parsing video download links. It
 supports YouTube and other similar video websites.
 
-%package devel
-Summary:	Header files for quvi library
-Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki quvi
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
-
-%description devel
-Header files for quvi library.
-
-%description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki quvi.
-
-%package static
-Summary:	Static quvi library
-Summary(pl.UTF-8):	Statyczna biblioteka quvi
-Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}-%{release}
-
-%description static
-Static quvi library.
-
-%description static -l pl.UTF-8
-Statyczna biblioteka quvi.
-
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
-	--disable-silent-rules \
-	%{!?with_static_libs:--disable-static}
+	--disable-silent-rules
 %{__make}
 
 %install
@@ -70,44 +43,26 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/quvi
-
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p /sbin/ldconfig
-%postun	-p /sbin/ldconfig
-
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog* NEWS README
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/quvi
-%attr(755,root,root) %{_libdir}/libquvi.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libquvi.so.0
-%{_datadir}/quvi
 %{_mandir}/man1/*.1*
 
-%files devel
-%defattr(644,root,root,755)
-%doc doc/*
-%attr(755,root,root) %{_libdir}/libquvi.so
-%{_includedir}/quvi
-%{_pkgconfigdir}/libquvi.pc
-
-%if %{with static_libs}
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/libquvi.a
-%endif
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2012/06/24 15:56:32  megabajt
+- updated to 0.4.2
+- added -automake-1.12.patch
+- removed -devel and -static subpackages -- now provided by libquvi.spec
+
 Revision 1.2  2011/10/07 16:41:47  wiget
 - up to 0.2.16.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/quvi/quvi.spec?r1=1.2&r2=1.3



More information about the pld-cvs-commit mailing list