rpms/rubygem-xmpp4r-simple/F-12 import.log, NONE, 1.1 rubygem-xmpp4r-simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

tremble tremble at fedoraproject.org
Fri Apr 9 07:43:52 UTC 2010


Author: tremble

Update of /cvs/pkgs/rpms/rubygem-xmpp4r-simple/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25012/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rubygem-xmpp4r-simple.spec 
Log Message:
Initial Import



--- NEW FILE import.log ---
rubygem-xmpp4r-simple-0_8_8-2_fc12:F-12:rubygem-xmpp4r-simple-0.8.8-2.fc12.src.rpm:1270798925


--- NEW FILE rubygem-xmpp4r-simple.spec ---
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global gemname xmpp4r-simple
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
%global rubyabi 1.8

Summary: A simplified Jabber client library
Name: rubygem-%{gemname}
Version: 0.8.8
Release: 2%{?dist}
Group: Development/Languages
License: GPLv2+
URL: http://xmpp4r-simple.rubyforge.org/
Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: rubygems
Requires: ruby(abi) = %{rubyabi}
Requires: rubygem(xmpp4r)
BuildRequires: rubygems
BuildRequires: rubygem(rake)
BuildRequires: rubygem(rcov)
BuildRequires: rubygem(xmpp4r)
BuildArch: noarch
Provides: rubygem(%{gemname}) = %{version}

%description
Jabber::Simple takes the strong foundation laid by xmpp4r and hides the
relatively high complexity of maintaining a simple instant messenger bot in
Ruby.

%package    doc
Summary:    Documentation for %{name} 
Group:      Documentation
Requires:   %{name} = %{version}-%{release}

%description    doc
This package contains documentation and examples for %{name}.

%prep

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{gemdir}
gem install --local --install-dir %{buildroot}%{gemdir} \
            --force --rdoc %{SOURCE0}

%clean
rm -rf %{buildroot}

%if 0
# The test cases require a running XMPP server
%check
pushd %{buildroot}%{geminstdir}/test
ruby test_xmpp4r_simple.rb 
popd
%endif

%files
%defattr(-, root, root, -)
%dir %{geminstdir}/
%doc %{geminstdir}/README
%doc %{geminstdir}/COPYING
%doc %{geminstdir}/CHANGELOG
%{geminstdir}/lib/
%{gemdir}/cache/%{gemname}-%{version}.gem
%{gemdir}/specifications/%{gemname}-%{version}.gemspec

%files doc
%defattr(-, root, root, -)
%{gemdir}/doc/%{gemname}-%{version}
%{geminstdir}/test

%changelog
* Fri Apr 09 2010 Mark Chappell <tremble at fedoraproject.org> - 0.8.8-2
- Tidy up macro usage
- Remove duplicate file entries
- Clean up redundant (Build)Require information

* Tue Mar 16 2010 Mark Chappell <tremble at fedoraproject.org> - 0.8.8-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-xmpp4r-simple/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Apr 2010 02:52:37 -0000	1.1
+++ .cvsignore	9 Apr 2010 07:43:51 -0000	1.2
@@ -0,0 +1 @@
+xmpp4r-simple-0.8.8.gem


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-xmpp4r-simple/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Apr 2010 02:52:37 -0000	1.1
+++ sources	9 Apr 2010 07:43:51 -0000	1.2
@@ -0,0 +1 @@
+f36bec2efa477c6fd6c91f29cff73510  xmpp4r-simple-0.8.8.gem



More information about the scm-commits mailing list