Author: aredridel                    Date: Sun Nov 30 04:46:05 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   ruby-dbd-sqlite3.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ruby-dbd-sqlite3.spec
diff -u /dev/null SPECS/ruby-dbd-sqlite3.spec:1.1
--- /dev/null   Sun Nov 30 05:46:06 2008
+++ SPECS/ruby-dbd-sqlite3.spec Sun Nov 30 05:46:00 2008
@@ -0,0 +1,45 @@
+# $Revision$, $Date$
+Summary:       Ruby Database driver for Sqlite3
+Name:          ruby-dbd-sqlite3
+Version:       1.2.2
+Release:       1
+License:       Ruby License
+Group:         Development/Libraries
+Source0:       
http://rubyforge.org/frs/download.php/41797/dbd-sqlite3-%{version}.tar.gz
+# Source0-md5: 26b117cebddae40395124ac16276dd5f
+URL:           http://rubyforge.org/projects/ruby-dbi/
+
+%description
+Ruby Database driver for Sqlite.
+
+%prep
+%setup -q -n dbd-sqlite3-%{version}
+
+%build
+ruby setup.rb config \
+       --rb-dir=%{ruby_rubylibdir} \
+       --so-dir=%{ruby_archdir}
+ruby setup.rb setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+ruby setup.rb install \
+       --prefix=$RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{ruby_rubylibdir}/dbd/sqlite3
+%{ruby_rubylibdir}/dbd/SQLite3.rb
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/11/30 04:46:00  aredridel
+- added
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to