rpms/rubygem-activeldap/devel .cvsignore, 1.2, 1.3 rubygem-activeldap.spec, 1.2, 1.3 sources, 1.2, 1.3

Darryl L. Pierce (mcpierce) fedora-extras-commits at redhat.com
Mon Jun 9 13:07:25 UTC 2008


Author: mcpierce

Update of /cvs/pkgs/rpms/rubygem-activeldap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28544

Modified Files:
	.cvsignore rubygem-activeldap.spec sources 
Log Message:
New release of ActiveLdap.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activeldap/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 May 2008 12:26:30 -0000	1.2
+++ .cvsignore	9 Jun 2008 13:06:43 -0000	1.3
@@ -1 +1 @@
-activeldap-0.10.0.gem
+activeldap-1.0.0.gem


Index: rubygem-activeldap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activeldap/devel/rubygem-activeldap.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rubygem-activeldap.spec	15 May 2008 12:31:01 -0000	1.2
+++ rubygem-activeldap.spec	9 Jun 2008 13:06:43 -0000	1.3
@@ -1,4 +1,3 @@
-# Generated from activeldap-0.10.0.gem by gem2rpm -*- rpm-spec -*-
 %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
 %define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %define gemname activeldap
@@ -7,23 +6,23 @@
 %define examplesdir %{installroot}/examples
 
 
-Summary:	Ruby/ActiveLdap is a object-oriented API to LDAP
-Name: 		rubygem-%{gemname}
-Version: 	0.10.0
-Release: 	10%{?dist}
-Group: 		Development/Languages
-License: 	GPLv2+
-URL: 		http://rubyforge.org/projects/ruby-activeldap/
-Source0: 	http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:	ruby(abi) = 1.8
-Requires: 	rubygems
-Requires: 	rubygem(activerecord) 
-Requires: 	rubygem(hoe) >= 1.5.0
-Requires:	ruby-ldap
-BuildRequires: 	rubygems
-BuildArch: 	noarch
-Provides: 	rubygem(%{gemname}) = %{version}
+Summary:    Ruby/ActiveLdap is a object-oriented API to LDAP
+Name:       rubygem-%{gemname}
+Version:    1.0.0
+Release:    1%{?dist}
+Group:      Development/Languages
+License:    GPLv2+
+URL:        http://rubyforge.org/projects/ruby-activeldap/
+Source0:    http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:   ruby(abi) = 1.8
+Requires:   rubygems
+Requires:   rubygem(activerecord)
+Requires:   rubygem(hoe) >= 1.5.0
+Requires:   ruby-ldap
+BuildRequires:  rubygems
+BuildArch:  noarch
+Provides:   rubygem(%{gemname}) = %{version}
 
 %description
 'Ruby/ActiveLdap' is a ruby extension library which provides a clean objected
@@ -48,6 +47,8 @@
 
 chmod +x %{installroot}/lib/active_ldap.rb
 chmod +x %{installroot}/test/run-test.rb
+chmod +x %{installroot}/test-unit-ext/test/run-test.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 \
@@ -60,9 +61,9 @@
 al-admin/script/runner al-admin/script/about al-admin/script/generate \
 al-admin/public/dispatch.fcgi al-admin/public/dispatch.cgi \
 al-admin/public/dispatch.rb al-admin/test/run-test.sh;
-do	
-	chmod +x %{examplesdir}/${script}
-	sed -i -e 's/\/usr\/bin\/ruby1.8/\/usr\/bin\/ruby/' %{examplesdir}/${script}
+do
+    chmod +x %{examplesdir}/${script}
+    sed -i -e 's/\/usr\/bin\/ruby1.8/\/usr\/bin\/ruby/' %{examplesdir}/${script}
 done
 
 
@@ -76,9 +77,14 @@
 %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
+%lang(ja) %{geminstdir}/data/locale/ja/LC_MESSAGES/active-ldap.mo
 
 
 %changelog
+* Mon Jun 09 2008 Darryl Pierce <dpierce at redhat.com> - 1.0.0-1
+- Release 1.0.0 of the gem.
+
 * Thu May 15 2008 Darryl Pierce <dpierce at redhat.com> - 0.10.0-10
 - First official build for rawhide.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activeldap/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 May 2008 12:26:30 -0000	1.2
+++ sources	9 Jun 2008 13:06:43 -0000	1.3
@@ -1 +1 @@
-298d937106ec476cc540c63324f440b5  activeldap-0.10.0.gem
+b08584ede00695c90bea2e6b01e41a97  activeldap-1.0.0.gem




More information about the fedora-extras-commits mailing list