[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/gnutls/devel gnutls.spec,1.10,1.11
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/gnutls/devel gnutls.spec,1.10,1.11
- Date: Mon, 4 Jul 2005 18:10:58 -0400
Author: tmraz
Update of /cvs/dist/rpms/gnutls/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15605
Modified Files:
gnutls.spec
Log Message:
* Mon Jul 4 2005 Tomas Mraz <tmraz redhat com> 1.0.25-2
- split the command line tools to utils subpackage
Index: gnutls.spec
===================================================================
RCS file: /cvs/dist/rpms/gnutls/devel/gnutls.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnutls.spec 6 Jun 2005 19:36:11 -0000 1.10
+++ gnutls.spec 4 Jul 2005 22:10:55 -0000 1.11
@@ -1,7 +1,7 @@
-Summary: A TLS implementation.
+Summary: A TLS protocol implementation.
Name: gnutls
Version: 1.0.25
-Release: 1
+Release: 2
License: LGPL
Group: System Environment/Libraries
BuildPrereq: libgcrypt-devel
@@ -23,6 +23,10 @@
Requires: libgcrypt-devel
Requires: zlib-devel
+%package utils
+Summary: Command line tools for TLS protocol.
+Group: Applications/System
+Requires: %{name} = %{version}-%{release}
%description
GnuTLS is a project that aims to develop a library which provides a secure
@@ -36,6 +40,13 @@
This package contains files needed for developing applications with
the GnuTLS library.
+%description utils
+GnuTLS is a project that aims to develop a library which provides a secure
+layer, over a reliable transport layer. Currently the GnuTLS library implements
+the proposed standards by the IETF's TLS working group.
+This package contains command line TLS client and server and certificate
+manipulation tools.
+
%prep
%setup -q
%patch0 -p1 -b .nosrp
@@ -51,6 +62,9 @@
%install
rm -fr $RPM_BUILD_ROOT
%makeinstall
+rm -f $RPM_BUILD_ROOT/%{_bindir}/srptool
+rm -f $RPM_BUILD_ROOT/%{_bindir}/gnutls-srpcrypt
+rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/srptool.1
%check
make check
@@ -68,16 +82,24 @@
%files devel
%defattr(-,root,root)
-%{_bindir}/*
+%{_bindir}/libgnutls*
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
-%{_mandir}/man1/*
%{_datadir}/aclocal/*
%{_libdir}/pkgconfig/*.pc
+%files utils
+%defattr(-,root,root)
+%{_bindir}/certtool
+%{_bindir}/gnutls*
+%{_mandir}/man1/*
+
%changelog
+* Mon Jul 4 2005 Tomas Mraz <tmraz redhat com> 1.0.25-2
+- split the command line tools to utils subpackage
+
* Sat Apr 30 2005 Tomas Mraz <tmraz redhat com> 1.0.25-1
- new upstream version fixes potential DOS attack
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]