]> git.pld-linux.org Git - packages/irqbalance.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 11 Jul 2003 22:25:44 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irqbalance.spec -> 1.1

irqbalance.spec [new file with mode: 0644]

diff --git a/irqbalance.spec b/irqbalance.spec
new file mode 100644 (file)
index 0000000..7a9af24
--- /dev/null
@@ -0,0 +1,32 @@
+Summary:       Balancing of IRQs between multiple CPUs
+Name:          irqbalance
+Version:       0.06
+Release:       1
+License:       OSL v1.1
+Group:         Applications/System
+Source0:       http://people.redhat.com/arjanv/irqbalance/%{name}-%{version}.tar.gz
+# Source0-md5: db5416b6675cae70804d700f42b1a671
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Balancing of IRQs between multiple CPUs.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install %{name} $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changelog TODO
+%attr(755,root,root) %{_sbindir}/*
This page took 0.030687 seconds and 4 git commands to generate.