diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-02 04:18:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-02 04:18:19 +0000 |
commit | 7206cf2979fdc1b6f0d52fe0af1e234544f982c6 (patch) | |
tree | d3193c764f52be4382174157f1db8c615a16a7b5 | |
parent | c8f1a207670a0bfce035053224766f664b11a9b7 (diff) |
automatic import of xorg-x11-docsopeneuler24.03_LTS
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | sources | 1 | ||||
-rw-r--r-- | xorg-x11-docs.spec | 57 |
3 files changed, 59 insertions, 0 deletions
@@ -0,0 +1 @@ +/xorg-docs-1.7.3.tar.xz @@ -0,0 +1 @@ +47399839f7f6cfb0c50610bad14eb4a9 xorg-docs-1.7.3.tar.xz diff --git a/xorg-x11-docs.spec b/xorg-x11-docs.spec new file mode 100644 index 0000000..f9224ab --- /dev/null +++ b/xorg-x11-docs.spec @@ -0,0 +1,57 @@ +Name: xorg-x11-docs +Version: 1.7.3 +Release: 1 +Summary: Documentation for the X Window System +License: MIT +URL: https://www.x.org +BuildArch: noarch +Source0: https://www.x.org/releases/individual/doc/xorg-docs-%{version}.tar.xz +BuildRequires: ghostscript libtool pkgconfig pkgconfig(xorg-macros) >= 1.12 +BuildRequires: pkgconfig(xorg-sgml-doctools) >= 1.8 xmlto >= 0.0.22-2 + +%description +This package contains documentation for running the X server and basic X clients, +as well as protocol specifications and basic client programming documentation. + +%package help +Summary: Help document for the %{name} package + +%description help +Help document for the %{name} package. + +%prep +%autosetup -n xorg-docs-%{version} -p1 + +%build +%configure --docdir=%{_pkgdocdir} --without-fop +%make_build + +%install +%make_install +find %{buildroot} -name "*.db" -delete + +sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -name ctext.html) +sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -name xlfd.html) +sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -name analysis.html) +sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -name appgroup.html) +sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -name secint.html) +sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -name XACE-Spec.html) +sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -name icccm.html) + +cp registry %{buildroot}/%{_pkgdocdir} + +%files +%{_pkgdocdir} + +%files help +%{_mandir}/man7/* + +%changelog +* Mon Dec 02 2024 Funda Wang <fundawang@yeah.net> - 1.7.3-1 +- update to 1.7.3 + +* Mon Sep 04 2023 Ge Wang <wang__ge@126.com> - 1.7.2-1 +- Update to version 1.7.2 + +* Mon Nov 18 2019 shijian <shijian16@huawei.com> - 1.7.1-9 +- Package init |