source: projects/specs/trunk/b/btrfs-progs/btrfs-progs-vl.spec @ 5964

Revision 5964, 5.2 KB checked in by shaolin, 12 years ago (diff)
  • btrfs-progs: rebuild
Line 
1Name:           btrfs-progs
2Version:        0.19
3Release:        2%{?_dist_release}
4Summary:        Userspace programs for btrfs
5Summary(ja):    btrfs ファイルシステム用ユーザスペースプログラム集
6
7Group:          System Environment/Base
8License:        GPLv2
9URL:            http://btrfs.wiki.kernel.org/index.php/Main_Page
10Source0:        http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/%{name}-%{version}.tar.bz2
11Patch0: btrfs-progs-upstream.patch
12Patch1: btrfs-progs-fix-labels.patch
13Patch2: btrfs-progs-build-everything.patch
14Patch3: btrfs-progs-valgrind.patch
15Patch4: btrfs-progs-build-fixes.patch
16BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17
18BuildRequires:  e2fsprogs-devel, libuuid-devel, zlib-devel, libacl-devel
19
20%define _root_sbindir /sbin
21
22
23%description
24The btrfs-progs package provides all the userpsace programs needed to create,
25check, modify and correct any inconsistencies in the btrfs filesystem.
26
27%description -l ja
28btrfs-progs パッケージには、btrfs ファイルシステムを作成、チェック、
29変更、不整合の修正などを行うためのユーザスペースプログラムが収録されています。
30
31
32%prep
33%setup -q
34%patch0 -p1
35%patch1 -p1
36%patch2 -p1
37%patch3 -p1
38%patch4 -p1
39
40
41%build
42make CFLAGS="%{optflags}" %{?_smp_mflags}
43make CFLAGS="%{optflags}" %{?_smp_mflags} LDFLAGS="-lcom_err" convert
44
45
46%install
47rm -rf %{buildroot}
48make mandir=%{_mandir} bindir=%{_root_sbindir} install DESTDIR=%{buildroot}
49
50
51%clean
52rm -rf %{buildroot}
53
54
55%files
56%defattr(-,root,root,-)
57%doc COPYING INSTALL
58%{_root_sbindir}/btrfsctl
59%{_root_sbindir}/btrfsck
60%{_root_sbindir}/mkfs.btrfs
61%{_root_sbindir}/btrfs-debug-tree
62%{_root_sbindir}/btrfs-image
63%{_root_sbindir}/btrfs-show
64%{_root_sbindir}/btrfs-vol
65%{_root_sbindir}/btrfs-convert
66%{_root_sbindir}/btrfstune
67%{_root_sbindir}/btrfs
68%{_root_sbindir}/btrfs-map-logical
69%{_root_sbindir}/btrfs-zero-log
70%{_mandir}/man8/btrfs-image.8.gz
71%{_mandir}/man8/btrfs-show.8.gz
72%{_mandir}/man8/btrfsck.8.gz
73%{_mandir}/man8/btrfsctl.8.gz
74%{_mandir}/man8/mkfs.btrfs.8.gz
75%{_mandir}/man8/btrfs.8.gz
76
77
78%changelog
79* Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.19-2
80- rebuild
81
82* Wed Sep 22 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.19-1
83- initial package for Vine Linux
84
85* Wed Mar 24 2010 Josef Bacik <josef@toxicpanda.com> 0.19-12
86- bring btrfs-progs uptodate with upstream so we can use the new kernel
87  features, such as the default subvol stuff and snapshot listing.
88
89* Thu Mar 11 2010 Josef Bacik <josef@toxicpanda.com> 0.19-11
90- fix convert build for DSO linking stuff
91
92* Thu Mar 11 2010 Josef Bacik <josef@toxicpanda.com> 0.19-10
93- add btrfs-progs-ustream.patch so we are aligned with upstream
94
95* Tue Feb 2 2010 Josef Bacik <josef@toxicpanda.com> 0.19-9
96- fix btrfsck so it builds on newer glibcs
97
98* Tue Feb 2 2010 Josef Bacik <josef@toxicpanda.com> 0.19-8
99- fix btrfsctl to return 0 on success and 1 on failure
100
101* Tue Aug 25 2009 Josef Bacik <josef@toxicpanda.com> 0.19-7
102- add btrfs-progs-valgrind.patch to fix memory leaks and segfaults
103
104* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-6
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
106
107* Wed Jul 15 2009 Josef Bacik <josef@toxicpanda.com> 0.19-5
108- add e2fsprogs-devel back to BuildRequires since its needed for the converter
109
110* Wed Jul 15 2009 Josef Bacik <josef@toxicpanda.com> 0.19-4
111- change BuildRequires for e2fsprogs-devel to libuuid-devel
112
113* Fri Jun 19 2009 Josef Bacik <josef@toxicpanda.com> 0.19-3
114- added man pages to the files list and made sure they were installed properly
115
116* Fri Jun 19 2009 Josef Bacik <josef@toxicpanda.com> 0.19-2
117- add a patch for the Makefile to make it build everything again
118
119* Fri Jun 19 2009 Josef Bacik <josef@toxicpanda.com> 0.19-1
120- update to v0.19 of btrfs-progs for new format
121
122* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-4
123- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
124
125* Thu Jan 22 2009 Josef Bacik <josef@toxicpanda.com> 0.18-3
126- updated label patch
127
128* Thu Jan 22 2009 Josef Bacik <josef@toxicpanda.com> 0.18-2
129- add a patch to handle having /'s in labels
130
131* Sat Jan 17 2009 Josef Bacik <josef@toxicpanda.com> 0.18-1
132- updated to 0.18 because of the ioctl change in 2.6.29-rc2
133
134* Fri Jan 16 2009 Marek Mahut <mmahut@fedoraproject.org> 0.17-4
135- RHBZ#480219 btrfs-convert is missing
136
137* Mon Jan 12 2009 Josef Bacik <josef@toxicpanda.com> 0.17-2
138- fixed wrong sources upload
139
140* Mon Jan 12 2009 Josef Bacik <josef@toxicpanda.com> 0.17
141- Upstream release 0.17
142
143* Sat Jan 10 2009 Kyle McMartin <kyle@redhat.com> 0.16.git1-1
144- Upstream git sync from -g72359e8 (needed for kernel...)
145
146* Sat Jan 10 2009 Marek Mahut <mmahut@fedoraproject.org> 0.16-1
147- Upstream release 0.16
148
149* Mon Jun 25 2008 Josef Bacik <josef@toxicpanda.com> 0.15-4
150-use fedoras normal CFLAGS
151
152* Mon Jun 23 2008 Josef Bacik <josef@toxicpanda.com> 0.15-3
153-Actually defined _root_sbindir
154-Fixed the make install line so it would install to the proper dir
155
156* Mon Jun 23 2008 Josef Bacik <josef@toxicpanda.com> 0.15-2
157-Removed a . at the end of the description
158-Fixed the copyright to be GPLv2 since GPL doesn't work anymore
159
160* Mon Jun 23 2008 Josef Bacik <josef@toxicpanda.com> 0.15-1
161-Initial build
Note: See TracBrowser for help on using the repository browser.