update source
drop the patch
This commit is contained in:
parent
8753c075f0
commit
51baaeda25
10
numad.spec
10
numad.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: numad
|
Name: numad
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 2.20120221git%{?dist}
|
Release: 3.20120221git%{?dist}
|
||||||
Summary: NUMA user daemon
|
Summary: NUMA user daemon
|
||||||
|
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -13,9 +13,6 @@ URL: http://git.fedorahosted.org/git/?p=numad.git
|
|||||||
# git clone git://git.fedorahosted.org/numad.git numad-0.5git
|
# git clone git://git.fedorahosted.org/numad.git numad-0.5git
|
||||||
# tar cJf numad-0.5git.tar.xz numad-0.5git/
|
# tar cJf numad-0.5git.tar.xz numad-0.5git/
|
||||||
Source0: %{name}-%{version}git.tar.xz
|
Source0: %{name}-%{version}git.tar.xz
|
||||||
# Add parts of code under a different license
|
|
||||||
# This patch is temporary, it's going to be part of upstream code later
|
|
||||||
Patch0: %{name}1.patch
|
|
||||||
|
|
||||||
Requires: systemd-units, initscripts
|
Requires: systemd-units, initscripts
|
||||||
Requires(post): systemd-units, initscripts
|
Requires(post): systemd-units, initscripts
|
||||||
@ -31,7 +28,6 @@ and memory to minimize memory latency and thus provide optimum performance.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}git
|
%setup -q -n %{name}-%{version}git
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="-std=gnu99 -g" LDFLAGS="-lpthread"
|
make CFLAGS="-std=gnu99 -g" LDFLAGS="-lpthread"
|
||||||
@ -78,6 +74,10 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 06 2012 Jan Synáček <jsynacek@redhat.com> 0.5-3.20120221git
|
||||||
|
- update source
|
||||||
|
- drop the patch
|
||||||
|
|
||||||
* Fri Feb 24 2012 Jan Synáček <jsynacek@redhat.com> 0.5-2.20120221git
|
* Fri Feb 24 2012 Jan Synáček <jsynacek@redhat.com> 0.5-2.20120221git
|
||||||
- add BuildRequires: systemd-units
|
- add BuildRequires: systemd-units
|
||||||
|
|
||||||
|
2058
numad1.patch
2058
numad1.patch
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user