Neil Horman f77a4c6
Name:		cgdcbxd
Neil Horman f77a4c6
Version:	1.0.1
8eb4cdc
Release:	2%{?dist}
Neil Horman f77a4c6
Summary:	DCB network priority management daemon	
Neil Horman f77a4c6
Group:		System Environment/Base
Neil Horman f77a4c6
License:	GPLv2
Neil Horman f77a4c6
URL:		https://github.com/jrfastab/cgdcbxd
Neil Horman f77a4c6
Neil Horman f77a4c6
# The source for this package was pullled from upstreams vcs.  Specifically it
Neil Horman f77a4c6
# was pulled from the projects github site using the following dynamic tarball
Neil Horman f77a4c6
# generating url:
Neil Horman f77a4c6
# https://github.com/jrfastab/cgdcbxd/zipball/v1.0.1
Neil Horman f77a4c6
Source0:	jrfastab-%{name}-v%{version}-0-g87bd754.tar.gz
Neil Horman f77a4c6
Neil Horman f77a4c6
# The service file was created locally for the fedora project, but will be sent
Neil Horman f77a4c6
# upstream shortly
Neil Horman f77a4c6
Source1:	%{name}.service
Neil Horman f77a4c6
BuildRequires:	libcgroup-devel libmnl-devel libtool systemd-units
Neil Horman f77a4c6
Requires(post): systemd-units
Neil Horman f77a4c6
Requires(preun): systemd-units
Neil Horman f77a4c6
Requires(postun): systemd-units
Neil Horman f77a4c6
Neil Horman f77a4c6
%description
Neil Horman f77a4c6
This is a daemon to manage the priority of network traffic in dcb enabled
Neil Horman f77a4c6
environments.  By using the information exchanged over the dcbx protocol on a
Neil Horman f77a4c6
LAN, this package will enforce network priority on running applications on your
Neil Horman f77a4c6
host using the net_prio cgroup
Neil Horman f77a4c6
Neil Horman f77a4c6
%prep
Neil Horman f77a4c6
%setup -q -n jrfastab-cgdcbxd-87bd754
Neil Horman f77a4c6
Neil Horman f77a4c6
%build
Neil Horman f77a4c6
./bootstrap.sh
Neil Horman f77a4c6
%{configure}
Neil Horman f77a4c6
make
Neil Horman f77a4c6
Neil Horman f77a4c6
%install
Neil Horman f77a4c6
make DESTDIR=$RPM_BUILD_ROOT install
Neil Horman f77a4c6
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}
Neil Horman f77a4c6
install -D -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/cgdcbxd.service
Neil Horman f77a4c6
Neil Horman f77a4c6
%files
Neil Horman f77a4c6
%doc COPYING
Neil Horman f77a4c6
%{_unitdir}/cgdcbxd.service
Neil Horman f77a4c6
%{_mandir}/man8/*
Neil Horman f77a4c6
%{_sbindir}/*
Neil Horman f77a4c6
Neil Horman f77a4c6
%post
Neil Horman f77a4c6
%{systemd_post} cgdcbxd.service
Neil Horman f77a4c6
Neil Horman f77a4c6
%preun
Neil Horman f77a4c6
%{systemd_preun} cgdcbxd.service
Neil Horman f77a4c6
Neil Horman f77a4c6
%postun
Neil Horman f77a4c6
%{systemd_postun_with_restart} cgdcbxd.service
Neil Horman f77a4c6
Neil Horman f77a4c6
%changelog
8eb4cdc
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
8eb4cdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8eb4cdc
Neil Horman f77a4c6
* Mon Jun 25 2012 Neil Horman <nhorman@tuxdriver.com> 1.0.1-1 
Neil Horman f77a4c6
- Initial build