]> 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 77fb23d7bc67f39c7f2e9f52a3a6c0ee3b862ea4..94a19ed5592ec5f6471ecce6f7bfe10d47447235 100644 (file)
@@ -1,25 +1,27 @@
 Summary:       GNOME Developer Documentation
 Summary(pl.UTF-8):     Dokumentacja programisty GNOME
 Name:          gnome-devel-docs
-Version:       3.0.0
+Version:       3.16.2
 Release:       1
-License:       GFDL
+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/3.0/%{name}-%{version}.tar.bz2
-# Source0-md5: cbc2c9b81d6035cf700a00762def6068
+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: docbook-dtd412-xml
 BuildRequires: docbook-dtd42-xml
 BuildRequires: docbook-dtd44-xml
-BuildRequires: gettext-devel
-BuildRequires: gnome-doc-utils >= 0.12.1
+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)
 
@@ -39,7 +41,7 @@ Style Guide" oraz "Overview of the GNOME Platform".
 %{__autoconf}
 %{__automake}
 %configure \
-       --disable-scrollkeeper
+       --disable-silent-rules
 %{__make} -j1
 
 %install
@@ -48,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.065416 seconds and 4 git commands to generate.