rpms/usbmon/devel import.log, NONE, 1.1 usbmon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Pete Zaitcev zaitcev at fedoraproject.org
Thu Dec 18 18:52:02 UTC 2008


Author: zaitcev

Update of /cvs/pkgs/rpms/usbmon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15948/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log usbmon.spec 
Log Message:
Initial revision (5.2)



--- NEW FILE import.log ---
usbmon-5_2-1_fc11:HEAD:usbmon-5.2-1.fc11.src.rpm:1229626176


--- NEW FILE usbmon.spec ---
Name:		usbmon
Version:	5.2
Release:	1%{dist}
Summary:	A basic front-end to usbmon

Group:		System Environment/Base
License:	GPLv2
URL:		http://people.redhat.com/zaitcev/linux/
Source:		http://people.redhat.com/zaitcev/linux/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# The possibility of anyone using usbmon to debug USB-over-IP modules on s390
# is quite remote. Should we exclude it?
# ExcludeArch:	s390 s390x

%description
The usbmon program collects and prints a trace of USB transactions as they
occur between the USB core and HCDs. Analyzing the trace helps to debug the
kernel USB stack, device firmware, and applications.

%prep
%setup -q

%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" 
# Builds outside of the Koji/Brew fail unless we mkdir. How do other RPMs work?
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
install -p -m 644 -t $RPM_BUILD_ROOT/%{_mandir}/man8 usbmon.8
mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
install -p -m 755 -t $RPM_BUILD_ROOT/%{_sbindir} usbmon

%clean
rm -rf $RPM_BUILD_ROOT

#files -f %{name}.lang
%files
%defattr(-,root,root,-)
%doc README COPYING
%{_sbindir}/usbmon
%{_mandir}/man8/usbmon.8*

%changelog
* Sun Dec 7 2008 Pete Zaitcev <zaitcev at redhat.com> 5.2-1
- Initial revision (5.2)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/usbmon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Dec 2008 06:59:38 -0000	1.1
+++ .cvsignore	18 Dec 2008 18:51:32 -0000	1.2
@@ -0,0 +1 @@
+usbmon-5.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/usbmon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Dec 2008 06:59:39 -0000	1.1
+++ sources	18 Dec 2008 18:51:32 -0000	1.2
@@ -0,0 +1 @@
+cbba81a5b47b811dafd897cd7bd72dee  usbmon-5.2.tar.gz




More information about the fedora-extras-commits mailing list