]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blobdiff - gnome-devel-docs.spec
- updated to 40.3
[packages/gnome-devel-docs.git] / gnome-devel-docs.spec
index b76e559773afef13c86a667a9f6522deffd26654..e696cb16d133b06e01ec9003fd9de1e6d0d0415c 100644 (file)
@@ -1,20 +1,26 @@
 Summary:       GNOME Developer Documentation
 Summary(pl.UTF-8):     Dokumentacja programisty GNOME
 Name:          gnome-devel-docs
-Version:       2.20.0
+Version:       40.3
 Release:       1
-License:       GPL
+License:       FDL v1.1+, CC-BY-SA-3.0, CC-BY-SA-4.0
 Group:         Documentation
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/2.20/%{name}-%{version}.tar.bz2
-# Source0-md5: 64d6e3594b2c6422ea8d17b78f501020
-URL:           http://www.gnome.org/
-BuildRequires: autoconf
+Source0:       https://download.gnome.org/sources/gnome-devel-docs/40/%{name}-%{version}.tar.xz
+# Source0-md5: c948513cb871e7ed6599f41d0f016195
+URL:           https://wiki.gnome.org/DocumentationProject
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: gnome-doc-utils >= 0.12.0
-# support for --with-omf in find-lang.sh
-BuildRequires: rpm-build >= 4.4.9-10
+BuildRequires: docbook-dtd412-xml
+BuildRequires: docbook-dtd43-xml
+BuildRequires: gettext-tools
+BuildRequires: itstool
+BuildRequires: libxml2-progs
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.198
-Requires(post,postun): scrollkeeper
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+BuildRequires: yelp-tools
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,8 +40,8 @@ Style Guide" oraz "Overview of the GNOME Platform".
 %{__autoconf}
 %{__automake}
 %configure \
-       --disable-scrollkeeper
-%{__make}
+       --disable-silent-rules
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -43,17 +49,11 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --with-gnome --with-omf --all-name
+%find_lang %{name} --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-%scrollkeeper_update_post
-
-%postun
-%scrollkeeper_update_postun
-
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS COPYING NEWS README
This page took 0.11449 seconds and 4 git commands to generate.