SPECS: ncat.spec - updated to 0.10rc3 - proper version-release - E...

blekot blekot at pld-linux.org
Sat Jan 27 14:26:09 CET 2007


Author: blekot                       Date: Sat Jan 27 13:26:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.10rc3
- proper version-release
- Epoch 1
- simplified build

---- Files affected:
SPECS:
   ncat.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/ncat.spec
diff -u SPECS/ncat.spec:1.3 SPECS/ncat.spec:1.4
--- SPECS/ncat.spec:1.3	Thu Nov  3 21:15:43 2005
+++ SPECS/ncat.spec	Sat Jan 27 14:26:04 2007
@@ -6,15 +6,17 @@
 Summary:	A networking utility which read and write data across a network
 Summary(pl):	Narzędzie sieciowe do przesyłania danych
 Name:		ncat
-Version:	0.10rc1
-Release:	0.2
-Epoch:		0
+%define		_rc	rc3
+%define		_rel	1
+Version:	0.10
+Release:	0.%{_rc}.%{_rel}
+Epoch:		1
 License:	GPLv2 with OpenSSL exception
 #Vendor:	-
 Group:		Applications
 #Icon:		-
-Source0:	http://dl.sourceforge.net/nmap-ncat/%{name}-%{version}.tar.gz
-# Source0-md5:	b2624656247db958d1ebb4bbedf4dbd3
+Source0:	http://dl.sourceforge.net/nmap-ncat/%{name}-%{version}%{_rc}.tar.gz
+# Source0-md5:	5febca55c280c98ffb17977030a9b919
 URL:		http://sourceforge.net/projects/nmap-ncat/
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -47,17 +49,10 @@
 bezpośrednio.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rc}
 
 %build
-cd nbase
 %configure
-cd ../nsock/src
-%configure
-cd ../..
-
-%{__make} -C nbase
-%{__make} -C nsock/src
 %{__make}
 
 %install
@@ -67,7 +62,7 @@
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 install ncat $RPM_BUILD_ROOT%{_bindir}
-install docs/{AUTHORS,BUGS,CHANGES,HTTP-PROXY,README,TODO} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+install docs/{AUTHORS,BUGS,HTTP-PROXY,README} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 install docs/examples/{ipaccess,README} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples
 install docs/examples/logs/{ascii-output,hex-output} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples/logs
 install docs/examples/scripts/{http-proxy,README} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples/scripts
@@ -96,6 +91,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/01/27 13:26:04  blekot
+- updated to 0.10rc3
+- proper version-release
+- Epoch 1
+- simplified build
+
 Revision 1.3  2005/11/03 20:15:43  glen
 - unify sf url, and other things that adapter felt neccessary
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ncat.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list