source: projects/specs/trunk/n/numactl/numactl-vl.spec @ 9067

Revision 9067, 7.5 KB checked in by inagaki, 9 years ago (diff)

2014-11-08 Ryoichi INAGAKI <ryo1@…>

  • gtk-xfce-engine: changed Group
  • numactl, phonon, phonon-backend-gstreamer: updated


Line 
1Name:           numactl
2Summary:        Library for tuning for Non Uniform Memory Access machines
3Summary(ja):    NUMA マシンをチューニングするためのライブラリ
4Version:        2.0.10
5Release:        1%{?_dist_release}
6# libnuma is LGPLv2 and GPLv2
7# numactl binaries are GPLv2 only
8License:        GPLv2
9Group:          System Environment/Base
10URL:            ftp://oss.sgi.com/www/projects/libnuma/download
11Source0:        ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz
12
13Buildroot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  libtool automake autoconf
15
16ExcludeArch: s390 s390x %{arm}
17
18%description
19Simple NUMA policy support. It consists of a numactl program to run
20other programs with a specific NUMA policy.
21
22%package libs
23Summary: libnuma libraries
24Summary(ja): libnuma ライブラリ
25# There is a tiny bit of GPLv2 code in libnuma.c
26License: LGPLv2 and GPLv2
27Group: System Environment/Libraries
28
29%description libs
30numactl-libs provides libnuma, a library to do allocations with
31NUMA policy in applications.
32
33%package devel
34Summary: Development package for building Applications that use numa
35Summary(ja): libnuma を使用するアプリケーションのビルドに必要な開発用ファイル
36License: LGPLv2 and GPLv2
37Group: Development/Libraries
38Requires: %{name}-libs = %{version}-%{release}
39
40%description devel
41Provides development headers for numa library calls
42
43%prep
44%setup -q -n %{name}-%{version}
45
46%build
47./autogen.sh
48./configure --prefix=%{_prefix} --libdir=%{_libdir}
49make clean
50make CFLAGS="$RPM_OPT_FLAGS -I."
51
52%install
53rm -rf $RPM_BUILD_ROOT
54make DESTDIR=$RPM_BUILD_ROOT install
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post libs -p /sbin/ldconfig
60
61%postun libs -p /sbin/ldconfig
62
63%files
64%defattr(-,root,root,-)
65%{_bindir}/numactl
66%{_bindir}/numademo
67%{_bindir}/numastat
68%{_bindir}/memhog
69%{_bindir}/migspeed
70%{_bindir}/migratepages
71%{_mandir}/man8/*.8*
72%exclude %{_mandir}/man2/*.2*
73
74%files libs
75%defattr(-,root,root,-)
76%{_libdir}/libnuma.so.1.0.0
77%{_libdir}/libnuma.so.1
78
79%files devel
80%defattr(-,root,root,-)
81%{_libdir}/libnuma.so
82%exclude %{_libdir}/libnuma.a
83%exclude %{_libdir}/libnuma.la
84%{_includedir}/numa.h
85%{_includedir}/numaif.h
86%{_includedir}/numacompat1.h
87%{_mandir}/man3/*.3*
88
89%changelog
90* Fri Nov  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.10-1
91- updated to 2.0.10
92- moved devel package to Development/Libraries Group
93
94* Tue Apr 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp>  2.0.7-1
95- initial build for Vine Linux
96
97* Sun Apr 15 2012 Petr Holasek <pholasek@redhat.com> - 2.0.7-5
98- Library splitted out of numactl package to numactl-libs
99
100* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-4
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
102
103* Mon Jan 01 2012 Anton Arapov <anton@redhat.com> - 2.0.7-3
104- Include missing manpages
105
106* Sat Jun 18 2011 Peter Robinson <pbrobinson@gmail.com> - 2.0.7-2
107- Exclude ARM platforms
108
109* Fri Apr 15 2011 Anton Arapov <anton@redhat.com> - 2.0.7-1
110- Update to latest upstream stable version (bz 696703)
111
112* Tue Mar 22 2011 Anton Arapov <anton@redhat.com> - 2.0.6-2
113- Better manpages (bz 673613)
114
115* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.6-2
116- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
117
118* Tue Jan 04 2011 Neil Horman <nhorman@redhat.com> - 2.0.6-1
119- Update to latest upstream stable version (bz 666379)
120
121* Mon Oct 18 2010 Neil Horman <nhorman@redhat.com> - 2.0.5-1
122- Update to latest stable upstream source
123
124* Mon Feb 15 2010 Neil Horman <nhorman@redhat.com> - 2.0.3-8
125- Remove static libs from numactl (bz 556088)
126
127* Mon Aug 10 2009 Neil Horman <nhorman@redhat.com> - 2.0.3-7
128- Add destructor to libnuma.so to free allocated memory (bz 516227)
129
130* Mon Aug 10 2009 Neil Horman <nhorman@redhat.com> - 2.0.3-6
131- Fix obo in nodes_allowed_list strncpy (bz 516223)
132
133* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-5
134- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
135
136* Fri Jun 26 2009 Neil Horman <nhorman@redhat.com>
137- Update to full 2.0.3 version (bz 506795)
138
139* Wed Jun 17 2009 Neil Horman <nhorman@redhat.com>
140- Fix silly libnuma warnings again (bz 499633)
141
142* Fri May 08 2009 Neil Horman <nhorman@redhat.com>
143- Update to 2.0.3-rc3 (bz 499633)
144
145* Wed Mar 25 2009 Mark McLoughlin <markmc@redhat.com> - 2.0.2-4
146- Remove warning from libnuma (bz 484552)
147
148* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3
149- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
150
151* Mon Sep 29 2008 Neil Horman <nhorman@redhat.com> - 2.0.2-2
152- Fix build break due to register selection in asm
153
154* Mon Sep 29 2008 Neil Horman <nhorman@redhat.com> - 2.0.2-1
155- Update rawhide to version 2.0.2 of numactl
156
157* Fri Apr 25 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-6
158- Fix buffer size passing and arg sanity check for physcpubind (bz 442521)
159
160* Fri Mar 14 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-5
161- Fixing spec file to actually apply alpha patch :)
162
163* Fri Mar 14 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-4
164- Add alpha syscalls (bz 396361)
165
166* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.2-3
167- Autorebuild for GCC 4.3
168
169* Thu Dec 20 2007 Neil Horman <nhorman@redhat.com> - 1.0.2-1
170- Update numactl to fix get_mempolicy signature (bz 418551)
171
172* Fri Dec 14 2007 Neil Horman <nhorman@redhat.com> - 1.0.2-1
173- Update numactl to latest version (bz 425281)
174
175* Tue Aug 07 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-4
176- Fixing some remaining merge review issues (bz 226207)
177
178* Fri Aug 03 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-3
179- fixing up merge review (bz 226207)
180
181* Fri Jan 12 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-2
182- Properly fixed bz 221982
183- Updated revision string to include %{dist}
184
185* Thu Jan 11 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-1.38
186- Fixed -devel to depend on base package so libnuma.so resolves
187
188* Thu Sep 21 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.36
189- adding nodebind patch for bz 207404
190
191* Fri Aug 25 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.35
192- moving over libnuma.so to -devel package as well
193
194* Fri Aug 25 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.34
195- split out headers/devel man pages to a devel subpackage
196
197* Tue Aug 15 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.32
198- add patch for broken cpu/nodebind output (bz 201906)
199
200* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8-1.31
201- rebuild
202
203* Tue Jun 13 2006 Neil Horman <nhorman@redhat.com>
204- Rebased numactl to version 0.9.8 for FC6/RHEL5
205
206* Wed Apr 26 2006 Neil Horman <nhorman@redhat.com>
207- Added patches for 64 bit overflows and cpu mask problem
208
209* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com>
210- rebuild for ppc TLS issue (#184446)
211
212* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.4-1.25.2
213- bump again for double-long bug on ppc(64)
214
215* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com>
216- rebuilt for new gcc4.1 snapshot and glibc changes
217
218* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
219- rebuilt
220
221* Thu Jul  7 2005 Dave Jones <davej@redhat.com>
222- numactl doesn't own the manpage dirs. (#161547)
223
224* Tue Mar  1 2005 Dave Jones <davej@redhat.com>
225- Rebuild for gcc4
226
227* Tue Feb  8 2005 Dave Jones <davej@redhat.com>
228- rebuild with -D_FORTIFY_SOURCE=2
229
230* Wed Nov 10 2004 David Woodhouse <dwmw2@redhat.com>
231- Fix build on x86_64
232
233* Thu Oct 21 2004 David Woodhouse <dwmw2@redhat.com>
234- Add PPC support
235
236* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
237- rebuilt
238
239* Sat Jun 05 2004 Warren Togami <wtogami@redhat.com>
240- spec cleanup
241
242* Sat Jun 05 2004 Arjan van de Ven <arjanv@redhat.com>
243- initial packaging
244
Note: See TracBrowser for help on using the repository browser.