]> git.pld-linux.org Git - packages/libbeagle.git/commitdiff
noarch apidoc&examples
authorElan Ruusamäe <glen@delfi.ee>
Sun, 10 Jan 2016 22:36:21 +0000 (00:36 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 10 Jan 2016 22:36:21 +0000 (00:36 +0200)
libbeagle.spec

index 62c84a7ab0ea0a4934eaa71c645753a058fc0e3b..c35f96e8951a22d9cb20345733cccaf9163fba49 100644 (file)
@@ -2,12 +2,12 @@
 # Conditional build:
 %bcond_without apidocs         # don't build API documentation
 %bcond_without python          # don't build python libraries
-#
+
 Summary:       Beagle C interface
 Summary(pl.UTF-8):     Interfejs w C do Beagle
 Name:          libbeagle
 Version:       0.3.9
-Release:       4
+Release:       5
 License:       MIT
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/libbeagle/0.3/%{name}-%{version}.tar.bz2
@@ -67,6 +67,9 @@ Summary:      libbeagle API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki libbeagle
 Group:         Documentation
 Requires:      gtk-doc-common
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 libbeagle API documentation.
@@ -78,6 +81,9 @@ Dokumentacja API biblioteki libbeagle.
 Summary:       libbeagle - example programs
 Summary(pl.UTF-8):     libbeagle - przykładowe programy
 Group:         Libraries
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description examples
 libbeagle - example programs.
@@ -90,7 +96,7 @@ Summary:      Beagle Python bindings
 Summary(pl.UTF-8):     Wiązania języka Python dla Beagle
 Group:         Libraries/Python
 Requires:      %{name} = %{version}-%{release}
-%pyrequires_eq  python-libs
+Requires:      python-libs
 
 %description -n python-beagle
 Beagle Python bindings.
This page took 0.105055 seconds and 4 git commands to generate.