[packages/ruby-fosl] new, version 0.0.1

glen glen at pld-linux.org
Tue Dec 2 21:43:03 CET 2014


commit 5e6df4b07540858230fe38d60781a4af0ff87294
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Dec 2 22:42:32 2014 +0200

    new, version 0.0.1
    
    created with gem2spec

 ruby-fosl.spec | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
---
diff --git a/ruby-fosl.spec b/ruby-fosl.spec
new file mode 100644
index 0000000..9fff9b0
--- /dev/null
+++ b/ruby-fosl.spec
@@ -0,0 +1,33 @@
+%define	pkgname	fosl
+Summary:	A Ruby API for reading lsof(1) output
+Name:		ruby-%{pkgname}
+Version:	0.0.1
+Release:	1
+License:	GPL v2+ or Ruby
+Group:		Development/Languages
+Source0:	http://rubygems.org/downloads/%{pkgname}-%{version}.gem
+# Source0-md5:	9e366da1bd3e399dfe5bb5159880d0bf
+URL:		https://github.com/jordansissel/fosl
+BuildRequires:	rpm-rubyprov
+BuildRequires:	rpmbuild(macros) >= 1.656
+Requires:	lsof
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A Ruby API for reading lsof(1) output.
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ruby_vendorlibdir}
+cp -a lib/* $RPM_BUILD_ROOT%{ruby_vendorlibdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{ruby_vendorlibdir}/fosl
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-fosl.git/commitdiff/5e6df4b07540858230fe38d60781a4af0ff87294



More information about the pld-cvs-commit mailing list