import openjade-1.3.2-72.el9

c9 imports/c9/openjade-1.3.2-72.el9
MSVSphere Packaging Team 1 month ago
parent baa650147e
commit bb9dfb25f0
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1,7 +1,7 @@
Summary: A DSSSL implementation
Name: openjade
Version: 1.3.2
Release: 68%{?dist}
Release: 72%{?dist}
Requires: sgml-common
URL: http://openjade.sourceforge.net/
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
@ -86,6 +86,9 @@ cd -
rm -f $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/*.la
# Stop check-rpaths from complaining about standard runpaths.
export QA_RPATHS=0x0001
%post
%{?ldconfig}
/usr/bin/install-catalog --add /etc/sgml/%{name}-%{version}-%{release}.soc \
@ -97,10 +100,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/*.la
%ldconfig_postun
# The install-catalog removes the file making uninstallation throw a warning about removing a non-existent file
# This file creation suppresses the warning (rhbz#2193429)
touch %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc
%files
%doc jadedoc/* dsssl/README.jadetex
%doc README COPYING VERSION
%ghost /etc/sgml/%{name}-%{version}-%{release}.soc
# Removed %%ghost for succesful instalation on OSTree (rhbz#2193429)
%verify(not size filedigest mtime) %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc
/etc/sgml/%{name}.soc
%{_bindir}/*
%{_libdir}/*.so.*
@ -108,6 +117,23 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/*.la
%{_datadir}/sgml/%{name}-%{version}
%changelog
* Sun Oct 15 2023 Ondrej Sloup <osloup@redhat.com> - 1.3.2-72
- Add an environment variable to prevent gating from complaining about rpaths (rhbz#2193429)
Related: RHEL-11772
* Mon Sep 18 2023 Ondřej Sloup <osloup@redhat.com> - 1.3.2-71
- Add %verify to ignore modified socket file after install
- Remove unused OpenSP-1.5 from sources
Related: rhbz#2193429
* Thu Sep 14 2023 Ondřej Sloup <osloup@redhat.com> - 1.3.2-70
- Rebuild with gating.yaml to allow automatic tests
Related: rhbz#2193429
* Tue Aug 22 2023 Ondrej Sloup <osloup@redhat.com> - 1.3.2-69
- Fix installation on OSTree by removing %%ghost
Resolves: rhbz#2193429
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.2-68
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688

Loading…
Cancel
Save