]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blame - gnome-devel-docs.spec
- updated to 3.2.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
89826108 4Version: 3.2.1
f4e89cd5 5Release: 1
5d3bbfeb 6License: GFDL
f4e89cd5 7Group: Documentation
be09032b 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/3.2/%{name}-%{version}.tar.xz
89826108 9# Source0-md5: 5c299d30ab5377d9b4b633d285f50c2c
f4e89cd5
MB
10URL: http://www.gnome.org/
11BuildRequires: autoconf
12BuildRequires: automake
3ad01a1a 13BuildRequires: docbook-dtd412-xml
14BuildRequires: docbook-dtd42-xml
15BuildRequires: docbook-dtd44-xml
00ce19eb 16BuildRequires: gettext-devel
5d3bbfeb 17BuildRequires: gnome-doc-utils >= 0.12.1
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
f4e89cd5 24Requires(post,postun): scrollkeeper
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 \
44 --disable-scrollkeeper
268c2154 45%{__make} -j1
f4e89cd5
MB
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
6ee214a2 53%find_lang %{name} --with-gnome --with-omf --all-name
f4e89cd5
MB
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%post
59%scrollkeeper_update_post
60
61%postun
62%scrollkeeper_update_postun
63
64%files -f %{name}.lang
65%defattr(644,root,root,755)
66%doc AUTHORS ChangeLog NEWS README
This page took 0.100907 seconds and 4 git commands to generate.