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

Revision 12344, 6.5 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: Administrative utilities for the XFS filesystem
2Name: xfsdump
3Version: 3.1.9
4Release: 1%{?_dist_release}
5Group: System Environment/Base
6# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
7# in source, with no mention of version.
8License: GPL+
9URL: http://xfs.org/
10Source0: https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsdump/%{name}-%{version}.tar.xz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13BuildRequires: libtool, gettext, gawk
14BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel
15Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: tomop
20
21%description
22The xfsdump package contains xfsdump, xfsrestore and a number of
23other utilities for administering XFS filesystems.
24
25xfsdump examines files in a filesystem, determines which need to be
26backed up, and copies those files to a specified disk, tape or other
27storage medium.  It uses XFS-specific directives for optimizing the
28dump of an XFS filesystem, and also knows how to backup XFS extended
29attributes.  Backups created with xfsdump are "endian safe" and can
30thus be transfered between Linux machines of different architectures
31and also between IRIX machines.
32
33xfsrestore performs the inverse function of xfsdump; it can restore a
34full backup of a filesystem.  Subsequent incremental backups can then
35be layered on top of the full backup.  Single files and directory
36subtrees may be restored from full or partial backups.
37
38%prep
39%autosetup -p1
40
41%build
42%configure
43
44make %{?_smp_mflags}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48make DIST_ROOT=$RPM_BUILD_ROOT install
49# remove non-versioned docs location
50rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsdump/
51
52# Bit of a hack to move files from /sbin to /usr/sbin
53(cd $RPM_BUILD_ROOT/%{_sbindir}; rm xfsdump xfsrestore)
54#(cd $RPM_BUILD_ROOT/%{_sbindir}; mv ../../sbin/xfsdump .)
55#(cd $RPM_BUILD_ROOT/%{_sbindir}; mv ../../sbin/xfsrestore .)
56
57# Create inventory dir (otherwise created @ runtime)
58mkdir -p $RPM_BUILD_ROOT/%{_sharedstatedir}/xfsdump/inventory
59
60%find_lang %{name}
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files -f %{name}.lang
66%defattr(-,root,root)
67%license doc/COPYING
68%doc README  doc/CHANGES doc/README.xfsdump doc/xfsdump_ts.txt
69%{_mandir}/man8/*
70/sbin/*
71%{_sbindir}*
72%{_sharedstatedir}/xfsdump/inventory
73
74%changelog
75* Fri Mar 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.9-1
76- new upstream release.
77- dropped Patch1 and 2: fixed in upstream.
78
79* Sat Aug 31 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.8-1
80- new upstream release.
81
82* Fri Jul  4 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.3-6
83- initial build for Vine Linux.
84
85* Mon Jun 16 2014 Eric Sandeen <sandeen@redhat.com> 3.1.3-5
86- Fix aarch64 build (#926800)
87
88* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-4
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
90
91* Mon Jan 20 2014 Eric Sandeen <sandeen@redhat.com> 3.1.3-3
92- Add /var/lib/xfsdump/inventory to file list (was created runtime)
93
94* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-2
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
96
97* Wed May 08 2013 Eric Sandeen <sandeen@redhat.com> 3.1.3-1
98- New upstream release
99
100* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.2-2
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
102
103* Thu Dec 13 2012 Eric Sandeen <sandeen@redhat.com> 3.1.2-1
104- New upstream release, with non-broken tarball
105
106* Thu Dec 13 2012 Eric Sandeen <sandeen@redhat.com> 3.1.1-1
107- New upstream release
108
109* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-3
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
111
112* Wed Mar 28 2012 Eric Sandeen <sandeen@redhat.com> 3.1.0-2
113- Move files out of /sbin to /usr/sbin
114
115* Fri Mar 23 2012 Eric Sandeen <sandeen@redhat.com> 3.1.0-1
116- New upstream release
117
118* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.6-2
119- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
120
121* Mon Oct 17 2011 Eric Sandeen <sandeen@redhat.com> 3.0.6-1
122- New upstream release
123
124* Thu Mar 31 2011 Eric Sandeen <sandeen@redhat.com> 3.0.5-1
125- New upstream release
126
127* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.4-2
128- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
129
130* Wed Jan 13 2010 Eric Sandeen <sandeen@redhat.com> 3.0.4-1
131- New upstream release
132
133* Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 3.0.1-3.1
134- Rebuilt for RHEL 6
135
136* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-3
137- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
138
139* Tue Jun 30 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-2
140- Fix up build-requires after e2fsprogs splitup
141
142* Tue May 05 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-1
143- New upstream release
144
145* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-2
146- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
147
148* Wed Feb 04 2009 Eric Sandeen <sandeen@redhat.com> 3.0.0-1
149- New upstream release
150
151* Wed Nov 12 2008 Eric Sandeen <sandeen@redhat.com> 2.2.48-2
152- Enable parallel builds
153
154* Sun Feb 10 2008 Eric Sandeen <sandeen@redhat.com> - 2.2.48-1
155- Update to xfsdump version 2.2.48
156- First build with gcc-4.3
157
158* Mon Sep 10 2007 Eric Sandeen <sandeen@redhat.com> - 2.2.46-1
159- Update to xfsdump version 2.2.46
160- Dropped O_CREAT patch, now upstream
161
162* Fri Aug 24 2007 Eric Sandeen <sandeen@redhat.com> - 2.2.45-3
163- Update license tag
164- Fix up O_CREAT opens with no mode
165- Add gawk to buildrequires
166
167* Tue Jun 19 2007 Eric Sandeen <sandeen@redhat.com> - 2.2.45-2
168- Remove readline-devel & libtermcap-devel BuildRequires
169
170* Thu May 31 2007 Eric Sandeen <sandeen@redhat.com> - 2.2.45-1
171- Update to xfsdump 2.2.45
172
173* Thu Aug 31 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.42-2
174- Remove Distribution: tag
175
176* Wed Aug 23 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.42-1
177- update to version 2.2.42
178
179* Tue Aug 22 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.38-3
180- Fix the /usr/sbin sym links to relative links
181- Add the Distribution tag
182- Add ncurses-devel to buildrequires
183
184* Wed Aug 16 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.38-2
185- install removes the makefile installed version of the docs
186        package the docs based in the version specfic directory
187 
188* Wed Aug  9 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.38-1
189- Add xfsdump to Fedora
Note: See TracBrowser for help on using the repository browser.