Compare commits
No commits in common. "c8" and "c9" have entirely different histories.
@ -1,6 +1,6 @@
|
||||
Name: plotutils
|
||||
Version: 2.6
|
||||
Release: 20%{?dist}
|
||||
Release: 28%{?dist}
|
||||
Summary: GNU vector and raster graphics utilities and libraries
|
||||
|
||||
# libxmi is GPLv2+
|
||||
@ -23,10 +23,6 @@ BuildRequires: libXt-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: byacc
|
||||
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(post): /sbin/ldconfig
|
||||
Requires(preun): /sbin/install-info
|
||||
|
||||
%description
|
||||
The GNU plotutils package contains software for both programmers and
|
||||
technical users. Its centerpiece is libplot, a powerful C/C++ function
|
||||
@ -73,25 +69,7 @@ mv ${RPM_BUILD_ROOT}%{_datadir}/tek2plot docs-to-include
|
||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
|
||||
|
||||
%post
|
||||
/sbin/install-info %{_infodir}/libxmi.info %{_infodir}/dir || :
|
||||
/sbin/install-info %{_infodir}/plotutils.info %{_infodir}/dir || :
|
||||
/sbin/ldconfig
|
||||
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
/sbin/install-info --delete %{_infodir}/libxmi.info %{_infodir}/dir || :
|
||||
/sbin/install-info --delete %{_infodir}/plotutils.info %{_infodir}/dir || :
|
||||
fi
|
||||
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-, root, root, -)
|
||||
%doc AUTHORS COMPAT COPYING NEWS THANKS README PROBLEMS KNOWN_BUGS
|
||||
%doc docs-to-include/*
|
||||
%{_bindir}/graph
|
||||
@ -115,6 +93,31 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.6-28
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.6-27
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Mon Feb 19 2018 Michael Simacek <msimacek@redhat.com> - 2.6-20
|
||||
- Add BR on gcc-c++ and make
|
||||
- Remove deprecated Group tag
|
||||
|
||||
Loading…
Reference in New Issue
Block a user