rpms/ruby-mysql/devel ruby-mysql.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Oliver Andrich (oa) fedora-extras-commits at redhat.com
Fri Feb 3 22:14:22 UTC 2006


Author: oa

Update of /cvs/extras/rpms/ruby-mysql/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2320/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ruby-mysql.spec 
Log Message:
auto-import ruby-mysql-2.7-5 on branch devel from ruby-mysql-2.7-5.src.rpm


--- NEW FILE ruby-mysql.spec ---
Name:           ruby-mysql
Version:        2.7
Release:        5%{?dist}
Summary:        A Ruby interface to MySQL

Group:          Development/Languages
License:        GPL
URL:            http://www.tmtm.org/en/mysql/ruby/

Source0:        http://tmtm.org/downloads/mysql/ruby/mysql-ruby-2.7.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  ruby ruby-devel mysql-devel

%description
This is the MySQL API module for Ruby. It provides the same functions for
Ruby programs that the MySQL C API provides for C programs.

%prep
%setup -q -n mysql-ruby-%{version}

%build
ruby extconf.rb --with-mysql-config
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
env DESTDIR=$RPM_BUILD_ROOT make install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README.html README_ja.html tommy.css COPYING COPYING.ja 
%{_libdir}/site_ruby/1.8/i386-linux/mysql.so

%changelog
* Fri Feb 03 2006 Oliver Andrich <oliver.andrich at gmail.com> - 2.7-5
- included the license documents COPYING and COPYING.ja
- fixed the license: Distributable -> GPL

* Sun Jan 22 2006 Oliver Andrich <oliver.andrich at gmail.com> - 2.7-4
- fixed changelog (next try)
- moved the package to the suggested group Development/Languages
- added %{?_smp_mflags} to the make call in the build phase
- the summary duplication in the description was removed 

* Sun Jan 22 2006 Oliver Andrich <oliver.andrich at gmail.com> - 2.7-3
- added documentation
- fixed changelog 

* Sun Jan 22 2006 Oliver Andrich <oliver.andrich at gmail.com> - 2.7-1
- First build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ruby-mysql/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Feb 2006 22:13:13 -0000	1.1
+++ .cvsignore	3 Feb 2006 22:14:22 -0000	1.2
@@ -0,0 +1 @@
+mysql-ruby-2.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ruby-mysql/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Feb 2006 22:13:13 -0000	1.1
+++ sources	3 Feb 2006 22:14:22 -0000	1.2
@@ -0,0 +1 @@
+c6668900e68f0d6a137612c818d5fd01  mysql-ruby-2.7.tar.gz




More information about the scm-commits mailing list