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