[rubygem-marc/f15/master] 0.4.2

Mamoru Tasaka mtasaka at fedoraproject.org
Thu May 5 13:53:21 UTC 2011


commit 604b8ecf7937b4f102220e79d7132db3783a200c
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Thu May 5 22:53:09 2011 +0900

    0.4.2

 .gitignore        |    1 +
 rubygem-marc.spec |   12 +++++-------
 sources           |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a5b55f..af07f6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 marc-0.3.3.gem
 /marc-0.4.0.gem
 /marc-0.4.1.gem
+/marc-0.4.2.gem
diff --git a/rubygem-marc.spec b/rubygem-marc.spec
index 90b77d6..1f3dc79 100644
--- a/rubygem-marc.spec
+++ b/rubygem-marc.spec
@@ -7,15 +7,14 @@
 %global		rubyabi		1.8
 
 Name:		rubygem-%{gemname}
-Version:	0.4.1
-Release:	2%{?dist}
+Version:	0.4.2
+Release:	1%{?dist}
 Summary:	Ruby library for MARC catalog
 Group:		Development/Languages
 
 License:	MIT
 URL:		http://marc.rubyforge.org/
 Source0:	http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	ruby(abi) = %{rubyabi}
 BuildRequires:	ruby(rubygems)
@@ -68,7 +67,6 @@ find .%{geminstdir}/{lib,test} -name \*.rb -print0 | \
 %build
 
 %install
-rm -rf %{buildroot}
 mkdir -p %{buildroot}%{gemdir}
 
 cp -a .%{gemdir}/* %{buildroot}%{gemdir}/
@@ -135,9 +133,6 @@ create_symlink_rec %{geminstdir}/lib %{ruby_sitelib}
 pushd .%{geminstdir}
 rake test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 
@@ -162,6 +157,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu May  5 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.4.2-1
+- 0.4.2
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 78f352d..42967a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d4b34089ee19289fc05159dd4cf5ba8  marc-0.4.1.gem
+a5df59ac6ad5f24230595bfe9bf56945  marc-0.4.2.gem


More information about the scm-commits mailing list