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:
parent
87313be895
commit
ee271fa074
37
libgss.spec
37
libgss.spec
@ -1,6 +1,6 @@
|
||||
Name: libgss
|
||||
Version: 1.0.3
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: A free implementation of RFC 2743/2744
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -13,6 +13,8 @@ License: GPL
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post): %{__install_info}
|
||||
Provides: liblibgss
|
||||
Obsoletes: liblibgss
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -22,12 +24,21 @@ A free implementation of RFC 2743/2744.
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: liblibgss-devel
|
||||
Obsoletes: liblibgss-devel
|
||||
|
||||
%description devel
|
||||
A free implementation of RFC 2743/2744.
|
||||
|
||||
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
|
||||
%setup -q -n gss-%{version}
|
||||
|
||||
@ -54,26 +65,36 @@ exit 0
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%files -f gss.lang
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gss
|
||||
%{_libdir}/*.so.*
|
||||
%{_infodir}/gss.info.gz
|
||||
%{_mandir}/man1/gss.1.gz
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}
|
||||
%{_includedir}/*.h
|
||||
%dir %{_includedir}/gss
|
||||
%{_includedir}/gss/*.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_mandir}/man3/gss*.3*
|
||||
%{_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
|
||||
* 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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user