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