libgsasl/libgsasl.spec

99 lines
2.4 KiB
RPMSpec
Raw Normal View History

2007-06-26 01:58:05 +00:00
Name: libgsasl
2008-06-03 06:00:34 +00:00
Version: 0.2.26
2008-04-19 09:30:43 +00:00
Release: 1%{?dist}
2007-06-26 01:58:05 +00:00
Summary: GNU SASL library
Group: System Environment/Libraries
2007-08-02 20:54:09 +00:00
License: LGPLv2+
2007-06-26 01:58:05 +00:00
URL: http://www.gnu.org/software/gsasl/
Source0: http://josefsson.org/gsasl/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libidn-devel
BuildRequires: krb5-devel
BuildRequires: libntlm-devel
BuildRequires: pkgconfig
%description
The library includes support for the SASL framework
and at least partial support for the CRAM-MD5, EXTERNAL,
GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
and NTLM mechanisms.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%configure --disable-static --disable-rpath
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README THANKS
%{_libdir}/libgsasl.so.*
%files devel
%defattr(-,root,root,-)
%doc COPYING
%{_includedir}/gsasl*
%{_libdir}/libgsasl.so
%{_libdir}/pkgconfig/libgsasl.pc
%changelog
2008-06-03 06:00:34 +00:00
* Tue Jun 3 2008 Nikolay Vladimirov <nikolay@vladimiroff.com> 0.2.26-1
- new upstream
* Sat Mar 29 2008 Nikolay Vladimirov <nikolay@vladimiroff.com> - 0.2.25-1
2008-04-19 09:30:43 +00:00
- new upstream release
2008-02-20 05:56:09 +00:00
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.18-6
- Autorebuild for GCC 4.3
2007-08-29 21:22:51 +00:00
* Thu Aug 29 2007 Nikolay Vladimirov <nikolat@vladimiroff.com> - 0.2.18-5
- rebuild for ppc32 selinux fix
2007-08-02 20:54:09 +00:00
* Thu Aug 2 2007 Nikolay Vladimirov <nikolat@vladimiroff.com> - 0.2.18-4
- License tag changed
2007-06-26 01:58:05 +00:00
* Tue Jun 26 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 0.2.18-3
- added NTLM support
2007-08-02 20:54:09 +00:00
2007-06-26 01:58:05 +00:00
* Fri Jun 22 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 0.2.18-2
- fixed mixed-use-of-spaces-and-tabs
- fixed timestamps for header files
- edited summary
2007-08-02 20:54:09 +00:00
2007-06-26 01:58:05 +00:00
* Thu Jun 21 2007 Nikolay Vladimirov <nikolay@vladimiroff.com> - 0.2.18-1
- initial release