[cclive/f15] Update to 0.7.5.1

Nicoleau Fabien eponyme at fedoraproject.org
Sat Aug 27 13:16:34 UTC 2011


commit dc2027c508fc0d809a951da58c559359b2738615
Author: eponyme <eponyme at fedoraproject.org>
Date:   Sat Aug 27 15:18:00 2011 +0200

    Update to 0.7.5.1

 .gitignore  |    1 +
 cclive.spec |   25 ++++++++++++++++---------
 sources     |    2 +-
 3 files changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea32b68..b7b47ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 cclive-0.6.3.tar.bz2
 /cclive-0.6.5.tar.bz2
 /cclive-0.7.3.1.tar.gz
+/cclive-0.7.5.1.tar.gz
diff --git a/cclive.spec b/cclive.spec
index 12c6378..48981bc 100644
--- a/cclive.spec
+++ b/cclive.spec
@@ -1,15 +1,15 @@
 Name:           cclive
-Version:        0.7.3.1
-Release:        3%{?dist}
+Version:        0.7.5.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.gz
+URL:            http://cclive.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  cmake boost-devel quvi-devel libcurl-devel pcre-devel
+BuildRequires:  boost-devel quvi-devel libcurl-devel pcre-devel chrpath
 
 %description
 cclive is a command line video extraction utility similar to clive but with
@@ -18,18 +18,17 @@ Googlevideo, Break, Liveleak, Sevenload, Evisortv and Dailymotion.
 
 %prep
 %setup -q
-# Keep using bosst filesystem 2 with boost 1.44 to fix #695078
-sed -i -e 's/1.43.0/1.44.0/' CMakeLists.txt
 
 %build
-%cmake .
+%configure
+
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,6 +42,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 27 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.7.5.1-1
+- Update to 0.7.5.1
+* Mon Aug 15 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.7.5-1
+- Update to 0.7.5
+* Fri Jul 22 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.7.4.1-2
+- Rebuild for rawhide
+* Fri Jun 24 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.7.4.1-1
+- Update to 0.7.4.1
 * Mon May  9 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.7.3.1-3
 - Keep using bosst filesystem 2 with boost 1.44 to fix #695078 
 * Thu Apr  7 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.7.3.1-2
diff --git a/sources b/sources
index dd1a4c4..0a97432 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de25297e9f34677d4d1920078d9cf254  cclive-0.7.3.1.tar.gz
+b017b00a6be5891a3ae314d10683a593  cclive-0.7.5.1.tar.gz


More information about the scm-commits mailing list