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

Revision 12386, 9.0 KB checked in by tomop, 4 years ago (diff)

updated 15 packages

epiphany-3.30.5-3

evolution-data-server-3.30.5-3

harfbuzz-2.6.4-2

icu-67.1-1

libvisio-0.1.7-3

php74-7.4.5-2

postfix-3.5.1-2

qt5-qtbase-5.12.8-2

qt5-qtlocation-5.12.8-2

qt5-qtwebengine-5.12.8-2

samba-4.12.1-2

tracker-miners-2.3.3-2

tracker-2.3.4-1

webkitgtk4-2.28.1-1

xfsprogs-5.6.0-1

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