]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blobdiff - gnome-devel-docs.spec
- updated to 3.2.1
[packages/gnome-devel-docs.git] / gnome-devel-docs.spec
index ef6d6b2b180fc3ea80a24fe7162332795eb46ac5..98de2037cca1f5bd2408c96843c6a2bbb73f5b92 100644 (file)
@@ -1,23 +1,38 @@
 Summary:       GNOME Developer Documentation
+Summary(pl.UTF-8):     Dokumentacja programisty GNOME
 Name:          gnome-devel-docs
-Version:       2.19.1
+Version:       3.2.1
 Release:       1
-License:       GPL
+License:       GFDL
 Group:         Documentation
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/2.19/%{name}-%{version}.tar.bz2
-# Source0-md5: 6615ea643ec27c41f97858d874bc4eb8
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/3.2/%{name}-%{version}.tar.xz
+# Source0-md5: 5c299d30ab5377d9b4b633d285f50c2c
 URL:           http://www.gnome.org/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gnome-doc-utils >= 0.10.3
+BuildRequires: docbook-dtd412-xml
+BuildRequires: docbook-dtd42-xml
+BuildRequires: docbook-dtd44-xml
+BuildRequires: gettext-devel
+BuildRequires: gnome-doc-utils >= 0.12.1
+BuildRequires: libxml2-progs
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.198
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires(post,postun): scrollkeeper
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This package contains the GNOME Handbook, the GNOME Documentation
 Style Guide and an Overview of the GNOME Platform.
 
+%description -l pl.UTF-8
+Ten pakiet zawiera podrÄ™czniki: "GNOME Handbook", "GNOME Documentation
+Style Guide" oraz "Overview of the GNOME Platform".
+
 %prep
 %setup -q
 
@@ -27,7 +42,7 @@ Style Guide and an Overview of the GNOME Platform.
 %{__automake}
 %configure \
        --disable-scrollkeeper
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -35,12 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang gdp-handbook --with-gnome
-%find_lang gdp-style-guide --with-gnome
-%find_lang platform-overview --with-gnome
-cat gdp-handbook.lang > %{name}.lang
-cat gdp-style-guide.lang >> %{name}.lang
-cat platform-overview.lang >> %{name}.lang
+%find_lang %{name} --with-gnome --with-omf --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,10 +64,3 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%dir %{_omf_dest_dir}/gdp-handbook
-%{_omf_dest_dir}/gdp-handbook/gdp-handbook-C.omf
-%dir %{_omf_dest_dir}/gdp-style-guide
-%{_omf_dest_dir}/gdp-style-guide/gdp-style-guide-C.omf
-%dir %{_omf_dest_dir}/platform-overview
-%{_omf_dest_dir}/platform-overview/platform-overview-C.omf
-%lang(es) %{_omf_dest_dir}/platform-overview/platform-overview-es.omf
This page took 0.104427 seconds and 4 git commands to generate.