SPECS: irqbalance.spec - up to 0.55
arekm
arekm at pld-linux.org
Wed Dec 13 17:13:01 CET 2006
Author: arekm Date: Wed Dec 13 16:13:01 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.55
---- Files affected:
SPECS:
irqbalance.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/irqbalance.spec
diff -u SPECS/irqbalance.spec:1.18 SPECS/irqbalance.spec:1.19
--- SPECS/irqbalance.spec:1.18 Sat Aug 19 21:34:41 2006
+++ SPECS/irqbalance.spec Wed Dec 13 17:12:56 2006
@@ -2,22 +2,21 @@
Summary: Balancing of IRQs between multiple CPUs
Summary(pl): Rozdzielanie IRQ pomiędzy wiele procesorów
Name: irqbalance
-Version: 0.13
+Version: 0.55
Release: 1
License: GPL
Group: Applications/System
-#Source0: http://people.redhat.com/arjanv/irqbalance/%{name}-%{version}.tar.gz
-# Currently no known URL - taken from FC6 src.rpm:
-Source0: http://www.blues.gda.pl/SOURCES/%{name}-%{version}.tar.gz
-# Source0-md5: 837f1d69e9b6ef0a58bbd4cf4e0d7f28
+Source0: http://www.irqbalance.org/releases/%{name}-%{version}.tar.gz
+# Source0-md5: 9f6b314ff1fdc14173abeb40592d4edf
Source1: %{name}.init
Patch0: %{name}-opt.patch
-Patch1: %{name}-classes.patch
-Patch2: %{name}-norebalance-zeroints.patch
-Patch3: %{name}-pie.patch
+Patch1: %{name}-pie.patch
# due to -fpie
+URL: http://www.irqbalance.org/
+BuildRequires: glib2-devel
BuildRequires: gcc >= 5:3.4
BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: xorg-util-gccmakedep
Requires(post,preun): /sbin/chkconfig
Requires: rc-scripts
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -31,16 +30,14 @@
w celu zwiększenia wydajności systemu.
%prep
-%setup -q -n %{name}
+%setup -q
%patch0 -p1
-%patch1 -p2
-%patch2 -p2
-%patch3 -p2
+%patch1 -p1
%build
%{__make} \
CC="%{__cc}" \
- CFLAGS="%{rpmcflags}%{?debug: debug.c -DDEBUG}" \
+ OPT="%{rpmcflags}%{?debug: debug.c -DDEBUG}" \
LDFLAGS="%{rpmldflags}"
%install
@@ -48,7 +45,6 @@
install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1,/etc/rc.d/init.d}
install %{name} $RPM_BUILD_ROOT%{_sbindir}
-install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
%clean
@@ -66,9 +62,7 @@
%files
%defattr(644,root,root,755)
-%doc Changelog TODO
%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man1/*
%attr(754,root,root) /etc/rc.d/init.d/irqbalance
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -77,6 +71,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2006/12/13 16:12:56 arekm
+- up to 0.55
+
Revision 1.18 2006/08/19 19:34:41 qboosh
- include pie patch, pass LDFLAGS
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/irqbalance.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list