rpms/rubygem-facade/F-12 import.log, NONE, 1.1 rubygem-facade.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brett Lentz wakko666 at fedoraproject.org
Wed Sep 2 00:35:45 UTC 2009


Author: wakko666

Update of /cvs/pkgs/rpms/rubygem-facade/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30587/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rubygem-facade.spec 
Log Message:
Import rubygem-facade into branch F-12



--- NEW FILE import.log ---
rubygem-facade-1_0_4-4_fc11:F-12:rubygem-facade-1.0.4-4.fc11.src.rpm:1251851722


--- NEW FILE rubygem-facade.spec ---
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global gemname    facade
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}

Name:           rubygem-%{gemname}
Version:        1.0.4
Release:        4%{?dist}
Summary:        A module that helps implement the facade pattern

Group:          Development/Languages
License:        Artistic 2.0
URL:            http://raa.ruby-lang.org/project/facade
Source0:        http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
BuildRoot:      %{_tmppath}%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires: rubygem(rake)
BuildRequires: rubygems
BuildRequires: ruby(abi) = 1.8

Requires:      rubygems
Requires:      ruby(abi) = 1.8

Provides:      rubygem(%{gemname}) = %{version}

%description
A simple way to implement the facade pattern in Ruby.

%prep

%build

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{gemdir}
gem install --local --install-dir=%{buildroot}%{gemdir} \
   --force --rdoc %{SOURCE0}

%check
cd %{buildroot}/%{geminstdir}/test
rake test

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%dir %{geminstdir}
%dir %{geminstdir}/lib
%dir %{geminstdir}/test
%doc %{geminstdir}/CHANGES
%doc %{geminstdir}/MANIFEST
%doc %{geminstdir}/README
%doc %{gemdir}/doc/%{gemname}-%{version}
%{geminstdir}/%{gemname}.gemspec
%{geminstdir}/Rakefile
%{geminstdir}/lib/%{gemname}.rb
%{geminstdir}/test/test_facade.rb
%{gemdir}/cache/%{gemname}-%{version}.gem
%{gemdir}/specifications/%{gemname}-%{version}.gemspec

%changelog
* Thu Aug 20 2009 Brett Lentz <wakko666 at gmail.com> - 1.0.4-4
- Simplify a few things in the files section. 

* Thu Aug 20 2009 Brett Lentz <wakko666 at gmail.com> - 1.0.4-3
- Fix a few more spec file issues, as noted in https://bugzilla.redhat.com/show_bug.cgi?id=518082

* Thu Aug 20 2009 Brett Lentz <wakko666 at gmail.com> - 1.0.4-2
- Fix a few spec file issues, as noted in https://bugzilla.redhat.com/show_bug.cgi?id=518082

* Tue Aug 18 2009 Brett Lentz <wakko666 at gmail.com> - 1.0.4-1
- First packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-facade/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 Aug 2009 18:51:39 -0000	1.1
+++ .cvsignore	2 Sep 2009 00:35:45 -0000	1.2
@@ -0,0 +1 @@
+facade-1.0.4.gem


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-facade/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Aug 2009 18:51:39 -0000	1.1
+++ sources	2 Sep 2009 00:35:45 -0000	1.2
@@ -0,0 +1 @@
+331a5d86167e076fc46863e24f6fd536  facade-1.0.4.gem




More information about the scm-commits mailing list