rpms/ruby-dbus/devel import.log, NONE, 1.1 ruby-dbus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Stahnke stahnma at fedoraproject.org
Wed Apr 14 14:31:32 UTC 2010


Author: stahnma

Update of /cvs/pkgs/rpms/ruby-dbus/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4097/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ruby-dbus.spec 
Log Message:
Initial Import #485178


--- NEW FILE import.log ---
ruby-dbus-0_3_0-1_fc12:HEAD:ruby-dbus-0.3.0-1.fc12.src.rpm:1271255477


--- NEW FILE ruby-dbus.spec ---
%{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}

Name:           ruby-dbus
Version:        0.3.0
Release:        1%{?dist}
Summary:        Ruby D-Bus client

Group:          Development/Languages

License:        LGPLv2+
URL:            http://trac.luon.net/ruby-dbus/
Source0:        http://cloud.github.com/downloads/mvidner/%{name}/%{name}-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  ruby ruby-devel
Requires:       ruby(abi) = 1.8, ruby(glib2)
Provides:       ruby(dbus) = %{version}

%description
Ruby DBUS communication client.

%prep
%setup -q
chmod 644 examples/gdbus/launch.sh


%build
ruby setup.rb config
ruby setup.rb setup

%install
rm -rf $RPM_BUILD_ROOT
ruby setup.rb install --prefix=$RPM_BUILD_ROOT

 
%check


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README NEWS ChangeLog doc examples
# For noarch packages: ruby_sitelib
%{ruby_sitelib}/*

%changelog
* Wed Mar 31 2010 Michael Stahnke <stahnma at fedoraproject.org> - 0.3.0-1
- New Version

* Tue Feb 02 2010 Michael Stahnke <stahnma at fedoraproject.org> - 0.2.12-1
- Rebase on new release

* Wed Feb 11 2009 Michael Stahnke <stahnma at fedoraproject.org> - 0.2.1-1
- Initial Package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-dbus/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Apr 2010 04:45:32 -0000	1.1
+++ .cvsignore	14 Apr 2010 14:31:31 -0000	1.2
@@ -0,0 +1 @@
+ruby-dbus-0.3.0.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-dbus/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Apr 2010 04:45:33 -0000	1.1
+++ sources	14 Apr 2010 14:31:32 -0000	1.2
@@ -0,0 +1 @@
+56ea52c2d65addfceb54a79bb52b31a4  ruby-dbus-0.3.0.tgz



More information about the scm-commits mailing list