[rubyripper] update to 0.6.0

Felix Kaechele heffer at fedoraproject.org
Sat Mar 19 08:54:03 UTC 2011


commit 6d684e3abc9db3f079c23d34654b610ee28d77ba
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Sat Mar 19 09:53:33 2011 +0100

    update to 0.6.0

 .gitignore                       |    1 +
 rubyripper-0.4.3-makefile.patch  |   58 --------------------------------------
 rubyripper-0.4.4-configure.patch |   21 -------------
 rubyripper.spec                  |   16 ++++++++--
 sources                          |    2 +-
 5 files changed, 14 insertions(+), 84 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e9839f..f0d278b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 rubyripper-0.5.7.tar.bz2
+/rubyripper-0.6.0.tar.bz2
diff --git a/rubyripper.spec b/rubyripper.spec
index bc56a74..4f9bce2 100644
--- a/rubyripper.spec
+++ b/rubyripper.spec
@@ -1,8 +1,8 @@
 %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
 
 Name:           rubyripper
-Version:        0.5.7
-Release:        3%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        Open-source secure ripper for Linux
 
 Group:          Applications/Multimedia
@@ -17,7 +17,8 @@ BuildRequires:  desktop-file-utils, gettext
 BuildRequires:  ruby(abi) = 1.8, ruby
 BuildRequires:  rubygem(rake), ruby(gettext-package), cdparanoia
 Requires:       ruby(abi) = 1.8, ruby(gettext-package), ruby 
-Requires:       cdparanoia, vorbis-tools
+Requires:       cd-discid, cdparanoia, eject, vorbis-tools
+Requires:       vorbisgain
 
 
 %description
@@ -40,6 +41,7 @@ audio extraction tool.
 
 %prep
 %setup -q
+chmod 644 GPL-3.txt README
 
 %build
 %configure --enable-lang-all --enable-gtk2 --enable-cli
@@ -62,9 +64,11 @@ mv $RPM_BUILD_ROOT%{_prefix}%{_bindir} $RPM_BUILD_ROOT%{_bindir}
 
 #permissions
 for f in `find $RPM_BUILD_ROOT%{_datadir}/locale/ -name "*.mo"`
-	do chmod 0644 $f
+         do chmod 0644 $f
 done
 
+chmod 755 $RPM_BUILD_ROOT%{ruby_sitelib}/rr_lib.rb
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -76,12 +80,16 @@ rm -rf $RPM_BUILD_ROOT
 %{ruby_sitelib}/*
 
 %files gui
+%defattr(-,root,root,-)
 %{_bindir}/rrip_gui
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/apps/rubyripper.png
 
 
 %changelog
+* Sat Mar 19 2011 Felix Kaechele <heffer at fedoraproject.org> - 0.6.0-1
+- update to 0.6.0
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 6fcf3f8..9f87249 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87e0d97055fafebdebe4f36b9880638d  rubyripper-0.5.7.tar.bz2
+5493856f60f18a6f0d338de92c6180a0  rubyripper-0.6.0.tar.bz2


More information about the scm-commits mailing list