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