rpms/ruby-dbus/F-13 ruby-dbus.spec,NONE,1.1

Michael Stahnke stahnma at fedoraproject.org
Wed Apr 14 15:39:38 UTC 2010


Author: stahnma

Update of /cvs/pkgs/rpms/ruby-dbus/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13869/F-13

Added Files:
	ruby-dbus.spec 
Log Message:
Forgot to do cvs add first


--- 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



More information about the scm-commits mailing list