[ds6-devel] nc6 nc6.spec.in,NONE,1.1 configure.ac,1.2,1.3 nc6.spec,1.5,NONE

Chris Leishman chris@leishman.org
Mon Dec 23 22:11:49 2002


Hey mauro,

I was beginning to think you were all on holidays ;)

I'm thinking that we should change the version number in the 
configure.ac to something like "0.2pre4b-cvs", to make it obvious that 
a particular build came from cvs, and isn't necessarily consistent with 
any particular version numbered release.

  When we make a release, we obviously change the version, commit the 
change, tag the repository, and then put the -cvs back and commit again 
(also, should the version number in the CVS source be bumped 
pre-release or post-release?).

We should probably also considering putting ident tags into the source 
files.

Regards,
Chris


On Monday, December 23, 2002, at 11:43 PM, mauro@deepspace6.net wrote:

> Update of /cvs/nc6
>
> Modified Files:
> 	configure.ac
> Added Files:
> 	nc6.spec.in
> Removed Files:
> 	nc6.spec
> Log Message:
> moved nc6.spec to nc6.spec.in, to make use of autoconf in order to 
> achieve automatic version numbering for the rpm.
>
> --- NEW FILE: nc6.spec.in ---
> Summary: Reads and writes data across network connections using TCP or 
> UDP with IPv4 and IPv6.
> Name: nc6
> Version: @VERSION@
> Release: 1
> Source0: 
> ftp://ftp.ferrara.linux.it/pub/project6/sources/nc6-%{version}.tar.gz
> Packager: Mauro Tortonesi <mauro@ferrara.linux.it>
> Copyright: GPL
> Group: Applications/Internet
> BuildRoot: %{_tmppath}/%{name}-root
>
> %description
> The nc6 package contains Netcat6 (the program is actually nc6), a 
> simple
> utility for reading and writing data across network connections, using
> the TCP or UDP protocols. Netcat6 is intended to be a reliable back-end
> tool which can be used directly or easily driven by other programs and
> scripts.  Netcat is also a feature-rich network debugging and
> exploration tool, since it can create many different connections and
> has many built-in capabilities.
>
> You may want to install the netcat6 package if you are administering a
> network and you'd like to use its debugging and network exploration
> capabilities.
>
> %prep
> %setup
>
> %build
> /configure
> make
>
> %install
> rm -rf ${RPM_BUILD_ROOT}
> install -d ${RPM_BUILD_ROOT}%{_bindir}
> install -m 755 src/nc6 ${RPM_BUILD_ROOT}%{_bindir}
> install -d ${RPM_BUILD_ROOT}%{_mandir}/man1
> install -m 644 docs/nc6.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
>
> %clean
> rm -rf ${RPM_BUILD_ROOT}
>
> %files
> %defattr(-,root,root)
> %doc README AUTHORS COPYING NEWS TODO ChangeLog
> %{_bindir}/nc6
> %{_mandir}/man1/nc6.1*
>
>
> %changelog
> * Sun Mar 10 2002 Peter Bieringer <pb@bieringer.de>
> - Changes for nc6-0.2pre2, starting from nc-1.10-11 (RHL)
>
> * Tue May 15 2001 Bill Nottingham <notting@redhat.com>
> - add patch to fix timeouts (#40689, <jdp@ll.mit.edu>)
>
> * Fri Oct 20 2000 Bill Nottingham <notting@redhat.com>
> - include reslov.h for res_init prototype
>
> * Fri Aug 11 2000 Jeff Johnson <jbj@redhat.com>
> - add shutdown to fix obscure half-close connection case (#9324).
>
> * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
> - automatic rebuild
>
> * Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>
> - FHS packaging.
>
> * Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
> - fix description
> - add man page
>
> * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
> - auto rebuild in the new build environment (release 4)
>
> * Tue Jan 12 1999 Cristian Gafton <gafton@redhat.com>
> - make it build on the arm
>
> * Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
> - build for 6.0
> Index: configure.ac
> ===================================================================
> RCS file: /cvs/nc6/configure.ac,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -d -r1.2 -r1.3
> --- configure.ac	20 Dec 2002 00:27:46 -0000	1.2
> +++ configure.ac	23 Dec 2002 21:43:20 -0000	1.3
> @@ -54,7 +54,7 @@
>
>  if test "X$ipv6" = "Xyes"; then
>    TYPE_STRUCT_SOCKADDR_IN6(,[
> -    AC_MSG_NOTICE([Disabling IPv6 support: 'struct sockaddr_in6' is 
> required])
> +    AC_MSG_NOTICE([Disabling IPv6 support: 'struct sockaddr_in6' 
> support is required])
>      ipv6=no
>    ])
>  fi
> @@ -153,5 +153,5 @@
>
>
>  AC_SUBST(ac_aux_dir)
> -AC_OUTPUT([Makefile docs/Makefile src/Makefile],
> +AC_OUTPUT([Makefile docs/Makefile src/Makefile nc6.spec],
>  [test -z "$CONFIG_HEADERS" || echo timestamp > src/stamp-h.in])
> --- nc6.spec DELETED ---
>
> _______________________________________________
> ds6-devel mailing list
> ds6-devel@deepspace6.net
> http://lists.deepspace6.net/listinfo/ds6-devel



More information about the ds6-devel mailing list