Author: baggins                      Date: Mon Mar  1 18:42:21 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added ri package

---- Files affected:
packages/ruby-text-format:
   ruby-text-format.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: packages/ruby-text-format/ruby-text-format.spec
diff -u packages/ruby-text-format/ruby-text-format.spec:1.14 
packages/ruby-text-format/ruby-text-format.spec:1.15
--- packages/ruby-text-format/ruby-text-format.spec:1.14        Sun Feb 28 
18:26:29 2010
+++ packages/ruby-text-format/ruby-text-format.spec     Mon Mar  1 19:42:16 2010
@@ -17,6 +17,9 @@
 Provides:      ruby-Text-Format
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# nothing to be placed there. we're not noarch only because of ruby packaging
+%define                _enable_debug_packages  0
+
 %description
 Text::Format provides strong text formatting capabilities to Ruby.
 Based on Perl's Text::Format 0.52, it offers all of the functionality
@@ -28,12 +31,28 @@
 funkcjonalność tego modułu, a przy okazji nowe funkcje.
 
 %package rdoc
-Summary:       Documentation files for %{pkgname}
+Summary:       HTML documentation for %{pkgname}
+Summary(pl.UTF-8):     Dokumentacja w formacie HTML dla %{pkgname}
 Group:         Documentation
 Requires:      ruby >= 1:1.8.7-4
 
 %description rdoc
-Documentation files for %{pkgname}.
+HTML documentation for %{pkgname}.
+
+%description rdoc -l pl.UTF-8
+Dokumentacja w formacie HTML dla %{pkgname}.
+
+%package ri
+Summary:       ri documentation for %{pkgname}
+Summary(pl.UTF-8):     Dokumentacja w formacie ri dla %{pkgname}
+Group:         Documentation
+Requires:      ruby
+
+%description ri
+ri documentation for %{pkgname}.
+
+%description ri -l pl.UTF-8
+Dokumentacji w formacie ri dla %{pkgname}.
 
 %prep
 %setup -q -c
@@ -64,6 +83,9 @@
 %files rdoc
 %defattr(644,root,root,755)
 %{ruby_rdocdir}/%{name}-%{version}
+
+%files ri
+%defattr(644,root,root,755)
 %{ruby_ridir}/Text
 
 %define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -72,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2010/03/01 18:42:16  baggins
+- added ri package
+
 Revision 1.14  2010/02/28 17:26:29  baggins
 - up to 1.0.0
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby-text-format/ruby-text-format.spec?r1=1.14&r2=1.15&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to