]> git.pld-linux.org Git - packages/fatresize.git/blame - fatresize.spec
- initial pld spec
[packages/fatresize.git] / fatresize.spec
CommitLineData
1a9717e0
SP
1Summary: command line tool for non-destructive resizing of FAT16/FAT32 file systems
2Name: fatresize
3Version: 1.0.1
4Release: 0.1
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/
10BuildRequires: parted-devel
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
37
38#%%dir %{_sysconfdir}
39#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
40
41%attr(755,root,root) %{_bindir}/*
42
43#%attr(754,root,root) /etc/rc.d/init.d/%{name}
44#%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
This page took 0.030024 seconds and 4 git commands to generate.