[rubygem-activeldap/el5/master] Updating to 1.0.9 which is the newest I can get in EPEL :(

Michael Stahnke stahnma at fedoraproject.org
Wed Oct 6 21:06:37 UTC 2010


commit 5867b8906fa25ea7011df8fb62e20900a55c7419
Author: stahnma <stahnma at websages.com>
Date:   Wed Oct 6 17:06:41 2010 -0400

    Updating to 1.0.9 which is the newest I can get in EPEL :(

 .gitignore              |    1 +
 rubygem-activeldap.spec |   24 ++++++++++++++++++++----
 sources                 |    2 +-
 3 files changed, 22 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8501979..f57fce6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 activeldap-1.0.1.gem
+/activeldap-1.0.9.gem
diff --git a/rubygem-activeldap.spec b/rubygem-activeldap.spec
index 7371dd9..a58455f 100644
--- a/rubygem-activeldap.spec
+++ b/rubygem-activeldap.spec
@@ -8,7 +8,7 @@
 
 Summary:        Ruby/ActiveLdap is a object-oriented API to LDAP
 Name:           rubygem-%{gemname}
-Version:        1.0.1
+Version:        1.0.9
 Release:        1%{?dist}
 Group:          Development/Languages
 License:        GPLv2+
@@ -50,7 +50,7 @@ chmod +x %{installroot}/lib/active_ldap.rb
 chmod +x %{installroot}/test/run-test.rb
 chmod +x %{installroot}/test-unit/bin/testrb
 chmod +x %{installroot}/test-unit/test/run-test.rb
-chmod +x %{installroot}/test-unit-ext/misc/rd2html.rb
+#chmod +x %{installroot}/test-unit-ext/misc/rd2html.rb
 
 for script in groupadd groupdel groupls groupmod lpasswd ouadd useradd \
 useradd-binary userdel userls usermod usermod-binary-add \
@@ -74,9 +74,22 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-, root, root, -)
-%{gemdir}/gems/%{gemname}-%{version}/
+%dir %{geminstdir}
+%doc %{geminstdir}/examples
+%doc %{geminstdir}/test
+%doc %{geminstdir}/test-unit
+%doc %{geminstdir}/rails
+%doc %{geminstdir}/rails_generators
+%doc %{geminstdir}/benchmark
+%doc %{geminstdir}/TODO
+%doc %{geminstdir}/CHANGES
+%doc %{geminstdir}/COPYING
+%doc %{geminstdir}/README
+%doc %{geminstdir}/Rakefile
+%doc %{geminstdir}/LICENSE
+%{geminstdir}/lib
+%{geminstdir}/po
 %doc %{gemdir}/doc/%{gemname}-%{version}
-%doc %{geminstdir}/examples/al-admin/public/robots.txt
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 %lang(en) %{geminstdir}/data/locale/en/LC_MESSAGES/active-ldap.mo
@@ -84,6 +97,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 06 2010 <stahnma at fedoraproject.org> - 1.0.9-2
+- new version (but still older than upstream)
+
 * Thu Oct 23 2008 Darryl Pierce <dpierce at redhat.com> - 1.0.1-1
 - Release 1.0.1 of the gem.
 
diff --git a/sources b/sources
index 4a0ed1b..044ba7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cd83e2ca99657039b64b96fa7173b59  activeldap-1.0.1.gem
+77127f5b942b454b2cd3541b44749968  activeldap-1.0.9.gem


More information about the scm-commits mailing list