|
Lines 8-14
Link Here
|
| 8 |
|
8 |
|
| 9 |
Name: xorg-docs |
9 |
Name: xorg-docs |
| 10 |
Version: 1.7.2 |
10 |
Version: 1.7.2 |
| 11 |
Release: alt1 |
11 |
Release: alt2 |
| 12 |
Serial: 1 |
12 |
Serial: 1 |
| 13 |
Summary: Documentation on various X11 programming interfaces |
13 |
Summary: Documentation on various X11 programming interfaces |
| 14 |
License: MIT/X11 |
14 |
License: MIT/X11 |
|
Lines 20-26
Source: %name-%version.tar.bz2
Link Here
|
| 20 |
Provides: %xf86-doc = 4.4 xorg-x11-doc = %xorgver |
20 |
Provides: %xf86-doc = 4.4 xorg-x11-doc = %xorgver |
| 21 |
Obsoletes: %xf86-doc xorg-x11-doc |
21 |
Obsoletes: %xf86-doc xorg-x11-doc |
| 22 |
|
22 |
|
|
|
23 |
# cf. ALT#42121 |
| 24 |
%ifnarch %e2k |
| 23 |
BuildArch: noarch |
25 |
BuildArch: noarch |
|
|
26 |
%endif |
| 24 |
|
27 |
|
| 25 |
BuildRequires: docbook-utils docbook-utils-print xorg-sgml-doctools xorg-util-macros |
28 |
BuildRequires: docbook-utils docbook-utils-print xorg-sgml-doctools xorg-util-macros |
| 26 |
|
29 |
|
|
Lines 33-44
the font server API, etc.
Link Here
|
| 33 |
|
36 |
|
| 34 |
%prep |
37 |
%prep |
| 35 |
%setup |
38 |
%setup |
|
|
39 |
cp -aLt . -- /usr/share/automake/config.{guess,sub} |
| 36 |
|
40 |
|
| 37 |
%build |
41 |
%build |
|
|
42 |
#if [ "$(cc -v | head -1 | cut -c-5)" = "lcc:1" ]; then |
| 43 |
%ifarch %e2k |
| 44 |
%add_optflags -D__INTEL_COMPILER |
| 45 |
%endif |
| 46 |
#fi |
| 47 |
echo "CFLAGS=$CFLAGS" |
| 48 |
echo "optflags=%optflags" |
| 38 |
%autoreconf |
49 |
%autoreconf |
| 39 |
%configure \ |
50 |
%configure \ |
| 40 |
--build=%_arch-alt-linux \ |
|
|
| 41 |
--host=%_arch-alt-linux \ |
| 42 |
--enable-man \ |
51 |
--enable-man \ |
| 43 |
%{subst_enable pdf} \ |
52 |
%{subst_enable pdf} \ |
| 44 |
%{subst_enable txt} \ |
53 |
%{subst_enable txt} \ |
|
Lines 48-60
the font server API, etc.
Link Here
|
| 48 |
%make |
57 |
%make |
| 49 |
|
58 |
|
| 50 |
%install |
59 |
%install |
| 51 |
%make DESTDIR=%buildroot install |
60 |
%makeinstall_std |
| 52 |
|
61 |
|
| 53 |
%files |
62 |
%files |
| 54 |
%doc %_docdir/%name |
63 |
%doc %_docdir/%name |
| 55 |
%_man7dir/* |
64 |
%_man7dir/* |
| 56 |
|
65 |
|
| 57 |
%changelog |
66 |
%changelog |
|
|
67 |
* Sat Nov 16 2024 Michael Shigorin <mike@altlinux.org> 1:1.7.2-alt2 |
| 68 |
- Fix build on newer arches |
| 69 |
|
| 58 |
* Wed Jun 15 2022 Fr. Br. George <george@altlinux.org> 1:1.7.2-alt1 |
70 |
* Wed Jun 15 2022 Fr. Br. George <george@altlinux.org> 1:1.7.2-alt1 |
| 59 |
- Autobuild version bump to 1.7.2 |
71 |
- Autobuild version bump to 1.7.2 |
| 60 |
|
72 |
|