]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blob - gnome-devel-docs.spec
- use --with-omf
[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:        2.20.0
5 Release:        1
6 License:        GPL
7 Group:          Documentation
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/2.20/%{name}-%{version}.tar.bz2
9 # Source0-md5:  64d6e3594b2c6422ea8d17b78f501020
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gnome-doc-utils >= 0.12.0
14 # support for --with-omf in find-lang.sh
15 BuildRequires:  rpm-build >= 4.4.9-10
16 BuildRequires:  rpmbuild(macros) >= 1.198
17 Requires(post,postun):  scrollkeeper
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This package contains the GNOME Handbook, the GNOME Documentation
23 Style Guide and an Overview of the GNOME Platform.
24
25 %description -l pl.UTF-8
26 Ten pakiet zawiera podrÄ™czniki: "GNOME Handbook", "GNOME Documentation
27 Style Guide" oraz "Overview of the GNOME Platform".
28
29 %prep
30 %setup -q
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure \
37         --disable-scrollkeeper
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name} --with-gnome --with-omf --all-name
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post
52 %scrollkeeper_update_post
53
54 %postun
55 %scrollkeeper_update_postun
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README
This page took 0.296364 seconds and 3 git commands to generate.