Initial version of Xerces-c.
[fedora-mingw.git] / gnutls / mingw32-gnutls.spec
index 3ea3380..58ffd4e 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-gnutls
 Version:        2.6.3
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW Windows GnuTLS TLS/SSL encryption library
 
 License:        GPLv3+ and LGPLv2+
@@ -63,8 +63,11 @@ for i in auth_srp_rsa.c auth_srp_sb64.c auth_srp_passwd.c auth_srp.c gnutls_srp.
     touch lib/$i
 done
 
+%if 0%{?fedora} > 10
 libtoolize --force --copy
+aclocal
 autoreconf
+%endif
 
 
 %build
@@ -96,6 +99,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f gnutls.lang
 %defattr(-,root,root)
+%doc COPYING COPYING.LIB
 %{_mingw32_bindir}/certtool.exe
 %{_mingw32_bindir}/gnutls-cli-debug.exe
 %{_mingw32_bindir}/gnutls-cli.exe
@@ -123,7 +127,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.6.3-1
+* Fri Feb  6 2009 Richard W.M. Jones <rjones@redhat.com> - 2.6.3-3
+- Include license.
+
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.6.3-2
 - Rebase to native Fedora version 2.6.3.
 - Enable C++ library.
 - Use find_lang macro.