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