]> git.pld-linux.org Git - packages/ruby-text-format.git/commitdiff
- added ri package auto/th/ruby-text-format-1_0_0-1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 1 Mar 2010 18:42:16 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-text-format.spec -> 1.15

ruby-text-format.spec

index 56995d9dac98d39a1ab26c9bffe8282525c4d1e9..e13557b155df1c8e4c85609189ded95e73f13544 100644 (file)
@@ -16,6 +16,9 @@ Obsoletes:    ruby-Text-Format
 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
@@ -27,12 +30,28 @@ języku Ruby. Jest oparty na perlowym Text::Format 0.52 i oferuje całą
 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
@@ -63,4 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 %files rdoc
 %defattr(644,root,root,755)
 %{ruby_rdocdir}/%{name}-%{version}
+
+%files ri
+%defattr(644,root,root,755)
 %{ruby_ridir}/Text
This page took 0.100358 seconds and 4 git commands to generate.