[clive/f15/master] Update to 2.3.0.1

Nicoleau Fabien eponyme at fedoraproject.org
Thu Feb 17 18:27:25 UTC 2011


commit 7f83fabf7035a2fe825e10c22aa21d405e304b38
Author: eponyme <eponyme at fedoraproject.org>
Date:   Thu Feb 17 19:27:24 2011 +0100

    Update to 2.3.0.1

 .gitignore |    1 +
 clive.spec |   21 +++++++++++++--------
 sources    |    2 +-
 3 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb749f5..afb0d9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ clive-2.2.11.tar.bz2
 /clive-2.2.18.tar.bz2
 /clive-2.2.19.tar.gz
 /clive-2.2.22.tar.gz
+/clive-2.3.0.1.tar.gz
diff --git a/clive.spec b/clive.spec
index 3a639ca..ff4071d 100644
--- a/clive.spec
+++ b/clive.spec
@@ -1,6 +1,6 @@
 Name:           clive
-Version:        2.2.22
-Release:        2%{?dist}
+Version:        2.3.0.1
+Release:        1%{?dist}
 Summary:        Video extraction tool for user-uploaded video hosts
 
 Group:          Applications/Multimedia
@@ -10,8 +10,8 @@ Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::Base) perl(Class::Singleton) perl(Getopt::ArgvFile) perl(Digest::SHA) perl(WWW::Curl)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) perl(Term::ReadKey) perl(BerkeleyDB) perl(Digest::SHA) perl(Class::Singleton) perl(Getopt::ArgvFile) perl-URI
+BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::Base)  perl(Getopt::ArgvFile) perl(JSON::XS) perl(version)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) perl(Getopt::ArgvFile) perl(JSON::XS) perl(version) quvi curl
 
 %description
 clive is a video extraction tool for user-uploaded video hosts such as Youtube,
@@ -21,7 +21,8 @@ re-encoding and and playing.
 
 %prep
 %setup -q
-
+# there is a typo in the config file example
+sed -i -e 's/- o/- -o/' examples/cliverc
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -30,6 +31,8 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}
+install -p -m 644 examples/cliverc  $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/config
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -47,16 +50,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING README examples/config
+%doc ChangeLog COPYING README examples/cliverc
+%dir %{_sysconfdir}/%{name}
 %{_bindir}/%{name}
-%{perl_vendorlib}/*
 %{_mandir}/man1/%{name}.1.gz
+%config(noreplace) %{_sysconfdir}/%{name}/config
 
 
 %changelog
+* Tue Feb 15 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 2.3.0.1-1
+- Update to 2.3.0.1
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.22-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
 * Sun Jan 23 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 2.2.22-1
 - Update to 2.2.22
 * Tue Dec 14 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 2.2.19-1
diff --git a/sources b/sources
index d359821..48c7940 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3743ad7078941e248fb1f9f57df1ab24  clive-2.2.22.tar.gz
+858b679cd626e142e114b4bdaa118424  clive-2.3.0.1.tar.gz


More information about the scm-commits mailing list