]> git.pld-linux.org Git - packages/gnome-user-docs.git/blob - gnome-user-docs.spec
- updated to 45.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:        45.1
5 Release:        1
6 License:        CC-BY v3.0
7 Group:          Documentation
8 Source0:        https://download.gnome.org/sources/gnome-user-docs/45/%{name}-%{version}.tar.xz
9 # Source0-md5:  ae95da6890222c7d69762ddd54a13f67
10 URL:            https://wiki.gnome.org/DocumentationProject
11 BuildRequires:  rpmbuild(find_lang) >= 1.35
12 BuildRequires:  rpmbuild(macros) >= 1.311
13 BuildRequires:  tar >= 1:1.22
14 BuildRequires:  xz
15 BuildRequires:  yelp-tools >= 3.4.1
16 Requires:       yelp >= 3.4.1
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 General GNOME User Guide.
22
23 %description -l pl.UTF-8
24 Ogólna dokumentacja użytkownika GNOME.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure \
31         --disable-silent-rules
32
33 %{__make} -j1
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 # gnome-help and system-admin-guide
42 %find_lang gnome-help --with-gnome --all-name
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files -f gnome-help.lang
48 %defattr(644,root,root,755)
49 %doc COPYING NEWS README.md
This page took 0.040071 seconds and 3 git commands to generate.