rpms/rubyripper/F-8 rubyripper-0.4.4-configure.patch, NONE, 1.1 rubyripper.spec, 1.1, 1.2 sources, 1.2, 1.3

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Thu Jan 10 13:41:17 UTC 2008


Author: sindrepb

Update of /cvs/pkgs/rpms/rubyripper/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25679

Modified Files:
	rubyripper.spec sources 
Added Files:
	rubyripper-0.4.4-configure.patch 
Log Message:
new release

rubyripper-0.4.4-configure.patch:

--- NEW FILE rubyripper-0.4.4-configure.patch ---
diff -up rubyripper-0.4.4/configure.orig rubyripper-0.4.4/configure
--- rubyripper-0.4.4/configure.orig	2008-01-10 14:19:35.000000000 +0100
+++ rubyripper-0.4.4/configure	2008-01-10 14:19:57.000000000 +0100
@@ -123,7 +123,7 @@ puts "Creating the Makefile..."
 makefile = File.new("Makefile", "w+")
 makefile.puts "#This Makefile is automatically created by configure"
 makefile.puts ""
-makefile.puts "BINDIR=#{$PREFIX}#{$BINDIR}"
+makefile.puts "BINDIR=#{$BINDIR}"
 makefile.puts "LOCALE=#{$PREFIX}#{$LOCALE}"
 makefile.puts "PIXMAPS=#{$PREFIX}#{$PIXMAPS}"
 makefile.puts "DESKTOP=#{$PREFIX}#{$DESKTOP}"
@@ -181,7 +181,7 @@ update_lib() #set file locations in the 
 puts "A summary of your settings:"
 puts ""
 puts "Using the following locations for install:"
-puts "* Executables: #{$PREFIX}#{$BINDIR}"
+puts "* Executables: #{$BINDIR}"
 puts "* Localization files: #{$PREFIX}#{$LOCALE}"
 puts "* Icon file: #{$PREFIX}#{$PIXMAPS}"
 puts "* Desktop file: #{$PREFIX}#{$DESKTOP}"


Index: rubyripper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubyripper/F-8/rubyripper.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubyripper.spec	11 Nov 2007 20:30:25 -0000	1.1
+++ rubyripper.spec	10 Jan 2008 13:40:36 -0000	1.2
@@ -1,7 +1,7 @@
 %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
 
 Name:           rubyripper
-Version:        0.4.3
+Version:        0.4.4
 Release:        2%{?dist}
 Summary:        Open-source secure ripper for Linux
 
@@ -9,7 +9,7 @@
 License:        GPLv3+
 URL:            http://code.google.com/p/rubyripper/
 Source0:        http://rubyripper.googlecode.com/files/%{name}-%{version}.tar.bz2
-Patch0:         %{name}-%{version}-makefile.patch
+Patch0:         %{name}-%{version}-configure.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -44,7 +44,9 @@
 %patch0 -p1
 
 %build
-make %{?_smp_mflags}
+%configure --enable-lang-all --enable-gtk2 --enable-cli 
+#no make needed
+#make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -86,6 +88,9 @@
 
 
 %changelog
+* Tue Jan 10 2008 Sindre Pedersen Bjørdal <foolish at guezz.net> - 0.4.3-2
+- New upstream release
+- Reworked installation path patch for new release
 * Sat Nov 10 2007 Sindre Pedersen Bjørdal <foolish at guezz.net> - 0.4.3-2
 - Add missing ruby-gettext Requires
 - Fix EVR specific subpackage Requires


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubyripper/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Nov 2007 20:30:25 -0000	1.2
+++ sources	10 Jan 2008 13:40:36 -0000	1.3
@@ -1 +1 @@
-466e22c46dfb3a1166a89a96949ce4c6  rubyripper-0.4.3.tar.bz2
+15d327875f9e5a694e17709d4276a6c8  rubyripper-0.4.4.tar.bz2




More information about the fedora-extras-commits mailing list