]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- minor updates, mostly descriptions
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Jun 2017 20:50:11 +0000 (22:50 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Jun 2017 20:50:11 +0000 (22:50 +0200)
ghc-package.spec
lib.spec
ocaml.spec
python.spec
ruby.spec

index c40584ea4f79aaf247753b7fb332d059ea5a4584..513cd740fce3a62f7a46d6997dc7d352a933e47b 100644 (file)
@@ -35,7 +35,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %package prof
 Summary:       Profiling %{pkgname} library for GHC
-Summary(pl.UTF-8):     Biblioteka profilująca %{pkgname} dla GHC.
+Summary(pl.UTF-8):     Biblioteka profilująca %{pkgname} dla GHC
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 #Requires:     ghc-OTHERMODULE-prof
index c8e0b28420fc094d3813bc037091f52c845b58d0..ec2cf39e2286f6fb408c695e93be3c6e0299d148 100644 (file)
--- a/lib.spec
+++ b/lib.spec
@@ -85,9 +85,13 @@ Static %{name} library.
 Statyczna biblioteka %{name}.
 
 %package apidocs
-Summary:       %{name} API documentation
+Summary:       API documentation for %{name} library
 Summary(pl.UTF-8):     Dokumentacja API biblioteki %{name}
 Group:         Documentation
+# if not arch-dependent
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 API documentation for %{name} library.
index 38eda45961929b691e0b86bbba4daae94a6fc776..41a410f91a47ab41ff7340b019e7d81ca4086cb3 100644 (file)
@@ -3,7 +3,7 @@
 %bcond_without ocaml_opt       # skip building native optimized binaries (bytecode is always built)
 
 # not yet available on x32 (ocaml 4.02.1), update when upstream will support it
-%ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9
+%ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
 %undefine      with_ocaml_opt
 %endif
 
index 7fbf8725aef768b1a7c74375541cb404369951ae..e9beeaea8655e5309acc5c1c325617a569ef2f84 100644 (file)
@@ -59,15 +59,15 @@ Requires:   python3-modules
 %description -n python3-%{module} -l pl.UTF-8
 
 %package apidocs
-Summary:       %{module} API documentation
-Summary(pl.UTF-8):     Dokumentacja API %{module}
+Summary:       API documentation for Python %{module} module
+Summary(pl.UTF-8):     Dokumentacja API modułu Pythona %{module}
 Group:         Documentation
 
 %description apidocs
-API documentation for %{module}.
+API documentation for Pythona %{module} module.
 
 %description apidocs -l pl.UTF-8
-Dokumentacja API %{module}.
+Dokumentacja API modułu Pythona %{module}.
 
 %prep
 %setup -q -n %{pypi_name}-%{version}
index 8c3186fd76ae7dfa9717297de4073d7bbec1d192..d83699355fbe3121d9727a630020f5385219ace4 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -34,28 +34,28 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 ...
 
 %package rdoc
-Summary:       HTML documentation for %{pkgname}
-Summary(pl.UTF-8):     Dokumentacja w formacie HTML dla %{pkgname}
+Summary:       HTML documentation for Ruby %{pkgname} module
+Summary(pl.UTF-8):     Dokumentacja w formacie HTML dla modułu języka Ruby %{pkgname}
 Group:         Documentation
 Requires:      ruby >= 1:1.8.7-4
 
 %description rdoc
-HTML documentation for %{pkgname}.
+HTML documentation for Ruby %{pkgname} module.
 
 %description rdoc -l pl.UTF-8
-Dokumentacja w formacie HTML dla %{pkgname}.
+Dokumentacja w formacie HTML dla modułu języka Ruby %{pkgname}.
 
 %package ri
-Summary:       ri documentation for %{pkgname}
-Summary(pl.UTF-8):     Dokumentacja w formacie ri dla %{pkgname}
+Summary:       ri documentation for Ruby %{pkgname} module
+Summary(pl.UTF-8):     Dokumentacja w formacie ri dla modułu języka Ruby %{pkgname}
 Group:         Documentation
 Requires:      ruby
 
 %description ri
-ri documentation for %{pkgname}.
+ri documentation for Ruby %{pkgname} module.
 
 %description ri -l pl.UTF-8
-Dokumentacji w formacie ri dla %{pkgname}.
+Dokumentacja w formacie ri dla modułu języka Ruby %{pkgname}.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
This page took 0.188404 seconds and 4 git commands to generate.