]> git.pld-linux.org Git - packages/gnome-user-docs.git/blob - gnome-user-docs.spec
Update to 3.26.1.1
[packages/gnome-user-docs.git] / gnome-user-docs.spec
1 Summary:        General GNOME User Documentation
2 Summary(pl.UTF-8):      Ogólna dokumentacja użytkownika GNOME
3 Name:           gnome-user-docs
4 Version:        3.26.1.1
5 Release:        1
6 License:        GFDL
7 Group:          Documentation
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-user-docs/3.26/%{name}-%{version}.tar.xz
9 # Source0-md5:  feba73d9953b577bb7d23784dbb67315
10 BuildRequires:  docbook-dtd412-xml
11 BuildRequires:  docbook-dtd43-xml
12 BuildRequires:  gettext-tools
13 BuildRequires:  itstool
14 BuildRequires:  libxml2-progs
15 BuildRequires:  pkgconfig
16 BuildRequires:  rpmbuild(find_lang) >= 1.35
17 BuildRequires:  rpmbuild(macros) >= 1.311
18 BuildRequires:  tar >= 1:1.22
19 BuildRequires:  xz
20 BuildRequires:  yelp-tools >= 3.4.1
21 Requires:       yelp >= 3.4.1
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 General GNOME User Guide.
27
28 %description -l pl.UTF-8
29 Ogólna dokumentacja użytkownika GNOME.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure \
36         --disable-silent-rules
37 %{__make} -j1
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %find_lang gnome-help --with-gnome --all-name
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files -f gnome-help.lang
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README
This page took 0.8694 seconds and 3 git commands to generate.