]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blame - gnome-devel-docs.spec
- updated to 2.24.1
[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
6b6ee85c 4Version: 2.24.1
f4e89cd5 5Release: 1
5d3bbfeb 6License: GFDL
f4e89cd5 7Group: Documentation
910e8a0b 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/2.24/%{name}-%{version}.tar.bz2
6b6ee85c 9# Source0-md5: 8bee78fac9f816e485cb888cd65f2a9e
f4e89cd5
MB
10URL: http://www.gnome.org/
11BuildRequires: autoconf
12BuildRequires: automake
5d3bbfeb 13BuildRequires: gnome-doc-utils >= 0.12.1
d222a82f 14BuildRequires: rpmbuild(find_lang) >= 1.23
f4e89cd5
MB
15BuildRequires: rpmbuild(macros) >= 1.198
16Requires(post,postun): scrollkeeper
2ef279da 17BuildArch: noarch
f4e89cd5
MB
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21This package contains the GNOME Handbook, the GNOME Documentation
22Style Guide and an Overview of the GNOME Platform.
23
3ec25f81
JB
24%description -l pl.UTF-8
25Ten pakiet zawiera podręczniki: "GNOME Handbook", "GNOME Documentation
26Style Guide" oraz "Overview of the GNOME Platform".
27
f4e89cd5
MB
28%prep
29%setup -q
30
31%build
32%{__aclocal}
33%{__autoconf}
34%{__automake}
35%configure \
36 --disable-scrollkeeper
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
6ee214a2 45%find_lang %{name} --with-gnome --with-omf --all-name
f4e89cd5
MB
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%post
51%scrollkeeper_update_post
52
53%postun
54%scrollkeeper_update_postun
55
56%files -f %{name}.lang
57%defattr(644,root,root,755)
58%doc AUTHORS ChangeLog NEWS README
This page took 0.241195 seconds and 4 git commands to generate.