]> git.pld-linux.org Git - packages/fatresize.git/blob - fatresize.spec
- cleanups
[packages/fatresize.git] / fatresize.spec
1 Summary:        Resize an FAT16/FAT32 volume non-destructively
2 Name:           fatresize
3 Version:        1.0.1
4 Release:        1
5 License:        GPL
6 Group:          Applications/System
7 Source0:        http://dl.sourceforge.net/fatresize/%{name}-%{version}.tar.bz2
8 # Source0-md5:  f4b03531e9bdba979932248f6a89bdfd
9 URL:            http://sourceforge.net/projects/fatresize/
10 BuildRequires:  parted-devel >= 1.6.0
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 fatresize is a command line tool for non-destructive resizing of
15 FAT16/FAT32 file systems. It is based on the GNU Parted library. The
16 main target of the project is to be used with the EVMS FAT plugin.
17
18 %prep
19 %setup -q
20
21 %build
22 %configure
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 %{__make} install \
29         DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc AUTHORS COPYING CREDITS ChangeLog NEWS README
37 %attr(755,root,root) %{_sbindir}/*
This page took 0.093776 seconds and 4 git commands to generate.