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