]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blame - gnome-devel-docs.spec
- more specific URL
[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
3647618a 4Version: 3.32.1
f4e89cd5 5Release: 1
986368c5 6License: FDL v1.1+, CC-BY-SA-3.0, CC-BY-SA-4.0
f4e89cd5 7Group: Documentation
3647618a
JB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/3.32/%{name}-%{version}.tar.xz
9# Source0-md5: fdcc313545a3c7b0ae4ad173a59f7776
25b39f9d 10URL: https://wiki.gnome.org/DocumentationProject
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)
3647618a 60%doc AUTHORS COPYING NEWS README
This page took 0.081297 seconds and 4 git commands to generate.