]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blob - gnome-devel-docs.spec
- updated to 40.3
[packages/gnome-devel-docs.git] / gnome-devel-docs.spec
1 Summary:        GNOME Developer Documentation
2 Summary(pl.UTF-8):      Dokumentacja programisty GNOME
3 Name:           gnome-devel-docs
4 Version:        40.3
5 Release:        1
6 License:        FDL v1.1+, CC-BY-SA-3.0, CC-BY-SA-4.0
7 Group:          Documentation
8 Source0:        https://download.gnome.org/sources/gnome-devel-docs/40/%{name}-%{version}.tar.xz
9 # Source0-md5:  c948513cb871e7ed6599f41d0f016195
10 URL:            https://wiki.gnome.org/DocumentationProject
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  docbook-dtd412-xml
14 BuildRequires:  docbook-dtd43-xml
15 BuildRequires:  gettext-tools
16 BuildRequires:  itstool
17 BuildRequires:  libxml2-progs
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(find_lang) >= 1.23
20 BuildRequires:  rpmbuild(macros) >= 1.198
21 BuildRequires:  tar >= 1:1.22
22 BuildRequires:  xz
23 BuildRequires:  yelp-tools
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 This package contains the GNOME Handbook, the GNOME Documentation
29 Style Guide and an Overview of the GNOME Platform.
30
31 %description -l pl.UTF-8
32 Ten pakiet zawiera podrÄ™czniki: "GNOME Handbook", "GNOME Documentation
33 Style Guide" oraz "Overview of the GNOME Platform".
34
35 %prep
36 %setup -q
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure \
43         --disable-silent-rules
44 %{__make} -j1
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %find_lang %{name} --with-gnome --all-name
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS COPYING NEWS README
This page took 0.081317 seconds and 3 git commands to generate.