SPECS: ruby-dbd-mysql.spec, ruby-dbd-pg.spec - adapterized

aredridel aredridel at pld-linux.org
Sun Nov 30 05:34:36 CET 2008


Author: aredridel                    Date: Sun Nov 30 04:34:36 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapterized

---- Files affected:
SPECS:
   ruby-dbd-mysql.spec (1.1 -> 1.2) , ruby-dbd-pg.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/ruby-dbd-mysql.spec
diff -u SPECS/ruby-dbd-mysql.spec:1.1 SPECS/ruby-dbd-mysql.spec:1.2
--- SPECS/ruby-dbd-mysql.spec:1.1	Sun Nov 30 05:24:51 2008
+++ SPECS/ruby-dbd-mysql.spec	Sun Nov 30 05:34:31 2008
@@ -13,7 +13,7 @@
 Ruby Database driver for MySQL.
 
 %prep
-%setup -n dbd-mysql-%{version}
+%setup -q -n dbd-mysql-%{version}
 
 %build
 ruby setup.rb config \
@@ -22,6 +22,7 @@
 ruby setup.rb setup
 
 %install
+rm -rf $RPM_BUILD_ROOT
 ruby setup.rb install \
 	--prefix=$RPM_BUILD_ROOT
 
@@ -39,6 +40,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/11/30 04:34:31  aredridel
+- adapterized
+
 Revision 1.1  2008/11/30 04:24:51  aredridel
 - added
 

================================================================
Index: SPECS/ruby-dbd-pg.spec
diff -u SPECS/ruby-dbd-pg.spec:1.1 SPECS/ruby-dbd-pg.spec:1.2
--- SPECS/ruby-dbd-pg.spec:1.1	Sun Nov 30 05:33:49 2008
+++ SPECS/ruby-dbd-pg.spec	Sun Nov 30 05:34:31 2008
@@ -13,7 +13,7 @@
 Ruby Database driver for PostgreSQL.
 
 %prep
-%setup -n dbd-pg-%{version}
+%setup -q -n dbd-pg-%{version}
 
 %build
 ruby setup.rb config \
@@ -22,6 +22,7 @@
 ruby setup.rb setup
 
 %install
+rm -rf $RPM_BUILD_ROOT
 ruby setup.rb install \
 	--prefix=$RPM_BUILD_ROOT
 
@@ -39,6 +40,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/11/30 04:34:31  aredridel
+- adapterized
+
 Revision 1.1  2008/11/30 04:33:49  aredridel
 - added
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ruby-dbd-mysql.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ruby-dbd-pg.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list