]> git.pld-linux.org Git - packages/rest1.git/commitdiff
noarch apidocs
authorElan Ruusamäe <glen@delfi.ee>
Thu, 3 Apr 2014 20:50:24 +0000 (23:50 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 3 Apr 2014 20:50:24 +0000 (23:50 +0300)
rest.spec

index 24efa1b48cd1eab4b66f4c1624ce4226abd1f193..2d15253da18cbf807fcea57572ee4bceaba5c271 100644 (file)
--- a/rest.spec
+++ b/rest.spec
@@ -2,14 +2,13 @@
 # Conditional build:
 %bcond_without apidocs         # do not build and package API docs
 %bcond_without static_libs     # don't build static libraries
-#
+
 %define                apiver  0.7
-#
 Summary:       A library for access to RESTful web services
 Summary(pl.UTF-8):     Biblioteka dostępu do REST-owych serwisów WWW
 Name:          rest
 Version:       0.7.91
-Release:       1
+Release:       2
 License:       LGPL v2
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/rest/0.7/%{name}-%{version}.tar.xz
@@ -80,6 +79,9 @@ Statyczna biblioteka rest.
 Summary:       rest API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki rest
 Group:         Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 API documentation for rest library.
@@ -106,7 +108,6 @@ Dokumentacja API biblioteki rest.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.044679 seconds and 4 git commands to generate.