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