packages: ruby-ronn/ruby-ronn.spec - df-compatible macros - adapter
sparky
sparky at pld-linux.org
Sat Feb 5 03:23:23 CET 2011
Author: sparky Date: Sat Feb 5 02:23:23 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- df-compatible macros
- adapter
---- Files affected:
packages/ruby-ronn:
ruby-ronn.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/ruby-ronn/ruby-ronn.spec
diff -u packages/ruby-ronn/ruby-ronn.spec:1.4 packages/ruby-ronn/ruby-ronn.spec:1.5
--- packages/ruby-ronn/ruby-ronn.spec:1.4 Sat Feb 5 03:07:55 2011
+++ packages/ruby-ronn/ruby-ronn.spec Sat Feb 5 03:23:18 2011
@@ -4,7 +4,7 @@
%if %{with gitmaster}
%define dl_ver master
%else
-%define dl_ver %version
+%define dl_ver %{version}
%endif
%define pkgname ronn
@@ -20,13 +20,13 @@
# Source0-md5: 6fce1de64c54b014b88270567c29b5ce
Group: Development/Languages
URL: http://github.com/rtomayko/ronn
-Requires: ruby-hpricot
-Requires: ruby-mustache
-Requires: ruby-rdiscount
BuildRequires: rpmbuild(macros) >= 1.484
BuildRequires: ruby >= 1:1.8.6
BuildRequires: ruby-modules
BuildRequires: setup.rb
+Requires: ruby-hpricot
+Requires: ruby-mustache
+Requires: ruby-rdiscount
%{?ruby_mod_ver_requires_eq}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -118,7 +118,8 @@
%{ruby_rubylibdir}/%{pkgname}
%files -n ronn
-%{_bindir}/%{pkgname}
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{pkgname}
%{_mandir}/man1/%{pkgname}.1*
%{_mandir}/man7/%{pkgname}-format.7*
@@ -136,6 +137,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2011/02/05 02:23:18 sparky
+- df-compatible macros
+- adapter
+
Revision 1.4 2011/02/05 02:07:55 sparky
- make sure package name and name specified in %files match
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby-ronn/ruby-ronn.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list