rpms/ruby-qpid/devel .cvsignore, 1.7, 1.8 ruby-qpid.spec, 1.10, 1.11 sources, 1.7, 1.8

Nuno Santos nsantos at fedoraproject.org
Thu Mar 19 18:55:12 UTC 2009


Author: nsantos

Update of /cvs/extras/rpms/ruby-qpid/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14771

Modified Files:
	.cvsignore ruby-qpid.spec sources 
Log Message:
Rebased to svn rev 752600


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ruby-qpid/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	29 Jan 2009 22:51:51 -0000	1.7
+++ .cvsignore	19 Mar 2009 18:54:42 -0000	1.8
@@ -1 +1 @@
-ruby-qpid-0.4.738618.tar.gz
+ruby-qpid-0.5.752600.tar.gz


Index: ruby-qpid.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-qpid/devel/ruby-qpid.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ruby-qpid.spec	25 Feb 2009 21:29:42 -0000	1.10
+++ ruby-qpid.spec	19 Mar 2009 18:54:42 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           ruby-qpid
-Version: 	0.4.738618
-Release:        3%{?dist}
+Version: 	0.5.752600
+Release:        1%{?dist}
 Summary:        Ruby language client for AMQP
 
 Group:          Development/Ruby
@@ -39,21 +39,19 @@
 %setup -q -n %{name}-%{version}
 
 %build
-pushd ruby
 rake build
-popd
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -dm 755 $RPM_BUILD_ROOT%{ruby_sitelib}/qpid
-install -pm 644 ruby/lib/qpid/*.rb $RPM_BUILD_ROOT%{ruby_sitelib}/qpid
+install -pm 644 lib/qpid/*.rb $RPM_BUILD_ROOT%{ruby_sitelib}/qpid
 install -dm 755 $RPM_BUILD_ROOT%{ruby_sitearch}
 install -dm 755 $RPM_BUILD_ROOT%{ruby_sitelib}/qpid/spec_cache
-install -pm 644 ruby/lib/qpid/spec_cache/*.rb_marshal $RPM_BUILD_ROOT%{ruby_sitelib}/qpid/spec_cache
-install -pm 644 ruby/lib/qpid.rb $RPM_BUILD_ROOT%{ruby_sitelib}
-install -pm 755 ruby/ext/sasl/sasl.so $RPM_BUILD_ROOT%{ruby_sitearch}
+install -pm 644 lib/qpid/spec_cache/*.rb_marshal $RPM_BUILD_ROOT%{ruby_sitelib}/qpid/spec_cache
+install -pm 644 lib/qpid.rb $RPM_BUILD_ROOT%{ruby_sitelib}
+install -pm 755 ext/sasl/sasl.so $RPM_BUILD_ROOT%{ruby_sitearch}
 # to quiet rpmlint warning
-chmod -x ruby/LICENSE.txt
+chmod -x LICENSE.txt
 rm -fr specs
 
 %clean
@@ -64,9 +62,12 @@
 %{ruby_sitelib}/qpid
 %{ruby_sitelib}/qpid.rb
 %{ruby_sitearch}/sasl.so
-%doc ruby/LICENSE.txt ruby/NOTICE.txt ruby/RELEASE_NOTES
+%doc LICENSE.txt NOTICE.txt RELEASE_NOTES
 
 %changelog
+* Thu Mar 19 2009 Nuno Santos <nsantos at redhat.com> - 0.5.752600-1
+- Rebased to svn rev 752600
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.738618-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ruby-qpid/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	29 Jan 2009 22:51:52 -0000	1.7
+++ sources	19 Mar 2009 18:54:42 -0000	1.8
@@ -1 +1 @@
-01fcbfd9e95cc24ffa1923bd497093c1  ruby-qpid-0.4.738618.tar.gz
+93620a0befdbd852891a772a5a5edb37  ruby-qpid-0.5.752600.tar.gz




More information about the fedora-extras-commits mailing list