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