]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blob - gnome-devel-docs.spec
bc237f5425d401627067f3b71aeb0f3ab7edc3dc
[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.0.2
5 Release:        1
6 License:        GFDL
7 Group:          Documentation
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/3.0/%{name}-%{version}.tar.bz2
9 # Source0-md5:  b5baa0f217772c14caeef70b97f504a4
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  docbook-dtd412-xml
14 BuildRequires:  docbook-dtd42-xml
15 BuildRequires:  docbook-dtd44-xml
16 BuildRequires:  gettext-devel
17 BuildRequires:  gnome-doc-utils >= 0.12.1
18 BuildRequires:  libxml2-progs
19 BuildRequires:  pkgconfig
20 BuildRequires:  rpmbuild(find_lang) >= 1.23
21 BuildRequires:  rpmbuild(macros) >= 1.198
22 Requires(post,postun):  scrollkeeper
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 This package contains the GNOME Handbook, the GNOME Documentation
28 Style Guide and an Overview of the GNOME Platform.
29
30 %description -l pl.UTF-8
31 Ten pakiet zawiera podrÄ™czniki: "GNOME Handbook", "GNOME Documentation
32 Style Guide" oraz "Overview of the GNOME Platform".
33
34 %prep
35 %setup -q
36
37 %build
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure \
42         --disable-scrollkeeper
43 %{__make} -j1
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %find_lang %{name} --with-gnome --with-omf --all-name
52
53 %clean
54 rm -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.048941 seconds and 2 git commands to generate.