packages: ruby-pkg-config/ruby-pkg-config.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Fri Oct 8 07:37:30 CEST 2010
Author: qboosh Date: Fri Oct 8 05:37:30 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- new
---- Files affected:
packages/ruby-pkg-config:
ruby-pkg-config.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/ruby-pkg-config/ruby-pkg-config.spec
diff -u /dev/null packages/ruby-pkg-config/ruby-pkg-config.spec:1.1
--- /dev/null Fri Oct 8 07:37:31 2010
+++ packages/ruby-pkg-config/ruby-pkg-config.spec Fri Oct 8 07:37:25 2010
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary: pkg-config module for Ruby
+Summary(pl.UTF-8): Moduł pkg-config dla języka Ruby
+Name: ruby-pkg-config
+Version: 1.0.7
+Release: 1
+License: LGPL v2.1+
+Group: Development/Languages
+Source0: http://rubyforge.org/frs/download.php/72681/pkg-config-%{version}.tgz
+# Source0-md5: 20cde08ae8ebec5b89ad8142840735b9
+URL: http://rubyforge.org/projects/cairo/
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.277
+BuildRequires: ruby-devel >= 1:1.8
+Requires: ruby >= 1:1.8
+%{?ruby_mod_ver_requires_eq}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+pkg-config module for Ruby.
+
+%description -l pl.UTF-8
+Moduł pkg-config dla języka Ruby.
+
+%prep
+%setup -q -n pkg-config-%{version}
+
+%build
+ruby extconf.rb
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ RUBYLIBDIR=$RPM_BUILD_ROOT%{ruby_rubylibdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README.rdoc
+%{ruby_rubylibdir}/pkg-config.rb
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2010/10/08 05:37:25 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list