]> git.pld-linux.org Git - packages/fsresize.git/blame - fsresize.spec
- fiew final cleanups.
[packages/fsresize.git] / fsresize.spec
CommitLineData
2f33267b 1Summary: FAT16 and FAT32 resizer for Linux
2Name: fsresize
3Version: 0.08
4Release: 2
5Copyright: GPL
6Group: Utilities/System
7Source: http://www.alphalink.com.au/~clausen/fsresize/%{name}-%{version}.tar.gz
8URL: http://www.alphalink.com.au/~clausen/fsresize/
9BuildRoot: /tmp/%{name}-%{version}-root
90df6d74 10
11%description
2f33267b 12FAT16 and FAT32 resizes your FAT16 and FAT32 partitions. There is no need to
13defragment (this'll do it for you!) It's running quite acceptably
14speed-wise.
90df6d74 15
16%prep
2f33267b 17%setup -q
90df6d74 18
19%build
20make CFLAGS="$RPM_OPT_FLAGS"
21
22%install
2f33267b 23rm -rf $RPM_BUILD_ROOT
24install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
90df6d74 25
2f33267b 26install -s fsresize $RPM_BUILD_ROOT%{_sbindir}
27install fsresize.8 $RPM_BUILD_ROOT%{_mandir}/man8
28
29gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/* \
30 README HACKING TODO
90df6d74 31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
53e9b300 35%defattr(644,root,root,755)
2f33267b 36%doc *.gz
37%attr(755,root,root) /usr/sbin/fsresize
53e9b300 38%{_mandir}/man8/*
2f33267b 39
40%changelog
41