]> git.pld-linux.org Git - packages/autounit.git/blobdiff - autounit.spec
- massive attack: source-md5
[packages/autounit.git] / autounit.spec
index d0016a5606e87030ab621a7b20e72a9345d75fae..8a754c7b38fafc985eb0709a29c5620f310cb52d 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
@@ -32,11 +33,11 @@ w ich projektach ale aktualnie nie u
 
 %build
 rm -f missing
-libtoolize --copy --force
-autoheader
-aclocal
-autoconf
-automake -a -c -f
+%{__libtoolize}
+%{__autoheader}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -45,8 +46,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS ChangeLog NEWS README
-
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
@@ -58,7 +57,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.086809 seconds and 4 git commands to generate.