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

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Tue Nov 14 03:27:10 UTC 2006


Author: lutter

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

Modified Files:
	.cvsignore sources 
Added Files:
	ruby-activesupport.spec 
Log Message:
auto-import ruby-activesupport-1.3.1-2 on branch devel from ruby-activesupport-1.3.1-2.src.rpm


--- NEW FILE ruby-activesupport.spec ---
%{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
%define rname activesupport
Name:           ruby-%{rname}
Version:        1.3.1
Release:        2%{?dist}
Summary:        Utility classes and extension to Ruby's standard library
Group:          Development/Languages

License:        MIT
URL:            http://rubyforge.org/projects/activesupport/
Source0:        http://rubyforge.org/frs/download.php/9563/%{rname}-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  ruby
Requires:       ruby(abi) = 1.8
Provides:       ruby(active_support) = 1.3.1

%description
Utility classes and extension to the standard library that were
required by Rails, but found of general use.

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

%build
export CFLAGS="$RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/%{ruby_sitelib}/
cp -pr lib/* $RPM_BUILD_ROOT/%{ruby_sitelib}/
chmod a-x $RPM_BUILD_ROOT/%{ruby_sitelib}/active_support/breakpoint.rb
find $RPM_BUILD_ROOT/%{ruby_sitelib} -type f -name '._*' | xargs rm

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGELOG
%{ruby_sitelib}/active_support.rb
%{ruby_sitelib}/active_support


%changelog
* Mon Nov  6 2006 David Lutterkort <dlutter at redhat.com> - 1.3.1-2
- Version the ruby(active_support) provides

* Wed Sep 20 2006  David Lutterkort <dlutter at redhat.com> - 1.3.1-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ruby-activesupport/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Nov 2006 03:25:57 -0000	1.1
+++ .cvsignore	14 Nov 2006 03:26:40 -0000	1.2
@@ -0,0 +1 @@
+activesupport-1.3.1.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ruby-activesupport/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Nov 2006 03:25:57 -0000	1.1
+++ sources	14 Nov 2006 03:26:40 -0000	1.2
@@ -0,0 +1 @@
+4e3fce3bb07e1f66e6f40406291e3266  activesupport-1.3.1.tgz




More information about the scm-commits mailing list