[quvi/f16] Update to 0.4.1

Nicoleau Fabien eponyme at fedoraproject.org
Tue Dec 6 22:09:59 UTC 2011


commit 1a2bee115057fe23c923e9e65f0d23044b197bf9
Author: eponyme <eponyme at fedoraproject.org>
Date:   Tue Dec 6 23:09:59 2011 +0100

    Update to 0.4.1

 .gitignore |    1 +
 quvi.spec  |   74 ++++++++++++++---------------------------------------------
 sources    |    2 +-
 3 files changed, 20 insertions(+), 57 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9fc658..b687a2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ quvi-0.2.0.tar.bz2
 /quvi-0.2.18.tar.gz
 /quvi-0.2.19.tar.gz
 /quvi-0.2.16.2.tar.bz2
+/quvi-0.4.1.tar.gz
diff --git a/quvi.spec b/quvi.spec
index 64430b6..3f0fab5 100644
--- a/quvi.spec
+++ b/quvi.spec
@@ -1,15 +1,14 @@
 Name:           quvi
-Version:        0.2.16.2 
+Version:        0.4.1
 Release:        1%{?dist}
 Summary:        Command line tool for parsing video download links
 
 Group:          Applications/Internet
 License:        LGPLv2+
-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)
+URL:            http://quvi.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 
-BuildRequires:  libcurl-devel pcre-devel lua-devel doxygen
+BuildRequires:  libquvi-devel libcurl-devel
 
 %description
 quvi is a command line tool for parsing video download links.
@@ -18,65 +17,37 @@ libquvi is a library for parsing video download links with C API.
 It is written in C and intended to be a cross-platform library.
 
 
-%package devel
-Summary: Files needed for building applications with libquvi
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
-
-%description devel
-Files needed for building applications with libquvi
-
-
 %prep
 %setup -q
 
 %build
-%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
+%configure
 
 make %{?_smp_mflags}
-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
 make install DESTDIR=$RPM_BUILD_ROOT
-rm -f ${RPM_BUILD_ROOT}%{_libdir}/lib%{name}.la
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-
-%clean
-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.*
-%{_datadir}/%{name}/
-
-%files devel
-%defattr(-,root,root,-)
-%doc examples/simple.c doc/html/
-%{_libdir}/lib%{name}.so
-%{_libdir}/pkgconfig/lib%{name}.pc
-%{_includedir}/%{name}/
 
 
 %changelog
-* 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
+* Fri Dec  2 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.4.1-1
+- Update to 0.4.1
+* Tue Nov 15 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.4.0-2
+- Add libcurl dependancy
+* Sat Oct  8 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.4.0-1
+- Update to 0.4.0
+* 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
 * 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,33 +70,24 @@ 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 7b409f4..1aeee94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29cd769d62b1a30b2e58d780855a8aa2  quvi-0.2.16.2.tar.bz2
+0975e3d8cdf570d2143c49c249e698c5  quvi-0.4.1.tar.gz


More information about the scm-commits mailing list