]> git.pld-linux.org Git - packages/readosm.git/commitdiff
noarch apidoc auto/th/readosm-1.0.0e-2
authorElan Ruusamäe <glen@delfi.ee>
Sun, 10 Jan 2016 22:40:49 +0000 (00:40 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 10 Jan 2016 22:40:49 +0000 (00:40 +0200)
readosm.spec

index 5762e3205b29ec313c7d78d9c99a662895db52af..e922f78fd6ed6ab697232423997178791b8bfc3b 100644 (file)
@@ -1,12 +1,12 @@
 #
 # Conditional build:
 %bcond_without apidocs         # do not build and package API docs
-#
+
 Summary:       Simple library for extracting the contents from OpenStreetMap files
 Summary(pl.UTF-8):     Prosta biblioteka do wyciągania danych z plików OpenStreetMap
 Name:          readosm
 Version:       1.0.0e
-Release:       1
+Release:       2
 License:       MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group:         Libraries
 Source0:       http://www.gaia-gis.it/gaia-sins/readosm-sources/%{name}-%{version}.tar.gz
@@ -59,6 +59,9 @@ Statyczna biblioteka ReadOSM.
 Summary:       ReadOSM API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki ReadOSM
 Group:         Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 API and internal documentation for ReadOSM library.
@@ -71,7 +74,6 @@ Dokumentacja API biblioteki ReadOSM.
 
 %build
 %configure
-
 %{__make}
 #      libreadosm_la_LIBADD="-lm"
 
@@ -79,7 +81,6 @@ Dokumentacja API biblioteki ReadOSM.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.098594 seconds and 4 git commands to generate.