]> git.pld-linux.org Git - packages/ruby-activerecord.git/commitdiff
- really 0.9.4 (Rubyforge URLs are strange. There be dragons.) auto/ac/ruby-ActiveRecord-0_9_4-1
authoraredridel <aredridel@pld-linux.org>
Fri, 20 Aug 2004 23:34:16 +0000 (23:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-activerecord.spec -> 1.11

ruby-activerecord.spec

index 109e12bd8cfde7f7c1460ca928b33de8338f6da5..2c1c2fda00b9bad6b11fd9dd76da643bcd0f0ae0 100644 (file)
@@ -4,14 +4,13 @@
 Summary:       Object-Relational mapping library for Ruby
 Summary(pl):   Biblioteka odwzorowaƱ obiektowo-relacyjnych dla Ruby
 Name:          ruby-ActiveRecord
-%define tarname active_record
+%define tarname activerecord
 Version:       0.9.4
 Release:       1
 License:       Ruby-alike
 Group:         Development/Languages
-Source0:       http://rubyforge.org/download.php/358/%{tarname}-%{version}.tgz
-# Source0-md5: 49768acdfed8b28f3c75fa5fec6e3f33
-Patch0:                %{name}-mysql.patch
+Source0:       http://rubyforge.org/download.php/1216/%{tarname}-%{version}.tgz
+# Source0-md5: 7eca936e2b5eb049a0f276a58c2fda95
 uRL:           http://activerecord.rubyonrails.org/
 BuildRequires: ruby
 Requires:      ruby
@@ -26,11 +25,9 @@ Ten pakiet zawiera bibliotek
 Ruby.
 
 %prep
-%setup -q -n %{tarname}-0.5
-%patch0 -p1
+%setup -q -n %{tarname}-%{version}
 
 %build
-rm lib/%{tarname}/fixtures.rb
 rdoc --ri --op ri lib
 rdoc --op rdoc lib
 
@@ -41,10 +38,10 @@ cp -a lib/* $RPM_BUILD_ROOT%{ruby_rubylibdir}
 cp -a ri/ri/* $RPM_BUILD_ROOT%{ruby_ridir}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf $iPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*
+%doc rdoc README
 %{ruby_rubylibdir}/*
 %{ruby_ridir}/ActiveRecord
This page took 0.061131 seconds and 4 git commands to generate.