]> git.pld-linux.org Git - packages/fatresize.git/blame - fatresize.spec
- cleanups
[packages/fatresize.git] / fatresize.spec
CommitLineData
cbe72279 1Summary: Resize an FAT16/FAT32 volume non-destructively
1a9717e0
SP
2Name: fatresize
3Version: 1.0.1
cbe72279 4Release: 1
1a9717e0
SP
5License: GPL
6Group: Applications/System
7Source0: http://dl.sourceforge.net/fatresize/%{name}-%{version}.tar.bz2
8# Source0-md5: f4b03531e9bdba979932248f6a89bdfd
9URL: http://sourceforge.net/projects/fatresize/
4428dd5d 10BuildRequires: parted-devel >= 1.6.0
1a9717e0
SP
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14fatresize is a command line tool for non-destructive resizing of
15FAT16/FAT32 file systems. It is based on the GNU Parted library. The
16main 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
26rm -rf $RPM_BUILD_ROOT
27
28%{__make} install \
29 DESTDIR=$RPM_BUILD_ROOT
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(644,root,root,755)
36%doc AUTHORS COPYING CREDITS ChangeLog NEWS README
4428dd5d 37%attr(755,root,root) %{_sbindir}/*
This page took 0.518903 seconds and 4 git commands to generate.