]> git.pld-linux.org Git - packages/fsresize.git/blobdiff - fsresize.spec
- dropped pre-cvs changelog
[packages/fsresize.git] / fsresize.spec
index ab358cd319cf84943f34bd7afe4a7ee6b9eee22f..bffef4b904750a3d781b16b7430fa94ee7a0b25a 100644 (file)
@@ -1,44 +1,43 @@
 Summary:       FAT16 and FAT32 resizer for Linux
+Summary(pl.UTF-8):     Program do zmiany rozmiaru partycji FAT16 i FAT32
 Name:          fsresize
 Version:       0.08
 Release:       2
-Copyright:     GPL
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
-Source:                http://www.alphalink.com.au/~clausen/fsresize/%{name}-%{version}.tar.gz
+License:       GPL
+Group:         Applications/System
+Source0:       http://www.alphalink.com.au/~clausen/fsresize/%{name}-%{version}.tar.gz
+# Source0-md5: 4c1b3336aef88a8f2b370d3f164e6051
 URL:           http://www.alphalink.com.au/~clausen/fsresize/
-BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-FAT16 and FAT32 resizes your FAT16 and FAT32 partitions. There is no need to
-defragment (this'll do it for you!) It's running quite acceptably
-speed-wise.
+FAT16 and FAT32 resizes your FAT16 and FAT32 partitions. There is no
+need to defragment (this'll do it for you!) It's running quite
+acceptably speed-wise.
 
-%description -l pl
-Program ten zmienia s³uzy do zmiany rozmiaru partycji FAT16 i FAT32. Nie trzeba
-ich wcze¶niej defragmentowaæ (program sam zatroszczy siê o co trzeba!).
-Szybko¶æ programu jest zadowalaj±ca.
+%description -l pl.UTF-8
+Program ten służy do zmiany rozmiaru partycji FAT16 i FAT32. Nie
+trzeba ich wcześniej defragmentować (program sam zatroszczy się o co
+trzeba!). Szybkość programu jest zadowalająca.
 
 %prep
 %setup -q
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+%{__make} CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
 
-install -s fsresize $RPM_BUILD_ROOT%{_sbindir}
+install fsresize $RPM_BUILD_ROOT%{_sbindir}
 install fsresize.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/* \
-       README HACKING TODO
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files 
+%files
 %defattr(644,root,root,755)
-%doc *.gz
-%attr(755,root,root)  /usr/sbin/fsresize
+%doc README HACKING TODO
+%attr(755,root,root) %{_sbindir}/fsresize
 %{_mandir}/man8/*
This page took 0.066931 seconds and 4 git commands to generate.