]> git.pld-linux.org Git - packages/fatresize.git/blob - fatresize.spec
- killed some needless files from %doc
[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 %description -l pl
19 fatresize to dzia³aj±ce z linii poleceñ narzêdzie do nie-destrukcyjnej
20 zmiany rozmiaru systemów plików takich jak FAT16/32. Oparty jest na
21 bibliotece parted. G³ównym przeznaczeniem tego projektu jest u¿ywanie
22 go z wtyczk± EVMS FAT.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog README
43 %attr(755,root,root) %{_sbindir}/*
This page took 0.060723 seconds and 4 git commands to generate.