SPECS: ruby-DBI.spec - 0.2.0

aredridel aredridel at pld-linux.org
Mon Mar 17 01:53:37 CET 2008


Author: aredridel                    Date: Mon Mar 17 00:53:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.2.0

---- Files affected:
SPECS:
   ruby-DBI.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/ruby-DBI.spec
diff -u SPECS/ruby-DBI.spec:1.21 SPECS/ruby-DBI.spec:1.22
--- SPECS/ruby-DBI.spec:1.21	Thu Mar  8 07:40:05 2007
+++ SPECS/ruby-DBI.spec	Mon Mar 17 01:53:32 2008
@@ -8,17 +8,17 @@
 Summary:	Database Interface for Ruby
 Summary(pl.UTF-8):	Interfejs do baz danych dla języka Ruby
 Name:		ruby-DBI
-Version:	0.1.1
+Version:	0.2.0
 Release:	1
 License:	GPL
 Group:		Development/Languages
-Source0:	http://rubyforge.org/frs/download.php/12368/%{tarname}-%{version}.tar.gz
-# Source0-md5:	1077f898080bb0af1098ee4b5b54f8d1
+Source0:	http://rubyforge.org/frs/download.php/33959/dbi-%{version}.tar.gz
+# Source0-md5:	b9836c3853a823432e45bccc4c29d333
 Patch0:		%{name}-prefix.patch
 BuildRequires:	mysql-ruby
 BuildRequires:	rpmbuild(macros) >= 1.277
-BuildRequires:	ruby-devel >= 1:1.8.4-5
 BuildRequires:	ruby-Postgres
+BuildRequires:	ruby-devel >= 1:1.8.4-5
 BuildRequires:	ruby-odbc
 BuildRequires:	sqlite-devel
 Obsoletes:	ruby-dbi
@@ -83,7 +83,7 @@
 Sterownik bazy danych SQLite dla języka Ruby.
 
 %prep
-%setup -q -n ruby-dbi
+%setup -q -n dbi-%{version}
 %patch0 -p1
 
 #find lib -type d -name 'test*' | xargs rm -r -v
@@ -120,14 +120,13 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README* 
+%doc README*
 %if %{with rdoc}
 %doc rdoc
 %endif
 %attr(755,root,root) %{_bindir}/proxyserver.rb
 %attr(755,root,root) %{_bindir}/sqlsh.rb
 %dir %{ruby_rubylibdir}/DBD
-%dir %{ruby_archdir}/DBD
 %{ruby_rubylibdir}/DBD/Proxy
 %{ruby_rubylibdir}/DBD/SQLRelay
 %{ruby_rubylibdir}/dbi.rb
@@ -153,8 +152,7 @@
 
 %files -n ruby-DBD-SQLite
 %defattr(644,root,root,755)
-%dir %{ruby_archdir}/DBD/SQLite
-%attr(755,root,root) %{ruby_archdir}/DBD/SQLite/SQLite.so
+%{ruby_rubylibdir}/DBD/SQLite
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -162,6 +160,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2008-03-17 00:53:32  aredridel
+- 0.2.0
+
 Revision 1.21  2007-03-08 06:40:05  aredridel
 - massive attack: correct ri output path for ruby 1.8.6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ruby-DBI.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list