]> git.pld-linux.org Git - packages/autounit.git/blobdiff - autounit.spec
- many small fixes, inspired by kloczek
[packages/autounit.git] / autounit.spec
index 916d5231cbb7611067d97461a655a5df38d2b05f..6f19a72e867088abd6b1b2565f30a46ebe049c71 100644 (file)
@@ -2,10 +2,11 @@ Summary:      GNU autoconf - source configuration tools
 Summary(pl):   GNU autoconf - narzêdzie do automatycznego konfigurowania ¼róde³
 Name:          autounit
 Version:       0.10.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Tools
 Source0:       http://www.recursism.com/projects/autounit/%{name}-%{version}.tar.gz
+# Source0-md5: 85ba614a10c789644a7ee986c496dcb3
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-no_html_doc.patch
 URL:           http://www.recursism.com/projects/autounit/
@@ -23,7 +24,7 @@ but do not currently use a unit testing framework.
 %description -l pl
 Celem programu GNU Autounit jest dostarczenie popularnego systemu
 testów dla developerów aplikacji ju¿ u¿ywaj±cych programu GNU Autoconf
-w ich projektach ale aktualnie nie u¿ywaj±cych programów testuj±cych.
+w ich projektach, ale aktualnie nie u¿ywaj±cych programów testuj±cych.
 
 %prep
 %setup -q
@@ -43,9 +44,8 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf AUTHORS ChangeLog NEWS README
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
@@ -58,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README
 %{_libdir}/libau-c-unit.a
 %{_includedir}/c-unit
 %{_infodir}/*info*
This page took 0.069335 seconds and 4 git commands to generate.