]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blob - gnome-devel-docs.spec
3ab4a870152cc237b14e62635044d6fd1d6deda6
[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.2.0
5 Release:        1
6 License:        GFDL
7 Group:          Documentation
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/3.2/%{name}-%{version}.tar.xz
9 # Source0-md5:  f023f5a2a7e8f831845be73773861c4f
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 BuildRequires:  tar >= 1:1.22
23 BuildRequires:  xz
24 Requires(post,postun):  scrollkeeper
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This package contains the GNOME Handbook, the GNOME Documentation
30 Style Guide and an Overview of the GNOME Platform.
31
32 %description -l pl.UTF-8
33 Ten pakiet zawiera podrÄ™czniki: "GNOME Handbook", "GNOME Documentation
34 Style Guide" oraz "Overview of the GNOME Platform".
35
36 %prep
37 %setup -q
38
39 %build
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure \
44         --disable-scrollkeeper
45 %{__make} -j1
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %find_lang %{name} --with-gnome --with-omf --all-name
54
55 %clean
56 rm -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.038665 seconds and 3 git commands to generate.