]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- updated to 3.36.1 auto/th/devhelp-3.36.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Apr 2020 17:17:07 +0000 (19:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Apr 2020 17:17:07 +0000 (19:17 +0200)
devhelp.spec

index cdab6c0fe2c5902d2476ea912c523d2555cd2099..4a825154300a65f354ed4c63b83c7a0cb396521b 100644 (file)
@@ -6,23 +6,23 @@
 Summary:       API documentation browser for GNOME
 Summary(pl.UTF-8):     Przeglądarka dokumentacji API dla GNOME
 Name:          devhelp
-Version:       3.34.0
+Version:       3.36.1
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/devhelp/3.34/%{name}-%{version}.tar.xz
-# Source0-md5: 90b35598224076948dd6b2da25de647c
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/devhelp/3.36/%{name}-%{version}.tar.xz
+# Source0-md5: 087aded37482879c42bab8687b73cc2a
 Patch0:                %{name}-bookdir.patch
 URL:           https://wiki.gnome.org/Apps/Devhelp
 BuildRequires: amtk-devel >= 5.0
 BuildRequires: gettext-tools >= 0.19.7
-BuildRequires: glib2-devel >= 1:2.56
+BuildRequires: glib2-devel >= 1:2.60
 BuildRequires: gobject-introspection-devel >= 1.30.0
 BuildRequires: gsettings-desktop-schemas-devel
 BuildRequires: gtk+3-devel >= 3.22.0
 %{?with_apidocs:BuildRequires: gtk-doc >= 1.25}
-BuildRequires: gtk-webkit4-devel >= 2.20
-BuildRequires: meson >= 0.47
+BuildRequires: gtk-webkit4-devel >= 2.24
+BuildRequires: meson >= 0.50
 BuildRequires: ninja >= 1.5
 BuildRequires: pkgconfig
 BuildRequires: python3-devel >= 1:3.3
@@ -31,7 +31,7 @@ BuildRequires:        rpmbuild(macros) >= 1.736
 BuildRequires: sed >= 4.0
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
-Requires(post,postun): glib2 >= 1:2.56
+Requires(post,postun): glib2 >= 1:2.60
 Requires(post,postun): gtk-update-icon-cache
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      amtk >= 5.0
@@ -49,9 +49,9 @@ Przeglądarka dokumentacji API dla GNOME.
 Summary:       Library to embed Devhelp in other applications
 Summary(pl.UTF-8):     Biblioteka do osadzania Devhelp w innych aplikacjach
 Group:         X11/Libraries
-Requires:      glib2 >= 1:2.56
+Requires:      glib2 >= 1:2.60
 Requires:      gtk+3 >= 3.22.0
-Requires:      gtk-webkit4 >= 2.20
+Requires:      gtk-webkit4 >= 2.24
 
 %description libs
 Library of Devhelp for embedding into other applications.
@@ -64,9 +64,9 @@ Summary:      Headers for Devhelp library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki Devhelp
 Group:         X11/Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
-Requires:      glib2-devel >= 1:2.56
+Requires:      glib2-devel >= 1:2.60
 Requires:      gtk+3-devel >= 3.22.0
-Requires:      gtk-webkit4-devel >= 2.20
+Requires:      gtk-webkit4-devel >= 2.24
 
 %description devel
 Headers for Devhelp library.
@@ -132,7 +132,6 @@ Wtyczka umożliwiająca przeglądanie dokumentacji API w edytorze Gedit.
        %{?with_apidocs:-Dgtk_doc=true}
 
 %ninja_build -C build
-#      %{__enable_disable static_libs static} \
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -191,9 +190,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/libdevhelp-3.0.pc
 %{_includedir}/devhelp-3
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libdevhelp-3.a
+%endif
 
 %if %{with apidocs}
 %files apidocs
This page took 0.134513 seconds and 4 git commands to generate.