82 lines
1.8 KiB
RPMSpec
82 lines
1.8 KiB
RPMSpec
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
|