]> git.pld-linux.org Git - packages/fatresize.git/blob - fatresize.spec
- tabs in preamble
[packages/fatresize.git] / fatresize.spec
1 Summary:        Resize an FAT16/FAT32 volume non-destructively
2 Summary(pl.UTF-8):      Niedestrukcyjna zmiana rozmiaru wolumenów FAT16/FAT32
3 Name:           fatresize
4 Version:        1.0.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/fatresize/%{name}-%{version}.tar.bz2
9 # Source0-md5:  3bfac57c0801d33ad39e740841e6441e
10 URL:            http://sourceforge.net/projects/fatresize/
11 BuildRequires:  parted-devel >= 1.6.0
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 fatresize is a command line tool for non-destructive resizing of
16 FAT16/FAT32 file systems. It is based on the GNU Parted library. The
17 main target of the project is to be used with the EVMS FAT plugin.
18
19 %description -l pl.UTF-8
20 fatresize to działające z linii poleceń narzędzie do niedestrukcyjnej
21 zmiany rozmiaru systemów plików takich jak FAT16/32. Oparte jest na
22 bibliotece parted. Głównym przeznaczeniem tego projektu jest używanie
23 go z wtyczką FAT EVMS-a.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog README
44 %attr(755,root,root) %{_sbindir}/*
This page took 0.125019 seconds and 3 git commands to generate.