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

Michael Rice (errr) fedora-extras-commits at redhat.com
Wed Nov 1 22:35:23 UTC 2006


Author: errr

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

Modified Files:
	.cvsignore sources 
Added Files:
	ruby-bdb.spec 
Log Message:
auto-import ruby-bdb-0.5.9-6 on branch devel from ruby-bdb-0.5.9-6.src.rpm


--- NEW FILE ruby-bdb.spec ---
%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}

%define        tarname bdb
Summary:       Sleepycat Berkeley DB and DB XML
Name:          ruby-bdb
Version:       0.5.9
Release:       6%{?dist}
License:       Ruby License 
Group:         Development/Libraries
Source:        ftp://moulon.inra.fr/pub/ruby/%{tarname}-%{version}.tar.gz
URL:           http://moulon.inra.fr/ruby/bdb.html
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ruby, ruby-devel, db4-devel
Requires:      ruby(abi) = 1.8
Provides:      ruby(bdb) = %{version}

%description
Berkeley DB is an embedded database system that supports keyed access
to data.

%prep
%setup -q -n %{tarname}-%{version}

%build
ruby extconf.rb
make %{?_smp_mflags}

%check
make test

%clean 
rm -rf $RPM_BUILD_ROOT


%install
rm -rf $RPM_BUILD_ROOT

make DESTDIR=$RPM_BUILD_ROOT install


%files 
%defattr(-,root,root)
%doc Changes README.en bdb.html bdb.rd docs/ examples/
%{ruby_sitearch}/bdb.so

%changelog
* Fri Oct 20 2006 Michael Rice <errr at errr-online.com> - 0.5.9-6
- Adjust to make 'test'

* Thu Oct 19 2006 Michael Rice <errr at errr-online.com> - 0.5.9-5
- Add make tests
- Remove tests/ from package

* Mon Oct 16 2006 Michael Rice <errr at errr-online.com> - 0.5.9-4
- Remove unneeded Require for bdb (thanks Jason Tibbitts)

* Mon Oct 09 2006 Michael Rice <errr at errr-online.com> - 0.5.9-3
- add proper Requires per wiki guidelines
- add provides per wiki guidelines
- add -q into setup per bugzilla request 209965
- Change license to ruby license per bugzilla 209965
- Remove the conditional stuff since its not possible to build for older ruby in
  extras

* Mon Oct 09 2006 Michael Rice <errr at errr-online.com> - 0.5.9-2
- add smp_mflags to make line
- remove find command and replace with list instead
- add ruby_sitesearch for bdb.so
- remove strip to create a debug package


* Sun Sep 10 2006 Michael Rice <errr at errr-online.com> 0.5.9-1
- 0.5.9

* Tue May 17 2005 Ian Macdonald <ian at caliban.org> 0.5.6-1
- 0.5.6

* Fri Dec 31 2004 Ian Macdonald <ian at caliban.org> 0.5.4-1
- 0.5.4

* Sat Nov 20 2004 Ian Macdonald <ian at caliban.org> 0.5.3-1
- 0.5.3

* Thu Nov 18 2004 Ian Macdonald <ian at caliban.org> 0.5.2-1
- 0.5.2

* Fri Jul 25 2003 Ian Macdonald <ian at caliban.org> 0.4.6-1
- 0.4.6

* Mon Jul  7 2003 Ian Macdonald <ian at caliban.org> 0.4.5-1
- 0.4.5

* Tue Jun 24 2003 Ian Macdonald <ian at caliban.org> 0.4.4-1
- 0.4.4

* Wed Jun 10 2003 Ian Macdonald <ian at caliban.org> 0.4.3-1
- 0.4.3

* Wed May 28 2003 Ian Macdonald <ian at caliban.org> 0.4.2-1
- 0.4.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ruby-bdb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Nov 2006 22:34:32 -0000	1.1
+++ .cvsignore	1 Nov 2006 22:34:53 -0000	1.2
@@ -0,0 +1 @@
+bdb-0.5.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ruby-bdb/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Nov 2006 22:34:32 -0000	1.1
+++ sources	1 Nov 2006 22:34:53 -0000	1.2
@@ -0,0 +1 @@
+b4bb9f2811e395f9c7e49c7fd9a977b0  bdb-0.5.9.tar.gz




More information about the scm-commits mailing list