]> git.pld-linux.org Git - packages/fatresize.git/blobdiff - fatresize.spec
- tabs in preamble
[packages/fatresize.git] / fatresize.spec
index d87e10adcf9dc3cda6041a651374c2bcc0f839a8..99f6aa0d4898d2207698076aff70a04aac4de7ac 100644 (file)
@@ -1,13 +1,14 @@
-Summary:       command line tool for non-destructive resizing of FAT16/FAT32 file systems
+Summary:       Resize an FAT16/FAT32 volume non-destructively
+Summary(pl.UTF-8):     Niedestrukcyjna zmiana rozmiaru wolumenów FAT16/FAT32
 Name:          fatresize
-Version:       1.0.1
-Release:       0.1
+Version:       1.0.2
+Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/fatresize/%{name}-%{version}.tar.bz2
-# Source0-md5: f4b03531e9bdba979932248f6a89bdfd
+# Source0-md5: 3bfac57c0801d33ad39e740841e6441e
 URL:           http://sourceforge.net/projects/fatresize/
-BuildRequires: parted-devel
+BuildRequires: parted-devel >= 1.6.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -15,6 +16,12 @@ fatresize is a command line tool for non-destructive resizing of
 FAT16/FAT32 file systems. It is based on the GNU Parted library. The
 main target of the project is to be used with the EVMS FAT plugin.
 
+%description -l pl.UTF-8
+fatresize to działające z linii poleceń narzędzie do niedestrukcyjnej
+zmiany rozmiaru systemów plików takich jak FAT16/32. Oparte jest na
+bibliotece parted. Głównym przeznaczeniem tego projektu jest używanie
+go z wtyczką FAT EVMS-a.
+
 %prep
 %setup -q
 
@@ -33,12 +40,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING CREDITS ChangeLog NEWS README
-
-#%%dir %{_sysconfdir}
-#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
-
-%attr(755,root,root) %{_bindir}/*
-
-#%attr(754,root,root) /etc/rc.d/init.d/%{name}
-#%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_sbindir}/*
This page took 0.090333 seconds and 4 git commands to generate.