]> git.pld-linux.org Git - packages/gnome-user-docs.git/blobdiff - gnome-user-docs.spec
Update to 3.26.1.1
[packages/gnome-user-docs.git] / gnome-user-docs.spec
index 841d51073a73b9d6cb4672036bfb40e186f653b9..80d8a61def02cd146f85d9b6a2c562ce5c4bc217 100644 (file)
@@ -1,47 +1,52 @@
 Summary:       General GNOME User Documentation
-Summary(pl):   Ogólna dokumentacja u¿ytkownika GNOME
-Name:          gnome2-user-docs
-Version:       2.8.0
+Summary(pl.UTF-8):     Ogólna dokumentacja użytkownika GNOME
+Name:          gnome-user-docs
+Version:       3.26.1.1
 Release:       1
 License:       GFDL
 Group:         Documentation
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.8/%{name}-%{version}.tar.bz2
-# Source0-md5: a63d5eb67aa033a925d23f9af1a0991a
-BuildRequires: scrollkeeper >= 0.3.11-4
-Requires:      yelp >= 2.6.3
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-user-docs/3.26/%{name}-%{version}.tar.xz
+# Source0-md5: feba73d9953b577bb7d23784dbb67315
+BuildRequires: docbook-dtd412-xml
+BuildRequires: docbook-dtd43-xml
+BuildRequires: gettext-tools
+BuildRequires: itstool
+BuildRequires: libxml2-progs
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(find_lang) >= 1.35
+BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+BuildRequires: yelp-tools >= 3.4.1
+Requires:      yelp >= 3.4.1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 General GNOME User Guide.
 
-%description -l pl
-Ogólna dokumentacja u¿ytkownika GNOME.
+%description -l pl.UTF-8
+Ogólna dokumentacja użytkownika GNOME.
 
 %prep
 %setup -q
 
 %build
-%configure
-%{__make}
+%configure \
+       --disable-silent-rules
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       omf_dest_dir=%{_omf_dest_dir}/%{name} \
-       HTML_DIR=%{_gtkdocdir}
+       DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --with-gnome --all-name
+%find_lang gnome-help --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /usr/bin/scrollkeeper-update
-%postun -p /usr/bin/scrollkeeper-update
-
-%files -f %{name}.lang
+%files -f gnome-help.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%{_omf_dest_dir}/%{name}
This page took 0.076206 seconds and 4 git commands to generate.