[cclive/f14/master] Update to 0.7.3.1

Nicoleau Fabien eponyme at fedoraproject.org
Sun Mar 20 13:23:51 UTC 2011


commit 97af30a8cd2ed1d249929555f09c7e8e6c33a0a0
Author: eponyme <eponyme at fedoraproject.org>
Date:   Sun Mar 20 14:23:40 2011 +0100

    Update to 0.7.3.1

 .gitignore  |    1 +
 cclive.spec |   20 +++++++++++++++-----
 sources     |    2 +-
 3 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b9b9a16..ea32b68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 cclive-0.6.3.tar.bz2
 /cclive-0.6.5.tar.bz2
+/cclive-0.7.3.1.tar.gz
diff --git a/cclive.spec b/cclive.spec
index 4544f85..77179f3 100644
--- a/cclive.spec
+++ b/cclive.spec
@@ -1,12 +1,12 @@
 Name:           cclive
-Version:        0.6.5
+Version:        0.7.3.1
 Release:        1%{?dist}
 Summary:        Command line video extraction utility
 
 Group:          Applications/Multimedia 
 License:        GPLv3+
 URL:            http://code.google.com/p/cclive/
-Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
+Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  quvi-devel libcurl-devel pcre-devel
@@ -20,13 +20,13 @@ Googlevideo, Break, Liveleak, Sevenload, Evisortv and Dailymotion.
 %setup -q
 
 %build
-%configure
+%cmake .
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %clean
@@ -35,12 +35,22 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README TODO
+%doc COPYING README 
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
 
 
 %changelog
+* Sun Mar 20 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.7.3.1-1
+- Update to 0.7.3.1
+* Sun Mar 13 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.7.3-1
+- Update to 0.7.3
+* Mon Feb 14 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.7.2-1
+- Update to 0.7.2
+* Sun Feb 13 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.6.5-3
+- Add an include to compile with new GCC
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 * Wed Aug 25 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.6.5-1
 - Update to 0.6.5
 * Fri May  7 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.6.3-1
diff --git a/sources b/sources
index 6810b1c..dd1a4c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3d50c05ca332b01286f9f3b6dd21841  cclive-0.6.5.tar.bz2
+de25297e9f34677d4d1920078d9cf254  cclive-0.7.3.1.tar.gz


More information about the scm-commits mailing list