]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blame - gnome-devel-docs.spec
- pl
[packages/gnome-devel-docs.git] / gnome-devel-docs.spec
CommitLineData
f4e89cd5 1Summary: GNOME Developer Documentation
3ec25f81 2Summary(pl.UTF-8): Dokumentacja programisty GNOME
f4e89cd5
MB
3Name: gnome-devel-docs
4Version: 2.19.1
5Release: 1
6License: GPL
7Group: Documentation
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/2.19/%{name}-%{version}.tar.bz2
9# Source0-md5: 6615ea643ec27c41f97858d874bc4eb8
10URL: http://www.gnome.org/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gnome-doc-utils >= 0.10.3
14BuildRequires: rpmbuild(macros) >= 1.198
15Requires(post,postun): scrollkeeper
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19This package contains the GNOME Handbook, the GNOME Documentation
20Style Guide and an Overview of the GNOME Platform.
21
3ec25f81
JB
22%description -l pl.UTF-8
23Ten pakiet zawiera podręczniki: "GNOME Handbook", "GNOME Documentation
24Style Guide" oraz "Overview of the GNOME Platform".
25
f4e89cd5
MB
26%prep
27%setup -q
28
29%build
30%{__aclocal}
31%{__autoconf}
32%{__automake}
33%configure \
34 --disable-scrollkeeper
35%{__make}
36
37%install
38rm -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
46cat gdp-handbook.lang > %{name}.lang
47cat gdp-style-guide.lang >> %{name}.lang
48cat platform-overview.lang >> %{name}.lang
49
50%clean
51rm -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.029812 seconds and 4 git commands to generate.