From 58a2cc061f5aa48b73705fb28966256308d6ecb1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:29:33 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.2-1mamba;Wed Nov 30 2011] --- README.md | 2 ++ libgss.spec | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 libgss.spec diff --git a/README.md b/README.md index 39a5906..5455481 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libgss +A free implementation of RFC 2743/2744. + diff --git a/libgss.spec b/libgss.spec new file mode 100644 index 0000000..8b0c7d9 --- /dev/null +++ b/libgss.spec @@ -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 +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 1.0.2-1mamba +- automatic version update by autodist + +* Sun Nov 28 2010 Silvan Calarco 1.0.1-1mamba +- package created by autospec