automatic version update by autodist [release 1.0.2-1mamba;Wed Nov 30 2011]

This commit is contained in:
Automatic Build System 2024-01-06 04:29:33 +01:00
parent 2a62da4023
commit 58a2cc061f
2 changed files with 83 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# libgss
A free implementation of RFC 2743/2744.

81
libgss.spec Normal file
View File

@ -0,0 +1,81 @@
Name: libgss
Version: 1.0.2
Release: 1mamba
Summary: A free implementation of RFC 2743/2744
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/software/gss/
Source: ftp://ftp.gnu.org/pub/gnu/gss/gss-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
Requires(post): %{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A free implementation of RFC 2743/2744.
%package devel
Group: Development/Libraries
Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
A free implementation of RFC 2743/2744.
This package contains static libraries and header files need for development.
%prep
%setup -q -n gss-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang gss
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
%install_info gss.info
/sbin/ldconfig
exit 0
%preun
%uninstall_info gss.info
/sbin/ldconfig
exit 0
%files -f gss.lang
%defattr(-,root,root)
%{_bindir}/gss
%{_libdir}/*.so.*
%{_infodir}/gss.info.gz
%{_mandir}/man1/gss.1.gz
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
%files devel
%defattr(-,root,root)
%dir %{_includedir}
%{_includedir}/*.h
%{_includedir}/gss/*.h
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_mandir}/man3/gss*.3*
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Nov 30 2011 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
- automatic version update by autodist
* Sun Nov 28 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
- package created by autospec