]> git.pld-linux.org Git - packages/gnome-devel-docs.git/blame - gnome-devel-docs.spec
- updated to 40.3
[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
43622942 4Version: 40.3
f4e89cd5 5Release: 1
986368c5 6License: FDL v1.1+, CC-BY-SA-3.0, CC-BY-SA-4.0
f4e89cd5 7Group: Documentation
6adeae9c 8Source0: https://download.gnome.org/sources/gnome-devel-docs/40/%{name}-%{version}.tar.xz
43622942 9# Source0-md5: c948513cb871e7ed6599f41d0f016195
25b39f9d 10URL: https://wiki.gnome.org/DocumentationProject
986368c5 11BuildRequires: autoconf >= 2.50
f4e89cd5 12BuildRequires: automake
3ad01a1a 13BuildRequires: docbook-dtd412-xml
cfe9c30e 14BuildRequires: docbook-dtd43-xml
5f5364a5 15BuildRequires: gettext-tools
353d1288 16BuildRequires: itstool
00ce19eb 17BuildRequires: libxml2-progs
18BuildRequires: pkgconfig
d222a82f 19BuildRequires: rpmbuild(find_lang) >= 1.23
f4e89cd5 20BuildRequires: rpmbuild(macros) >= 1.198
be09032b
MB
21BuildRequires: tar >= 1:1.22
22BuildRequires: xz
986368c5 23BuildRequires: yelp-tools
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)
3647618a 59%doc AUTHORS COPYING NEWS README
This page took 0.093454 seconds and 4 git commands to generate.