source: projects/specs/trunk/x/xfsprogs/xfsprogs-vl.spec @ 7275

Revision 7275, 8.5 KB checked in by daisuke, 11 years ago (diff)

xfsprogs: update to 3.1.10

Line 
1Summary:        Utilities for managing the XFS filesystem
2Summary(ja):    XFSファイルシステムを管理するためのユーティリティ
3Name:           xfsprogs
4Version:        3.1.10
5Release:        1%{?_dist_release}
6# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
7# in source, with no mention of version.
8# doc/COPYING file specifies what is GPL and what is LGPL
9# but no mention of versions in the source.
10License:        GPL+ and LGPLv2+
11Group:          System Environment/Base
12URL:            http://oss.sgi.com/projects/xfs/
13Source0:        ftp://oss.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.tar.gz
14Source1:        xfsprogs-wrapper.h
15BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildRequires:  libtool, gettext
17BuildRequires:  e2fsprogs-devel
18BuildRequires:  libuuid-devel
19
20%description
21A set of commands to use the XFS filesystem, including mkfs.xfs.
22
23XFS is a high performance journaling filesystem which originated
24on the SGI IRIX platform.  It is completely multi-threaded, can
25support large files and large filesystems, extended attributes,
26variable block sizes, is extent based, and makes extensive use of
27Btrees (directories, extents, free space) to aid both performance
28and scalability.
29
30Refer to the documentation at http://oss.sgi.com/projects/xfs/
31for complete details.  This implementation is on-disk compatible
32with the IRIX version of XFS.
33
34%package devel
35Summary: XFS filesystem-specific static libraries and headers
36Summary(ja): XFS filesystem-specific static libraries and headers
37Group: Development/Libraries
38Requires: xfsprogs = %{version}-%{release}
39
40%description devel
41xfsprogs-devel contains the libraries and header files needed to
42develop XFS filesystem-specific programs.
43
44You should install xfsprogs-devel if you want to develop XFS
45filesystem-specific programs,  If you install xfsprogs-devel, you'll
46also want to install xfsprogs.
47
48%prep
49%setup -q
50
51%build
52# xfsprogs abuses libexecdir
53export tagname=CC DEBUG=-DNDEBUG
54
55%configure
56
57make %{?_smp_mflags}
58
59%install
60rm -rf $RPM_BUILD_ROOT
61make DIST_ROOT=$RPM_BUILD_ROOT install install-dev install-qa
62
63# nuke .la files, etc
64rm -f $RPM_BUILD_ROOT/{%{_lib}/*.{la,a,so},%{_libdir}/*.{la,a}}
65# fix up symlink to be correct
66rm -f $RPM_BUILD_ROOT/%{_libdir}/libhandle.so
67ln -s ../../%{_lib}/libhandle.so.1 $RPM_BUILD_ROOT/%{_libdir}/libhandle.so
68# remove non-versioned docs location
69rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
70
71# ugly hack to allow parallel install of 32-bit and 64-bit -devel packages:
72%define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
73
74%ifarch %{multilib_arches}
75mv -f $RPM_BUILD_ROOT%{_includedir}/xfs/platform_defs.h \
76      $RPM_BUILD_ROOT%{_includedir}/xfs/platform_defs-%{_arch}.h
77install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_includedir}/xfs/platform_defs.h
78%endif
79
80%find_lang %{name}
81
82%clean
83rm -rf $RPM_BUILD_ROOT
84
85%post -p /sbin/ldconfig
86
87%postun -p /sbin/ldconfig
88
89%files -f %{name}.lang
90%defattr(-,root,root)
91%doc doc/CHANGES doc/COPYING doc/CREDITS README
92/sbin/fsck.xfs
93/sbin/mkfs.xfs
94/sbin/xfs_repair
95/%{_lib}/*.so.*
96%{_mandir}/man8/*
97%{_mandir}/man5/*
98%{_sbindir}/*
99
100%files devel
101%defattr(-,root,root)
102%{_mandir}/man3/*
103%{_includedir}/xfs
104%{_libdir}/*.so
105
106%changelog
107* Thu Dec 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.10-1
108- new upstream release
109
110* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
111- new upstream release
112- add BuildRequires: libuuid-devel
113- remove all configure options
114- fix %%install and %%files
115
116* Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  2.10.1-1
117- initial build for Vine Linux
118
119* Wed Apr 23 2008 Dennis Gilmore <dennis@ausil.us> 2.9.8-3
120- sparc32 is built using the sparcv9 variant
121
122* Wed Apr 23 2008 Eric Sandeen <sandeen@redhat.com> 2.9.8-2
123- Tidy up multilib hack for non-multilib arches & add sparc (#448452)
124
125* Wed Apr 23 2008 Eric Sandeen <sandeen@redhat.com> 2.9.8-1
126- Update to xfsprogs 2.9.8
127- Add support for sb_features2 in wrong location
128- Add -c option to xfs_admin to turn lazy-counters on/off
129- Added support for mdp in libdisk/mkfs.xfs
130
131* Sun Mar 02 2008 Eric Sandeen <sandeen@redhat.com> 2.9.7-1
132- Update to xfsprogs 2.9.7
133- Lazy sb counters back off by default; other misc fixes
134
135* Wed Feb 06 2008 Eric Sandeen <sandeen@redhat.com> 2.9.6-1
136- Update to xfsprogs 2.9.6 - fixes mkfs sizing problem.
137- Trim down BuildRequires to what's actually required now
138
139* Mon Jan 21 2008 Eric Sandeen <sandeen@redhat.com> 2.9.5-1
140- Update to xfsprogs 2.9.5
141- Contains more optimal mkfs defaults
142- specfile cleanup, & don't restate config defaults
143
144* Tue Oct 23 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-4
145- Add arm to multilib header wrapper
146
147* Tue Oct 02 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-3
148- mkfs.xfs: Fix wiping old AG headers and purge whack buffers
149
150* Mon Oct 01 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-2
151- Add alpha to the multilib wrapper (#310411)
152
153* Mon Sep 10 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-1
154- Update to xfsprogs 2.9.4
155
156* Fri Aug 24 2007 Eric Sandeen <sandeen@redhat.com> 2.9.3-3
157- Add gawk to buildrequires
158
159* Thu Aug 16 2007 Eric Sandeen <sandeen@redhat.com> 2.9.3-2
160- Update license tag
161
162* Thu Jul 26 2007 Eric Sandeen <sandeen@redhat.com> 2.9.3-1
163- Upgrade to xfsprogs 2.9.2, quota, xfs_repair, and filestreams changes
164
165* Thu Jul  6 2007 Eric Sandeen <sandeen@redhat.com> 2.8.21-1
166- Upgrade to xfsprogs 2.8.21, lazy sb counters enabled,
167  xfs_quota fix (#236746)
168
169* Thu May 31 2007 Eric Sandeen <sandeen@redhat.com> 2.8.20-2
170- Fix ppc64 build... again
171
172* Fri May 25 2007 Eric Sandeen <sandeen@redhat.com> 2.8.20-1
173- Upgrade to xfsprogs 2.8.20, several xfs_repair fixes
174
175* Tue Mar 06 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.8.18-3
176- Remove libtermcap-devel from BuildRequires
177
178* Wed Feb 14 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.8.18-2
179- Disable readline support for now (#223781)
180
181* Sun Feb 04 2007 Jarod Wilson <jwilson@redhat.com> 2.8.18-1
182- Post-facto changelog addition to note bump to 2.8.18
183
184* Wed Sep 27 2006 Russell Cattelan <cattelan@thebarn.com> 2.8.11-3
185- bump build version to 3 for a new brew build
186
187* Tue Sep 26 2006 Russell Cattelan <cattelan@thebarn.com> 2.8.11-2
188- add ppc64 build patch
189
190* Thu Sep 21 2006 Russell Cattelan <cattelan@redhat.com> 2.8.11-1
191- Upgrade to xfsprogs 2.8.11 Need to pick up important repair fixes
192
193* Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> - 2.8.4-3
194- exclude arch ppc64 for now (#199315)
195
196* Mon Jul 17 2006 Jesse Keating <jkeating@redhat.com> - 2.8.4-2
197- rebuild
198
199* Tue Jul 04 2006 Robert Scheck <redhat@linuxnetz.de> 2.8.4-1
200- Upgrade to 2.8.4 (#196599 #c2)
201
202* Sun Jun 25 2006 Robert Scheck <redhat@linuxnetz.de> 2.8.3-1
203- Upgrade to 2.8.3 (#196599)
204- Applied Russell Coker's suggested patch to improve the
205  performance for SELinux machines significantly (#120622)
206
207* Sun Jun 25 2006 Robert Scheck <redhat@linuxnetz.de> 2.7.11-2
208- Fixed multilib conflict of xfs/platform_defs.h (#192755)
209
210* Sun Mar 12 2006 Robert Scheck <redhat@linuxnetz.de> 2.7.11-1
211- Upgrade to 2.7.11 and spec file cleanup (#185234)
212
213* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.7.3-1.2.1
214- bump again for double-long bug on ppc(64)
215
216* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.7.3-1.2
217- rebuilt for new gcc4.1 snapshot and glibc changes
218
219* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
220- rebuilt
221
222* Mon Oct 31 2005 Robert Scheck <redhat@linuxnetz.de> 2.7.3-1
223- Upgrade to 2.7.3 and enabled termcap support (#154323)
224
225* Wed Sep 28 2005 Florian La Roche <laroche@redhat.com>
226- fixup building with current rpm
227
228* Wed Apr 20 2005 Dave Jones <davej@redhat.com>
229- Disable debug. (#151438)
230- Rebuild with gcc4
231
232* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 2.6.13-3
233- Rebuilt for new readline.
234
235* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
236- rebuilt
237
238* Wed May  5 2004 Jeremy Katz <katzj@redhat.com> - 2.6.13-1
239- update to 2.6.13 per request of upstream
240- fixes mount by label of xfs on former raid partition (#122043)
241
242* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
243- rebuilt
244
245* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
246- rebuilt
247
248* Thu Jan  8 2004 Jeremy Katz <katzj@redhat.com> 2.6.0-2
249- add defattr (reported by Matthias)
250
251* Tue Dec 23 2003 Elliot Lee <sopwith@redhat.com> 2.6.0-3
252- Fix tyops in dependencies
253
254* Mon Dec 22 2003 Jeremy Katz <katzj@redhat.com> 2.6.0-1
255- build for Fedora Core
256- switch to more explicit file lists, nuke .la files
257
258* Tue Dec 16 2003 Axel Thimm <Axel.Thimm@physik.fu-berlin.de> 2.6.0
259- Update to 2.6.0.
260
261* Sat Sep 13 2003 Axel Thimm <Axel.Thimm@physik.fu-berlin.de>
262- Sync with XFS 1.3.0.
263- Update to 2.5.6.
264
265* Thu Apr 10 2003 Axel Thimm <Axel.Thimm@physik.fu-berlin.de> 2.3.9-0_2.90at
266- Rebuilt for Red Hat 9.
Note: See TracBrowser for help on using the repository browser.