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

Revision 12344, 8.9 KB checked in by tomop, 4 years ago (diff)

updated 10 packages

epiphany-3.30.5-2

evolution-data-server-3.30.5-2

gnucash-3.8b-1

harfbuzz-2.6.4-1

libboost-1.66.0-5

tracker-miners-2.3.3-1

tracker-2.2.2-3

webkitgtk4-2.28.0-2

xfsdump-3.1.9-1

xfsprogs-5.5.0-1

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