rpms/ruby-zoom/FC-5 ruby-zoom.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sun Apr 29 23:33:35 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/ruby-zoom/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21933/FC-5

Modified Files:
	.cvsignore sources 
Added Files:
	ruby-zoom.spec 
Log Message:
Initial import of ruby-zoom


--- NEW FILE ruby-zoom.spec ---
%{!?ruby_sitelib:	%define ruby_sitelib	%(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
%{!?ruby_sitearch:	%define ruby_sitearch	%(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
%define		rdocpath	%(ruby -rrdoc/ri/ri_paths -e 'puts RI::Paths::PATH[1] || RI::Paths::PATH[0]')
%define		rubyabi		1.8

Name:		ruby-zoom
Version:	0.2.2
Release:	2%{?dist}
Summary:	Ruby binding to ZOOM
Group:		Development/Languages

License:	LGPL
URL:		http://ruby-zoom.rubyforge.org/
Source0:	http://rubyforge.org/frs/download.php/6940/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	ruby
BuildRequires:	ruby-devel
BuildRequires:	ruby(abi) = %{rubyabi}
BuildRequires:	tcp_wrappers
%if 0%{?fedora} >= 7
BuildRequires:	tcp_wrappers-devel
%endif
BuildRequires:	libxslt-devel
BuildRequires:	libyaz-devel
Requires:	ruby(abi) = %{rubyabi}
Requires:	ruby
Provides:	ruby(zoom) = %{version}-%{release}

%description
Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation 
Model (ZOOM), an abstract object-oriented programming interface 
to a subset of the services specified by the Z39.50 standard, 
also known as the international standard ISO 23950.

%prep
%setup -q
find doc/ -type f | xargs %{__chmod} 0644

%build
export CFLAGS="$RPM_OPT_FLAGS"
ruby extconf.rb
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p" install

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING.LIB README
%doc sample/
%doc doc/

%{ruby_sitelib}/marc.rb
%{ruby_sitearch}/zoom.so

%changelog
* Sat Apr 28 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.2.2-2
- Add more documents

* Sat Apr 21 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.2.2-1
- Initial packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ruby-zoom/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Apr 2007 22:23:49 -0000	1.1
+++ .cvsignore	29 Apr 2007 23:33:01 -0000	1.2
@@ -0,0 +1 @@
+ruby-zoom-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ruby-zoom/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Apr 2007 22:23:49 -0000	1.1
+++ sources	29 Apr 2007 23:33:01 -0000	1.2
@@ -0,0 +1 @@
+e38f664296b70b2d74962359f381cfb7  ruby-zoom-0.2.2.tar.gz




More information about the scm-commits mailing list