]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blame - gnome-devel-docs.spec
- updated to 2.32.0
[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
8d606d6b 4Version: 2.32.0
f4e89cd5 5Release: 1
5d3bbfeb 6License: GFDL
f4e89cd5 7Group: Documentation
8d606d6b
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/2.32/%{name}-%{version}.tar.bz2
9# Source0-md5: 5c239c881a613f3d8880721be14cc358
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
MB
21BuildRequires: rpmbuild(macros) >= 1.198
22Requires(post,postun): scrollkeeper
2ef279da 23BuildArch: noarch
f4e89cd5
MB
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27This package contains the GNOME Handbook, the GNOME Documentation
28Style Guide and an Overview of the GNOME Platform.
29
3ec25f81
JB
30%description -l pl.UTF-8
31Ten pakiet zawiera podręczniki: "GNOME Handbook", "GNOME Documentation
32Style Guide" oraz "Overview of the GNOME Platform".
33
f4e89cd5
MB
34%prep
35%setup -q
36
37%build
38%{__aclocal}
39%{__autoconf}
40%{__automake}
41%configure \
42 --disable-scrollkeeper
268c2154 43%{__make} -j1
f4e89cd5
MB
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
6ee214a2 51%find_lang %{name} --with-gnome --with-omf --all-name
f4e89cd5
MB
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%post
57%scrollkeeper_update_post
58
59%postun
60%scrollkeeper_update_postun
61
62%files -f %{name}.lang
63%defattr(644,root,root,755)
64%doc AUTHORS ChangeLog NEWS README
This page took 0.091913 seconds and 4 git commands to generate.