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

Matthew Kent mkent at fedoraproject.org
Fri Nov 27 06:29:24 UTC 2009


Author: mkent

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rubygem-sexp_processor.spec 
Log Message:
- Initial CVS import



--- NEW FILE import.log ---
rubygem-sexp_processor-3_0_3-1_magoazul:F-12:rubygem-sexp_processor-3.0.3-1.magoazul.src.rpm:1259303346


--- NEW FILE rubygem-sexp_processor.spec ---
# Generated from sexp_processor-3.0.3.gem by gem2rpm -*- rpm-spec -*-
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global gemname sexp_processor
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}

%global rubyabi 1.8

Summary: A branch of ParseTree providing generic sexp processing tools
Name: rubygem-%{gemname}
Version: 3.0.3
Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://rubyforge.org/projects/parsetree/
Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: ruby(rubygems)
Requires: ruby(abi) = %{rubyabi}
BuildRequires: ruby(rubygems)
BuildRequires: ruby(abi) = %{rubyabi}
BuildRequires(check): rubygem(rake), rubygem(hoe), rubygem(minitest)
BuildArch: noarch
Provides: rubygem(%{gemname}) = %{version}

%description
sexp_processor branches from the ParseTree gem bringing all the generic sexp
processing tools with it. Sexp, SexpProcessor, Environment, etc... all
for your language processing pleasure.

%package doc
Summary: Documentation for %{name}
Group: Documentation

Requires: %{name} = %{version}-%{release}

%description doc
This package contains documentation for %{name}.

%prep
%setup -q -c -T

%build
mkdir -p .%{gemdir}
gem install -V \
  --local \
  --install-dir $(pwd)/%{gemdir} \
  --force --rdoc \
  %{SOURCE0}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{gemdir}
cp -a .%{gemdir}/* %{buildroot}%{gemdir}/

# Drop the standalone mode - won't run that way due to missing rubygems require
# anyway
find %{buildroot}%{geminstdir}/test -type f | \
  xargs -n 1 sed -i  -e '/^#!\/usr\/.*\/ruby.*/d'
# Ships with extremely tight permissions, bring them inline with other gems
find %{buildroot}%{geminstdir} -type f | \
  xargs chmod 0644

%clean
rm -rf %{buildroot}

%check
pushd .%{geminstdir}
rake test

%files
%defattr(-,root,root,-)
%doc %{geminstdir}/History.txt
%doc %{geminstdir}/Manifest.txt
%doc %{geminstdir}/README.txt
%dir %{geminstdir}
%{geminstdir}/lib
%{gemdir}/cache/%{gemname}-%{version}.gem
%{gemdir}/specifications/%{gemname}-%{version}.gemspec

%files doc
%defattr(-,root,root,-)
%{geminstdir}/Rakefile
%{geminstdir}/test
%{gemdir}/doc/%{gemname}-%{version}

%changelog
* Mon Nov 16 2009 Matthew Kent <mkent at magoazul.com> - 3.0.3-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-sexp_processor/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 Nov 2009 05:33:33 -0000	1.1
+++ .cvsignore	27 Nov 2009 06:29:24 -0000	1.2
@@ -0,0 +1 @@
+sexp_processor-3.0.3.gem


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-sexp_processor/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 Nov 2009 05:33:33 -0000	1.1
+++ sources	27 Nov 2009 06:29:24 -0000	1.2
@@ -0,0 +1 @@
+1df37edd3250ffed2459e355903f064e  sexp_processor-3.0.3.gem




More information about the fedora-extras-commits mailing list