source: projects/specs/branches/6/b/blktool/blktool-vl.spec @ 5648

Revision 5648, 2.0 KB checked in by Takemikaduchi, 12 years ago (diff)

arpscan, aslookup, audacity, black-box, bookview, bumprace, gimp-help, js: new upstream release
libsrtp, gstreamer-filters: new package
others: rebuild

Line 
1Summary: Block device settings tool
2Summary(ja): ブロックデバイス設定ツール
3Name: blktool
4Version: 4
5Release: 2%{?_dist_release}
6# No version specified in code.
7License: GPL+
8Group: Applications/System
9URL: http://sourceforge.net/projects/gkernel/
10Source0: http://download.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildRequires: glib2-devel
13
14%define _sbindir        /sbin
15
16%description
17This utility allows querying and changing of block device settings,
18such as write caching, identity, dma, geometry, read-ahead, and many
19other settings.
20
21%prep
22%setup -q
23
24%build
25%configure
26make
27
28%install
29rm -rf %{buildroot}
30%makeinstall
31mkdir -p %{buildroot}/usr/sbin
32ln -s /sbin/blktool %{buildroot}/usr/sbin
33
34%clean
35rm -rf %{buildroot}
36
37%files
38%defattr(-,root,root)
39%doc AUTHORS COPYING INSTALL NEWS README
40/sbin/blktool
41/usr/sbin/blktool
42%{_mandir}/man8/blktool.*
43
44%changelog
45* Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4-2
46- rebuild with Vine6 environment
47
48* Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4-1
49- initial build for Vine Linux
50
51* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4-9
52- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
53
54* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4-8
55- fix license tag
56
57* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4-7
58- Autorebuild for GCC 4.3
59
60* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 4-6
61 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
62
63* Fri Sep 22 2006 Jeff Garzik <jgarzik@pobox.com> - 4-5
64- pre-FC6 mass rebuild
65
66* Wed Apr 05 2006 Jeff Garzik <jgarzik@pobox.com> - 4-4
67- Add dist macro to Release.
68
69* Tue Apr 04 2006 Jeff Garzik <jgarzik@pobox.com> - 4-3
70- Fix minor bugs found in review
71
72* Tue Apr 04 2006 Jeff Garzik <jgarzik@pobox.com> - 4-2
73- Update BuildRoot.
74
75* Tue Apr 04 2006 Jeff Garzik <jgarzik@pobox.com> - 4-1
76- Initial package.
Note: See TracBrowser for help on using the repository browser.