]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blame - gnome-devel-docs.spec
- updated gettext BR
[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
22490be6 4Version: 3.14.3
f4e89cd5 5Release: 1
5d3bbfeb 6License: GFDL
f4e89cd5 7Group: Documentation
22490be6
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/3.14/%{name}-%{version}.tar.xz
9# Source0-md5: e9446d9b8a2e83b1ae675c5c4582b3e6
f4e89cd5
MB
10URL: http://www.gnome.org/
11BuildRequires: autoconf
12BuildRequires: automake
3ad01a1a 13BuildRequires: docbook-dtd412-xml
14BuildRequires: docbook-dtd42-xml
15BuildRequires: docbook-dtd44-xml
5f5364a5 16BuildRequires: gettext-tools
353d1288 17BuildRequires: itstool
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 \
353d1288 43 --disable-silent-rules
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.811127 seconds and 4 git commands to generate.