[quvi/f15] Update to 0.2.17

Nicoleau Fabien eponyme at fedoraproject.org
Fri Jun 24 19:36:44 UTC 2011


commit 9784d0c6befa9af4bf0083e19a04244458526579
Author: eponyme <eponyme at fedoraproject.org>
Date:   Fri Jun 24 21:37:03 2011 +0200

    Update to 0.2.17

 .gitignore |    1 +
 quvi.spec  |   18 +++++++++---------
 sources    |    2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 918f960..9db41fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ quvi-0.2.0.tar.bz2
 /quvi-0.2.14.tar.bz2
 /quvi-0.2.15.tar.bz2
 /quvi-0.2.16.tar.gz
+/quvi-0.2.17.tar.gz
diff --git a/quvi.spec b/quvi.spec
index 1cc1af4..ad706bd 100644
--- a/quvi.spec
+++ b/quvi.spec
@@ -1,15 +1,15 @@
 Name:           quvi
-Version:        0.2.16 
+Version:        0.2.17 
 Release:        1%{?dist}
 Summary:        Command line tool for parsing video download links
 
 Group:          Applications/Internet
 License:        LGPLv2+
-URL:            http://sourceforge.net/projects/%{name}/
+URL:            http://quvi.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libcurl-devel pcre-devel lua-devel doxygen
+BuildRequires:  libcurl-devel pcre-devel lua-devel NaturalDocs
 
 %description
 quvi is a command line tool for parsing video download links.
@@ -32,15 +32,13 @@ Files needed for building applications with libquvi
 %setup -q
 
 %build
-%configure --enable-static=no --enable-nsfw --without-doc
+%configure --enable-static=no --enable-nsfw
 # 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
 
 make %{?_smp_mflags}
-make dox
-# removed as it's useless and generates a perl dependancy warning for rpmlint
-rm doc/html/installdox
+make doc
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -58,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc doc/Howto* ChangeLog COPYING README 
+%doc ChangeLog COPYING README 
 %{_bindir}/%{name}
 %{_libdir}/lib%{name}.so.*
 %{_mandir}/man1/%{name}.1.*
@@ -66,13 +64,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
-%doc examples/simple.c doc/html/
+%doc examples/simple.c doc/%{name}-%{version}
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/lib%{name}.pc
 %{_includedir}/%{name}/
 
 
 %changelog
+* Fri Jun 24 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.17-1
+- Update to 0.2.17
 * Sun May 22 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.16-1
 - Update to 0.2.16
 - enable-smut option changed to enable-nsfw
diff --git a/sources b/sources
index 89cc2b4..2934e6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43ac4c1ecaace175e2e8b38f4566a710  quvi-0.2.16.tar.gz
+8c774e59088f41449205937b45907bc2  quvi-0.2.17.tar.gz


More information about the scm-commits mailing list