rpms/quvi/devel .cvsignore,1.2,1.3 quvi.spec,1.1,1.2 sources,1.2,1.3

Nicoleau Fabien eponyme at fedoraproject.org
Fri May 7 20:42:54 UTC 2010


Author: eponyme

Update of /cvs/pkgs/rpms/quvi/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17291

Modified Files:
	.cvsignore quvi.spec sources 
Log Message:
Update to 0.2.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/quvi/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	5 Apr 2010 14:57:08 -0000	1.2
+++ .cvsignore	7 May 2010 20:42:54 -0000	1.3
@@ -1 +1 @@
-quvi-0.1.4.tar.bz2
+quvi-0.2.0.tar.bz2


Index: quvi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/quvi/devel/quvi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- quvi.spec	5 Apr 2010 14:57:08 -0000	1.1
+++ quvi.spec	7 May 2010 20:42:54 -0000	1.2
@@ -1,5 +1,5 @@
 Name:           quvi
-Version:        0.1.4 
+Version:        0.2.0 
 Release:        1%{?dist}
 Summary:        Command line tool for parsing video download links
 
@@ -9,7 +9,7 @@ URL:            http://code.google.com/p
 Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libcurl-devel pcre-devel doxygen
+BuildRequires:  libcurl-devel pcre-devel lua-devel doxygen
 
 %description
 quvi is a command line tool for parsing video download links.
@@ -32,7 +32,7 @@ Files needed for building applications w
 %setup -q
 
 %build
-%configure --enable-static=no --enable-smut
+%configure --enable-static=no --enable-smut --without-doc
 # To remove rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -40,7 +40,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpa
 make %{?_smp_mflags}
 make dox
 # removed as it's useless and generates a perl dependancy warning for rpmlint
-rm docs/html/installdox
+rm doc/html/installdox
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -58,21 +58,24 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING README 
+%doc doc/Howto* ChangeLog COPYING README 
 %{_bindir}/%{name}
 %{_libdir}/lib%{name}.so.*
 %{_mandir}/man1/%{name}.1.*
-
+%{_datadir}/%{name}/
 
 %files devel
 %defattr(-,root,root,-)
-%doc docs/howto/ examples/simple.c docs/html/
+%doc examples/simple.c doc/html/
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/lib%{name}.pc
 %{_includedir}/%{name}/
 
 
 %changelog
+* Fri May  7 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.0-1
+- Update to 0.2.0
+
 * Mon Apr  5 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.4-1
 - Update to 0.1.4
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/quvi/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	5 Apr 2010 14:57:08 -0000	1.2
+++ sources	7 May 2010 20:42:54 -0000	1.3
@@ -1 +1 @@
-976c07dcf3cab275c93f7b5bc3424b02  quvi-0.1.4.tar.bz2
+3f5c4060d147d2825634e5ea5c19a4e5  quvi-0.2.0.tar.bz2



More information about the scm-commits mailing list