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

Revision 12263, 8.7 KB checked in by tomop, 5 years ago (diff)

updated 10 packages

epiphany-3.30.5-1

evolution-data-server-3.30.5-1

harfbuzz-2.6.2-1

icu-65.1-1

icu60-60.3-2

libboost-1.66.0-4

php73-7.3.10-1

postfix-3.4.7-1

webkitgtk4-2.26.1-1

xfsprogs-5.2.1-2

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