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