]> git.pld-linux.org Git - packages/autounit.git/blobdiff - autounit.spec
- massive attack: source-md5
[packages/autounit.git] / autounit.spec
index 7cf7725e77f1c75e028aeeeea4ba03650e3e3639..8a754c7b38fafc985eb0709a29c5620f310cb52d 100644 (file)
@@ -1,17 +1,19 @@
 Summary:       GNU autoconf - source configuration tools
 Summary(pl):   GNU autoconf - narzêdzie do automatycznego konfigurowania ¼róde³
 Name:          autounit
-Version:       0.10
-Release:       1
+Version:       0.10.2
+Release:       2
 License:       GPL
 Group:         Development/Tools
-Group(de):     Entwicklung/Werkzeuge
-Group(fr):     Development/Outils
-Group(pl):     Programowanie/Narzêdzia
 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/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: glib-devel
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,13 +24,20 @@ 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
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
+rm -f missing
+%{__libtoolize}
+%{__autoheader}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -37,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
 
@@ -50,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.107209 seconds and 4 git commands to generate.