[packages/libappindicator] noarch apidocs
glen
glen at pld-linux.org
Thu Apr 3 22:26:40 CEST 2014
commit a0b7f1755d8660c7bd915a51327f45285f7f4999
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Apr 3 23:26:38 2014 +0300
noarch apidocs
libappindicator.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/libappindicator.spec b/libappindicator.spec
index 8a58583..122f7ae 100644
--- a/libappindicator.spec
+++ b/libappindicator.spec
@@ -5,12 +5,12 @@
%bcond_without static_libs # static libraries
%bcond_without mono # Mono bindings
%bcond_without vala # Vala APIs
-#
+
Summary: Application indicators library
Summary(pl.UTF-8): Biblioteka wskaźników aplikacji
Name: libappindicator
Version: 12.10.0
-Release: 1
+Release: 2
License: LGPL v2.1 or LGPL v3
Group: Libraries
#Source0Download: https://launchpad.net/libappindicator/+download
@@ -242,6 +242,9 @@ API języka Vala do biblioteki libappindicator (wersja GTK+ 3.x).
Summary: API documentation for libappindicator library
Summary(pl.UTF-8): Dokumentacja API biblioteki libappindicator
Group: Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch: noarch
+%endif
%description apidocs
API documentation for libappindicator library (both GTK+ 2.x and 3.x
@@ -263,7 +266,7 @@ Dokumentacja API biblioteki libappindicator (zarówno w wersji GTK+
%{__autoheader}
%{__automake}
-for gtkver in %{?with_gtk2:2} %{?with_gtk3:3} ; do
+for gtkver in %{?with_gtk2:2} %{?with_gtk3:3}; do
install -d build-gtk$gtkver
cd build-gtk$gtkver
../%configure \
@@ -279,7 +282,7 @@ done
%install
rm -rf $RPM_BUILD_ROOT
-for gtkver in %{?with_gtk2:2} %{?with_gtk3:3} ; do
+for gtkver in %{?with_gtk2:2} %{?with_gtk3:3}; do
%{__make} -C build-gtk$gtkver install -j1 \
DESTDIR=$RPM_BUILD_ROOT
done
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libappindicator.git/commitdiff/a0b7f1755d8660c7bd915a51327f45285f7f4999
More information about the pld-cvs-commit
mailing list