[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/cdpr/devel cdpr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- From: Michael Stahnke (stahnma) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/cdpr/devel cdpr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Date: Wed, 31 Oct 2007 16:24:45 -0400
Author: stahnma
Update of /cvs/extras/rpms/cdpr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8345/devel
Modified Files:
.cvsignore sources
Added Files:
cdpr.spec
Log Message:
Initial import
--- NEW FILE cdpr.spec ---
Name: cdpr
Version: 2.2.1
Release: 2%{?dist}
Summary: Cisco Discovery Protocol Analyzer
Group: Applications/System
License: GPLv2+
URL: http://sourceforge.net/projects/cdpr/
Source0: http://downloads.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libpcap-devel
%description
cdpr is used to decode a Cisco Disovery Protocol (CDP) packet, by default it
will report the device ID, the IP Address (of the device), and the port
number that the machine is connected to.
Optionally it will decode the entire CDP packet.
%prep
%setup -q
sed -i 's/\r//g' COPYING README
%build
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -p -m755 %{name} $RPM_BUILD_ROOT%{_bindir}/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING license.txt README README.cdprs
%{_bindir}/%{name}
%changelog
* Mon Oct 29 2007 <stahnma fedoraproject org> 2.2.1-2
- Minor SPEC file cleanup from bug # 355631
* Tue Oct 16 2007 <stahnma fedoraproject org> 2.2.1-1
- Initial RPM Build
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cdpr/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 31 Oct 2007 16:50:00 -0000 1.1
+++ .cvsignore 31 Oct 2007 20:24:12 -0000 1.2
@@ -0,0 +1 @@
+cdpr-2.2.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cdpr/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 31 Oct 2007 16:50:00 -0000 1.1
+++ sources 31 Oct 2007 20:24:12 -0000 1.2
@@ -0,0 +1 @@
+1e682e7e9c03f9b004c1f97c0ed25431 cdpr-2.2.1.tar.gz
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]