added a -tools package and fix previous wrong update shipping liblibgss[-devel] [release 1.0.3-3mamba;Thu Nov 20 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 04:29:34 +01:00
parent 87313be895
commit ee271fa074

View File

@ -1,6 +1,6 @@
Name: libgss Name: libgss
Version: 1.0.3 Version: 1.0.3
Release: 1mamba Release: 3mamba
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
@ -13,6 +13,8 @@ License: GPL
BuildRequires: glibc-devel BuildRequires: glibc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires(post): %{__install_info} Requires(post): %{__install_info}
Provides: liblibgss
Obsoletes: liblibgss
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -22,12 +24,21 @@ A free implementation of RFC 2743/2744.
Group: Development/Libraries Group: Development/Libraries
Summary: Static libraries and headers for %{name} Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: liblibgss-devel
Obsoletes: liblibgss-devel
%description devel %description devel
A free implementation of RFC 2743/2744. A free implementation of RFC 2743/2744.
This package contains static libraries and header files need for development. This package contains static libraries and header files need for development.
%package tools
Group: Applications/Security
Summary: Utility applications for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
This package contains utility applications for %{name}.
%prep %prep
%setup -q -n gss-%{version} %setup -q -n gss-%{version}
@ -54,26 +65,36 @@ exit 0
/sbin/ldconfig /sbin/ldconfig
exit 0 exit 0
%files -f gss.lang %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/gss
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_infodir}/gss.info.gz %doc AUTHORS COPYING
%{_mandir}/man1/gss.1.gz
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}
%{_includedir}/*.h %{_includedir}/*.h
%dir %{_includedir}/gss
%{_includedir}/gss/*.h %{_includedir}/gss/*.h
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/*.la %{_libdir}/*.la
%{_libdir}/*.so %{_libdir}/*.so
%{_mandir}/man3/gss*.3* %{_mandir}/man3/gss*.3*
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README THANKS
%files tools -f gss.lang
%defattr(-,root,root)
%{_bindir}/gss
%{_infodir}/gss.info.gz
%{_mandir}/man1/gss.1*
%changelog %changelog
* Thu Nov 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-3mamba
- added a -tools package and fix previous wrong update shipping liblibgss[-devel]
* Sat Nov 15 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-2mamba
- moved library to lib* packages
* Mon Oct 27 2014 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba * Mon Oct 27 2014 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
- automatic update by autodist - automatic update by autodist