rpms/rubygem-launchy/F-13 import.log, NONE, 1.1 rubygem-launchy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel lkundrak at fedoraproject.org
Thu Jul 8 23:35:47 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/rubygem-launchy/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23507/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rubygem-launchy.spec 
Log Message:
Import from F-12



--- NEW FILE import.log ---
rubygem-launchy-0_3_5-1_fc12:F-13:rubygem-launchy-0.3.5-1.fc12.src.rpm:1278632059


--- NEW FILE rubygem-launchy.spec ---
%global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global gemname launchy
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}

Summary:        Helper class for cross-platform launching of applications
Name:           rubygem-%{gemname}
Version:        0.3.5
Release:        1%{?dist}
Group:          Development/Languages
License:        BSD
URL:            http://copiousfreetime.rubyforge.org/launchy/
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(rake) >= 0.8.1
Requires:       rubygem(configuration) >= 0.0.5
BuildRequires:  rubygems
BuildArch:      noarch
Provides:       rubygem(%{gemname}) = %{version}

%description
Launchy is helper class for launching cross-platform applications in a fire
and forget manner.  There are application concepts (browser, email client,
etc) that are common across all platforms, and they may be launched
differently on each platform.  Launchy is here to make a common approach to
launching external application from within ruby programs.


%prep


%build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{gemdir}
gem install --local --install-dir $RPM_BUILD_ROOT%{gemdir} \
        --force --rdoc %{SOURCE0}
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mv $RPM_BUILD_ROOT%{gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir $RPM_BUILD_ROOT%{gemdir}/bin
find $RPM_BUILD_ROOT%{geminstdir}/bin -type f |xargs chmod a+x


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/launchy
%dir %{geminstdir}
%{geminstdir}/lib
%{geminstdir}/spec
%{geminstdir}/tasks
%{geminstdir}/bin
%{geminstdir}/*.rb
%{geminstdir}/Rakefile
%doc %{gemdir}/doc/%{gemname}-%{version}
%doc %{geminstdir}/README
%doc %{geminstdir}/HISTORY
%doc %{geminstdir}/LICENSE
%{gemdir}/cache/%{gemname}-%{version}.gem
%{gemdir}/specifications/%{gemname}-%{version}.gemspec


%changelog
* Thu Jan 07 2010 Michal Fojtik <mfojtik at redhat.com> - 0.3.5-1
- Version-Release
- Fixed  up Licence again

* Fri Jun 26 2009 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> - 0.3.3-3
- Get rid of duplicate files (thanks to Mamoru Tasaka)

* Mon Jun 08 2009 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> - 0.3.3-2
- Depend on ruby(abi)
- Replace defines with globals

* Fri Jun 05 2009 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> - 0.3.3-1
- Package generated by gem2rpm
- Fix up License


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-launchy/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 Jan 2010 06:04:52 -0000	1.1
+++ .cvsignore	8 Jul 2010 23:35:47 -0000	1.2
@@ -0,0 +1 @@
+launchy-0.3.5.gem


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-launchy/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 Jan 2010 06:04:52 -0000	1.1
+++ sources	8 Jul 2010 23:35:47 -0000	1.2
@@ -0,0 +1 @@
+b43f4facc3dfaab80be39004b46b3db4  launchy-0.3.5.gem



More information about the scm-commits mailing list