rpms/rubygem-trollop/EL-5 import.log, NONE, 1.1 rubygem-trollop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jan Klepek hpejakle at fedoraproject.org
Sun Oct 4 08:26:01 UTC 2009


Author: hpejakle

Update of /cvs/pkgs/rpms/rubygem-trollop/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24827/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rubygem-trollop.spec 
Log Message:
initial import


--- NEW FILE import.log ---
rubygem-trollop-1_15-1_fc11:EL-5:rubygem-trollop-1.15-1.fc11.src.rpm:1254644746


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

Summary:	A command-line option parsing library for ruby
Name:		rubygem-%{gemname}
Version:	1.15
Release:	1%{?dist}
Group:		Applications/Productivity
License:	GPLv2
URL:		http://trollop.rubyforge.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	rubygems
Requires:	ruby(abi) = 1.8
BuildRequires:	rubygem(hoe)
BuildRequires:	rubygems
BuildArch:	noarch
Provides:	rubygem(%{gemname}) = %{version}
Source0:	http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem

%description
A command-line option parsing library for ruby. Trollop is designed to
provide the maximal amount of GNU-style argument processing in the minimum
number of lines of code (for you, the programmer).

%prep

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{gemdir}
gem install --local --install-dir %{buildroot}%{gemdir} \
	--force --rdoc %{SOURCE0}

%check
cd %{buildroot}/%{geminstdir}
ruby -Ilib/ test/test_trollop.rb

%clean
rm -rf %{buildroot}

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

%changelog
* Sat Oct 3 2009 Jan Klepek <jan.klepek at hp.com> - 1.15-1
- update of trollop

* Thu Sep 24 2009 Jan Klepek <jan.klepek at hp.com> - 1.14-1
- directory ownership fix, license changed to GPLv2, redundant macro removed

* Sun Sep 20 2009 Jan Klepek <jan.klepek at hp.com> - 1.14-0
- Version update,

* Sat Jan 24 2009 Kyle McMartin <kyle at redhat.com> - 1.10.2-1
- Initial release of trollop.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-trollop/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Oct 2009 21:26:44 -0000	1.1
+++ .cvsignore	4 Oct 2009 08:26:01 -0000	1.2
@@ -0,0 +1 @@
+trollop-1.15.gem


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-trollop/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Oct 2009 21:26:44 -0000	1.1
+++ sources	4 Oct 2009 08:26:01 -0000	1.2
@@ -0,0 +1 @@
+359347775ff3166eb13ec80363ad67a1  trollop-1.15.gem




More information about the fedora-extras-commits mailing list