]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blame_incremental - gnome-devel-docs.spec
- use --with-omf
[packages/gnome-devel-docs.git] / gnome-devel-docs.spec
... / ...
CommitLineData
1Summary: GNOME Developer Documentation
2Summary(pl.UTF-8): Dokumentacja programisty GNOME
3Name: gnome-devel-docs
4Version: 2.20.0
5Release: 1
6License: GPL
7Group: Documentation
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/2.20/%{name}-%{version}.tar.bz2
9# Source0-md5: 64d6e3594b2c6422ea8d17b78f501020
10URL: http://www.gnome.org/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gnome-doc-utils >= 0.12.0
14# support for --with-omf in find-lang.sh
15BuildRequires: rpm-build >= 4.4.9-10
16BuildRequires: rpmbuild(macros) >= 1.198
17Requires(post,postun): scrollkeeper
18BuildArch: noarch
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
25%description -l pl.UTF-8
26Ten pakiet zawiera podręczniki: "GNOME Handbook", "GNOME Documentation
27Style 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
41rm -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
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.023759 seconds and 4 git commands to generate.