]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blobdiff - gnome-devel-docs.spec
- more licensing information, package COPYING containing license summary
[packages/gnome-devel-docs.git] / gnome-devel-docs.spec
index b76e559773afef13c86a667a9f6522deffd26654..94a19ed5592ec5f6471ecce6f7bfe10d47447235 100644 (file)
@@ -1,20 +1,27 @@
 Summary:       GNOME Developer Documentation
 Summary(pl.UTF-8):     Dokumentacja programisty GNOME
 Name:          gnome-devel-docs
-Version:       2.20.0
+Version:       3.16.2
 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
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/3.16/%{name}-%{version}.tar.xz
+# Source0-md5: c846c48ff1b9ea522101a8b2afc8dc76
 URL:           http://www.gnome.org/
-BuildRequires: autoconf
+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-dtd42-xml
+BuildRequires: docbook-dtd44-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 +41,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 +50,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 ChangeLog NEWS README
This page took 0.127977 seconds and 4 git commands to generate.