summaryrefslogtreecommitdiffstats
path: root/fatattr.spec.in
blob: 9b08935d9330f4fe727d335f7f5693ae124343e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Summary: Utilities to control attributes on a FAT filesystem
Name: fatattr
Version: @@VERSION@@
Release: 1
License: GPL
Group: Applications/System
URL: http://www.kernel.org/pub/linux/utils/fs/fat/fatattr/
Source: http://www.kernel.org/pub/linux/utils/fs/fat/fatattr/fatattr-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Epoch: 1

%description
Tools to control file attributes on FAT filesystems.  FAT filesystems contain
several attributes which do not map cleanly onto Unix attributes; this
utility allow these to be controlled directly.

%prep
%setup -q 

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALLROOT="$RPM_BUILD_ROOT"

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/fatattr
%{_mandir}/man1/fatattr.1*

%changelog
* Thu Feb 12 2009 H. Peter Anvin <hpa@zytor.com>
- Initial version.