[quvi/f16] Update to 0.2.16.2

Nicoleau Fabien eponyme at fedoraproject.org
Sat Oct 8 13:13:02 UTC 2011


commit b09fbcbbf466216ceedcfe679da37449f7192f30
Author: eponyme <eponyme at fedoraproject.org>
Date:   Sat Oct 8 15:16:21 2011 +0200

    Update to 0.2.16.2

 .gitignore |    1 +
 quvi.spec  |   37 +++++++++++++++++++++++--------------
 sources    |    2 +-
 3 files changed, 25 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe0446c..e9fc658 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ quvi-0.2.0.tar.bz2
 /quvi-0.2.17.tar.gz
 /quvi-0.2.18.tar.gz
 /quvi-0.2.19.tar.gz
+/quvi-0.2.16.2.tar.bz2
diff --git a/quvi.spec b/quvi.spec
index 49f8265..64430b6 100644
--- a/quvi.spec
+++ b/quvi.spec
@@ -1,15 +1,15 @@
 Name:           quvi
-Version:        0.2.19 
+Version:        0.2.16.2 
 Release:        1%{?dist}
 Summary:        Command line tool for parsing video download links
 
 Group:          Applications/Internet
 License:        LGPLv2+
-URL:            http://quvi.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+URL:            http://sourceforge.net/projects/%{name}/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libcurl-devel pcre-devel lua-devel NaturalDocs
+BuildRequires:  libcurl-devel pcre-devel lua-devel doxygen
 
 %description
 quvi is a command line tool for parsing video download links.
@@ -32,13 +32,15 @@ Files needed for building applications with libquvi
 %setup -q
 
 %build
-%configure --enable-static=no --enable-nsfw
+%configure --enable-static=no --enable-nsfw --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
 
 make %{?_smp_mflags}
-make doc
+make dox
+# removed as it's useless and generates a perl dependancy warning for rpmlint
+rm doc/html/installdox
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -56,7 +58,7 @@ 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.*
@@ -64,19 +66,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
-%doc examples/simple.c doc/%{name}-%{version}
+%doc examples/simple.c doc/html/
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/lib%{name}.pc
 %{_includedir}/%{name}/
 
 
 %changelog
-* Mon Aug 15 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.19-1
-- Update to 0.2.19
-* Mon Jul 25 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.18-1
-- Update to 0.2.18
-* Fri Jun 24 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.17-1
-- Update to 0.2.17
+* Sat Oct  8 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.16.2-1
+- Update to 0.2.16.2
+* Mon Aug 15 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.16.1-1
+- Fix #728646
 * 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
@@ -99,24 +99,33 @@ rm -rf $RPM_BUILD_ROOT
 - Update to 0.2.7
 * Tue Oct 12 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.6-1
 - Update to 0.2.6
+
 * Sat Oct  2 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.5-1
 - Update to 0.2.5
+
 * Fri Sep 10 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.4-1
 - Update to 0.2.4
+
 * Sun Sep  5 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.3-1
 - Update to 0.2.3
+
 * Wed Aug 25 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.2-1
 - Update to 0.2.2
+
 * 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
+
 * Fri Apr  2 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.3-3
 - Removed redundant option for post and postun
 - Append slashes to directories in files section
 - Add blanks lines between changelog revisions
+
 * Thu Apr  1 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.3-2
 - License fix
 - Merged libquvi and quvi packages
+
 * Tue Mar 30 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.3-1
 - Initial build
diff --git a/sources b/sources
index a5b7c5d..7b409f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c96627374377b049ac60e7642eb7f838  quvi-0.2.19.tar.gz
+29cd769d62b1a30b2e58d780855a8aa2  quvi-0.2.16.2.tar.bz2


More information about the scm-commits mailing list