]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blame - gnome-devel-docs.spec
- use --with-omf
[packages/gnome-devel-docs.git] / gnome-devel-docs.spec
CommitLineData
f4e89cd5 1Summary: GNOME Developer Documentation
3ec25f81 2Summary(pl.UTF-8): Dokumentacja programisty GNOME
f4e89cd5 3Name: gnome-devel-docs
2ef279da 4Version: 2.20.0
f4e89cd5
MB
5Release: 1
6License: GPL
7Group: Documentation
2ef279da
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/2.20/%{name}-%{version}.tar.bz2
9# Source0-md5: 64d6e3594b2c6422ea8d17b78f501020
f4e89cd5
MB
10URL: http://www.gnome.org/
11BuildRequires: autoconf
12BuildRequires: automake
2ef279da 13BuildRequires: gnome-doc-utils >= 0.12.0
6ee214a2
MB
14# support for --with-omf in find-lang.sh
15BuildRequires: rpm-build >= 4.4.9-10
f4e89cd5
MB
16BuildRequires: rpmbuild(macros) >= 1.198
17Requires(post,postun): scrollkeeper
2ef279da 18BuildArch: noarch
f4e89cd5
MB
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This package contains the GNOME Handbook, the GNOME Documentation
23Style Guide and an Overview of the GNOME Platform.
24
3ec25f81
JB
25%description -l pl.UTF-8
26Ten pakiet zawiera podręczniki: "GNOME Handbook", "GNOME Documentation
27Style Guide" oraz "Overview of the GNOME Platform".
28
f4e89cd5
MB
29%prep
30%setup -q
31
32%build
33%{__aclocal}
34%{__autoconf}
35%{__automake}
36%configure \
37 --disable-scrollkeeper
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
6ee214a2 46%find_lang %{name} --with-gnome --with-omf --all-name
f4e89cd5
MB
47
48%clean
49rm -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.090481 seconds and 4 git commands to generate.