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

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Fri Jan 19 00:10:29 UTC 2007


Author: lutter

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

Modified Files:
	.cvsignore sources 
Added Files:
	ruby-fam.spec 
Log Message:
auto-import ruby-fam-0.2.0-3 on branch devel from ruby-fam-0.2.0-3.src.rpm


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

Name:           ruby-fam
Version:        0.2.0
Release:        3%{?dist}
Summary:        Gamin/FAM bindings for Ruby

Group:          Development/Languages
License:        BSD
URL:            http://www.pablotron.org/software/fam-ruby/
Source0:        http://www.pablotron.org/download/fam-ruby-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ruby ruby-devel gamin-devel
Requires:       ruby(abi) = 1.8
Provides:       ruby(fam) = 0.1.4
Provides:       ruby(gamin) = 0.1.4

%description
FAM-Ruby is a Ruby interface to SGI's File Alteration Monitor
(http://oss.sgi.com/projects/fam/).  FAM allows you to monitor files and
directories for changes (file modification, creation, and removal) -- in
an event-driven manner.

%prep
%setup -q -n fam-ruby-%{version}
mv doc api

%build
export CFLAGS="$RPM_OPT_FLAGS"
ruby extconf.rb
make

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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%{ruby_sitearch}/fam.so
# Developer docs, really
%doc api event_codes.txt

%changelog
* Wed Jan 17 2007 David Lutterkort <dlutter at redhat.com> - 0.2.0-3
- Remove devel subpackage, put everything into one

* Wed Jan 17 2007 David Lutterkort <dlutter at redhat.com> - 0.2.0-2
- Remove gamin requirement, fix depedency of devel on main package

* Tue Dec  5 2006 David Lutterkort <dlutter at redhat.com> - 0.2.0-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ruby-fam/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jan 2007 00:09:20 -0000	1.1
+++ .cvsignore	19 Jan 2007 00:09:59 -0000	1.2
@@ -0,0 +1 @@
+fam-ruby-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ruby-fam/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jan 2007 00:09:20 -0000	1.1
+++ sources	19 Jan 2007 00:09:59 -0000	1.2
@@ -0,0 +1 @@
+ecc4bb28c44a3bcef9e423125a06bd09  fam-ruby-0.2.0.tar.gz




More information about the scm-commits mailing list