fix for install_info script not being called in -tools subpackage [release 1.0.4-2mamba;Thu Dec 05 2024]
This commit is contained in:
parent
db15bfdc99
commit
ece87a15d0
23
libgss.spec
23
libgss.spec
@ -1,18 +1,17 @@
|
|||||||
Name: libgss
|
Name: libgss
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A free implementation of RFC 2743/2744
|
Summary: A free implementation of RFC 2743/2744
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/software/gss/
|
URL: http://www.gnu.org/software/gss/
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/gss/gss-%{version}.tar.gz
|
Source: https://ftp.gnu.org/pub/gnu/gss/gss-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(post): %{__install_info}
|
|
||||||
Provides: liblibgss
|
Provides: liblibgss
|
||||||
Obsoletes: liblibgss < 1.0.4
|
Obsoletes: liblibgss < 1.0.4
|
||||||
|
|
||||||
@ -34,6 +33,7 @@ This package contains static libraries and header files needed for development.
|
|||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
Summary: Utility applications for %{name}
|
Summary: Utility applications for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires(post): %{__install_info}
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
This package contains utility applications for %{name}.
|
This package contains utility applications for %{name}.
|
||||||
@ -51,20 +51,20 @@ This package contains utility applications for %{name}.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
%find_lang gss
|
%find_lang gss
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post tools
|
||||||
%install_info gss.info
|
%install_info gss.info
|
||||||
/sbin/ldconfig
|
:
|
||||||
exit 0
|
|
||||||
|
|
||||||
%preun
|
%preun tools
|
||||||
%uninstall_info gss.info
|
%uninstall_info gss.info
|
||||||
/sbin/ldconfig
|
:
|
||||||
exit 0
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -85,10 +85,13 @@ exit 0
|
|||||||
%files tools -f gss.lang
|
%files tools -f gss.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gss
|
%{_bindir}/gss
|
||||||
%{_infodir}/gss.info.gz
|
%{_infodir}/gss.info*
|
||||||
%{_mandir}/man1/gss.1*
|
%{_mandir}/man1/gss.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-2mamba
|
||||||
|
- fix for install_info script not being called in -tools subpackage
|
||||||
|
|
||||||
* Fri Nov 25 2022 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
* Fri Nov 25 2022 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user