[rubygem-wirble] Added the specfile for Wirble.

Darryl L. Pierce mcpierce at fedoraproject.org
Thu Dec 22 14:35:47 UTC 2011


commit 2e9edc085e973b837fe4085af496b9c56bbe4d05
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Thu Dec 22 09:35:31 2011 -0500

    Added the specfile for Wirble.

 rubygem-wirble.spec |   81 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 81 insertions(+), 0 deletions(-)
---
diff --git a/rubygem-wirble.spec b/rubygem-wirble.spec
new file mode 100644
index 0000000..b34d05c
--- /dev/null
+++ b/rubygem-wirble.spec
@@ -0,0 +1,81 @@
+# Generated from wirble-0.1.3.gem by gem2rpm -*- rpm-spec -*-
+%global gemname wirble
+
+%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
+%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
+%global rubyabi 1.8
+
+Summary:       Handful of common Irb features, made easy
+Name:          rubygem-%{gemname}
+Version:       0.1.3
+Release:       3%{?dist}
+Group:         Development/Languages
+License:       MIT and LGPLv2
+URL:           http://pablotron.org/software/wirble/
+Source0:       http://rubygems.org/gems/%{gemname}-%{version}.gem
+
+BuildArch:     noarch
+
+BuildRequires: rubygems
+
+Requires:      ruby(abi) = %{rubyabi}
+Requires:      ruby(rubygems)
+
+Provides:      rubygem(%{gemname}) = %{version}
+
+%description
+Handful of common Irb features, made easy.
+
+
+%package doc
+Summary:   Documentation for %{name}
+Group:     Documentation
+Requires:  %{name} = %{version}-%{release}
+BuildArch: noarch
+
+
+%description doc
+Documentation for %{name}
+
+
+%prep
+
+
+%build
+
+
+%install
+gem install --local --install-dir %{buildroot}%{gemdir} \
+            --force --rdoc %{SOURCE0}
+
+
+%files
+%dir %{geminstdir}
+%doc %{geminstdir}/_irbrc
+%{geminstdir}/lib
+%{gemdir}/cache/%{gemname}-%{version}.gem
+%{gemdir}/specifications/%{gemname}-%{version}.gemspec
+%doc %{geminstdir}/COPYING
+%doc %{geminstdir}/ChangeLog
+%doc %{geminstdir}/README
+
+
+%files doc
+%{geminstdir}/Rakefile
+%{geminstdir}/setup.rb
+%{geminstdir}/wirble.gemspec
+%doc %{gemdir}/doc/%{gemname}-%{version}
+
+
+%changelog
+* Thu Dec 22 2011 Darryl L. Pierce <dpierce at redhat.com> - 0.1.3-3
+- First official build for Fedora.
+
+* Wed Dec 21 2011 Darryl L. Pierce <dpierce at redhat.com> - 0.1.3-2
+- Changed the license from LPGv2 to MIT and LGPLv2.
+- Removed the unused ruby_sitelib macro. 
+- Moved Rakefile, setup.rb and wirble.gemspec to -doc.
+- Marked _irbrc as %doc
+
+* Tue Nov 08 2011 Darryl L. Pierce <dpierce at redhat.com> - 0.1.3-1
+- Initial package


More information about the scm-commits mailing list