[quvi/f20] New version.

Christopher Meng cicku at fedoraproject.org
Tue Nov 26 05:53:12 UTC 2013


commit 61956a1e46c239de9bd0c64d36e0016738ede00b
Author: Christopher Meng <rpm at cicku.me>
Date:   Tue Nov 26 13:26:51 2013 +0800

    New version.

 .gitignore |    1 +
 quvi.spec  |   16 +++++-----------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5a3aa9..00c64f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ quvi-0.2.0.tar.bz2
 /quvi-0.4.1.tar.gz
 /quvi-0.4.2.tar.gz
 /quvi-0.9.3.1.tar.xz
+/quvi-0.9.5.tar.xz
diff --git a/quvi.spec b/quvi.spec
index 598572b..f1dc4f1 100644
--- a/quvi.spec
+++ b/quvi.spec
@@ -1,13 +1,10 @@
 Name:           quvi
-Version:        0.9.3.1
+Version:        0.9.5
 Release:        1%{?dist}
 Summary:        Command line tool for parsing video download links
-
-Group:          Applications/Internet
-License:        LGPLv2+
+License:        AGPLv3+
 URL:            http://quvi.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
-
 BuildRequires:  libquvi-devel libcurl-devel glib2-devel json-glib-devel libxml2-devel
 
 %description
@@ -16,24 +13,21 @@ It supports Youtube and other similar video websites.
 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.
 
-
 %prep
 %setup -q
 
 %build
 %configure
-
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-
+make install DESTDIR=%{buildroot}
 
 %files
 %doc ChangeLog COPYING README 
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}*.1.gz
-%{_mandir}/man5/%{name}rc.5.gz
+%{_mandir}/man1/%{name}*.1*
+%{_mandir}/man5/%{name}rc.5*
 
 %changelog
 * Fri Aug 30 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.9.3.1-1
diff --git a/sources b/sources
index 0d81917..c4b89be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24b3173f8662a6bb33d9a8a58662764f  quvi-0.9.3.1.tar.xz
+baa1d7b25e9fd173e952e27d4aa4b933  quvi-0.9.5.tar.xz


More information about the scm-commits mailing list