X-Git-Url: http://git.pld-linux.org/?p=packages%2Fautounit.git;a=blobdiff_plain;f=autounit.spec;h=6f19a72e867088abd6b1b2565f30a46ebe049c71;hp=21da2626e098c33871e6f41bc66bd9d54b2240ed;hb=10cbc6ad9bcfa1ee9989aa5388ae3325d9a5a9f1;hpb=759c6aae55f78193a3ff977fcbfc717193b8f6f7 diff --git a/autounit.spec b/autounit.spec index 21da262..6f19a72 100644 --- a/autounit.spec +++ b/autounit.spec @@ -1,16 +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 @@ -21,22 +24,28 @@ 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} %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 @@ -49,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 -%{_inforid}/*info* +%{_infodir}/*info*