rpms/tcpick/F-7 tcpick.spec,1.5,1.6

Robert Scheck (robert) fedora-extras-commits at redhat.com
Tue Aug 28 21:40:10 UTC 2007


Author: robert

Update of /cvs/extras/rpms/tcpick/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9175

Modified Files:
	tcpick.spec 
Log Message:
- Updated the license tag according to the guidelines
- Buildrequire %{_includedir}/pcap.h instead of conditionals




Index: tcpick.spec
===================================================================
RCS file: /cvs/extras/rpms/tcpick/F-7/tcpick.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tcpick.spec	7 May 2007 18:41:24 -0000	1.5
+++ tcpick.spec	28 Aug 2007 21:39:38 -0000	1.6
@@ -1,8 +1,8 @@
 Name: 		tcpick
 Version: 	0.2.1
-Release: 	12%{?dist}
+Release: 	13%{?dist}
 Summary:  	A tcp stream sniffer, tracker and capturer
-License: 	GPL
+License: 	GPLv2+
 Group: 		Applications/Internet
 URL: 		http://tcpick.sourceforge.net/
 Source:		http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
@@ -10,12 +10,8 @@
 Patch1:		tcpick-0.2.1-ppc.patch
 Patch2:		tcpick-0.2.1-pointers.patch
 Patch3:		tcpick-0.2.1-cpu-loop.patch
-%if "%{?fedora}" <= "5"
-BuildRequires:  libpcap
-%else
-BuildRequires:  libpcap-devel
-%endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	%{_includedir}/pcap.h
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 tcpick is a textmode sniffer that can track tcp streams and saves 
@@ -53,10 +49,14 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING EXAMPLES KNOWN-BUGS README THANKS TODO
 %{_sbindir}/%{name}
-%{_mandir}/man8/%{name}.8.gz
-%{_mandir}/it/man8/%{name}.8.gz
+%{_mandir}/man8/%{name}.8*
+%{_mandir}/it/man8/%{name}.8*
 
 %changelog
+* Tue Aug 28 2007 Robert Scheck <robert at fedoraproject.org> 0.2.1-13
+- Updated the license tag according to the guidelines
+- Buildrequire %%{_includedir}/pcap.h instead of conditionals
+
 * Mon May 07 2007 Robert Scheck <robert at fedoraproject.org> 0.2.1-12
 - Rebuilt
 




More information about the fedora-extras-commits mailing list