rpms/dropwatch/F-10 dropwatch.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Neil Horman nhorman at fedoraproject.org
Tue Mar 24 18:53:47 UTC 2009


Author: nhorman

Update of /cvs/extras/rpms/dropwatch/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32591/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	dropwatch.spec import.log 
Log Message:
Initial Import


--- NEW FILE dropwatch.spec ---
Summary: Kernel dropped packet monitor 
Name: dropwatch 
Version: 1.0 
Release: 2%{?dist} 
Source0: https://fedorahosted.org/releases/d/r/dropwatch/dropwatch-%{version}.tbz2
URL: http://fedorahosted.org/dropwatch
License: GPLv2+ 
Group: Applications/System 
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: kernel-devel, libnl-devel, readline-devel
Requires: libnl, readline

%description
dropwatch is an utility to interface to the kernel to monitor for dropped
network packets.

%prep
%setup -q

%build
cd src
export CFLAGS=$RPM_OPT_FLAGS
make 

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -m0755 src/dropwatch $RPM_BUILD_ROOT%{_bindir}
install -m0644 doc/dropwatch.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*
%doc README
%doc COPYING

%changelog
* Fri Mar 20 2009 Neil Horman <nhorman at redhat.com> 1.0-2
- Fixed up Errors found in package review (bz 491240)

* Tue Mar 17 2009 Neil Horman <nhorman at redhat.com> 1.0-1
- Initial build



--- NEW FILE import.log ---
dropwatch-1_0-2_fc10:F-10:dropwatch-1.0-2.fc10.src.rpm:1237920778


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dropwatch/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Mar 2009 17:28:38 -0000	1.1
+++ .cvsignore	24 Mar 2009 18:53:17 -0000	1.2
@@ -0,0 +1 @@
+dropwatch-1.0.tbz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dropwatch/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Mar 2009 17:28:38 -0000	1.1
+++ sources	24 Mar 2009 18:53:17 -0000	1.2
@@ -0,0 +1 @@
+34338735d1d2d339c92f21d9c7f1202f  dropwatch-1.0.tbz2




More information about the fedora-extras-commits mailing list