[rubygem-sqlite3] The subdirecotry of ruby_sitearch has to be owned by package.

Vít Ondruch vondruch at fedoraproject.org
Fri Jun 3 15:36:50 UTC 2011


commit b6c7286ad6ca078b43626a4dc225d5c0df672c98
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Jun 3 17:36:21 2011 +0200

    The subdirecotry of ruby_sitearch has to be owned by package.

 rubygem-sqlite3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-sqlite3.spec b/rubygem-sqlite3.spec
index 4ecd48a..83dd272 100644
--- a/rubygem-sqlite3.spec
+++ b/rubygem-sqlite3.spec
@@ -7,7 +7,7 @@
 Summary:        Allows Ruby scripts to interface with a SQLite3 database
 Name:           rubygem-%{gemname}
 Version:        1.3.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Group:          Development/Languages
 License:        BSD
 # It is not clear what is the official homepage. However, I have risen ticket
@@ -134,7 +134,7 @@ RUBYOPT="I%{buildroot}%{ruby_sitearch} Ilib" testrb test/test_*
 
 %files
 %defattr(-, root, root, -)
-%{ruby_sitearch}/sqlite3/sqlite3_native.so
+%{ruby_sitearch}/sqlite3
 
 %dir %{geminstdir}
 %doc %{geminstdir}/README.rdoc
@@ -163,6 +163,9 @@ RUBYOPT="I%{buildroot}%{ruby_sitearch} Ilib" testrb test/test_*
 
 
 %changelog
+* Fri Jun 03 2011 Vít Ondruch <vondruch at redhat.com> - 1.3.3-4
+- The subdirecotry of ruby_sitearch has to be owned by package.
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list