From: Jakub Bogusz Date: Sun, 9 Nov 2003 17:59:48 +0000 (+0000) Subject: - up to 0.15.2, updated no_html_doc patch and file list X-Git-Tag: auto/ac/autounit-0_15_2-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fautounit.git;a=commitdiff_plain;h=72bae605e5f5fa632363b8c268d7ca4038e16773;hp=c116094c3d076df22119b5e8383c5b579a6fb426 - up to 0.15.2, updated no_html_doc patch and file list Changed files: autounit-no_html_doc.patch -> 1.2 autounit.spec -> 1.24 --- diff --git a/autounit-no_html_doc.patch b/autounit-no_html_doc.patch index 5f662ed..9b70cd0 100644 --- a/autounit-no_html_doc.patch +++ b/autounit-no_html_doc.patch @@ -1,6 +1,6 @@ ---- autounit-0.10.2/doc/Makefile.am~ Mon Sep 17 18:21:49 2001 -+++ autounit-0.10.2/doc/Makefile.am Fri Sep 28 06:29:08 2001 -@@ -10,15 +10,3 @@ +--- autounit-0.15.2/doc/Makefile.am.orig 2002-04-23 00:50:08.000000000 +0200 ++++ autounit-0.15.2/doc/Makefile.am 2003-11-09 18:36:42.772239904 +0100 +@@ -10,18 +10,3 @@ au-concept-index.texi EXTRA_DIST = $(autounit_TEXINFOS) @@ -12,7 +12,10 @@ -html_docs = autounit.html -autounit.html: autounit.info -.texi.html: -- $(MAKEINFO) --html $< +- $(MAKEINFO) -I $(top_srcdir)/doc --html $< - -.PHONY: html -html: version.texi $(html_docs) +- +-clean-local: +- if test -d autounit ; then rm -rf autounit ; fi diff --git a/autounit.spec b/autounit.spec index 6b7869f..29c5ace 100644 --- a/autounit.spec +++ b/autounit.spec @@ -1,19 +1,21 @@ Summary: GNU Autounit - unit testing frameworks for Autoconf Summary(pl): GNU Autoconf - szkielet do testów dla Autoconfa Name: autounit -Version: 0.10.2 -Release: 2 +Version: 0.15.2 +Release: 1 License: GPL Group: Development/Tools Source0: http://www.recursism.com/files/%{name}-%{version}.tar.gz -# Source0-md5: 85ba614a10c789644a7ee986c496dcb3 +# Source0-md5: ce0469ca0a9e421670918fcaf52fd8b6 Patch0: %{name}-info.patch Patch1: %{name}-no_html_doc.patch URL: http://www.recursism.com/web/index.php?action=page&name=autounit BuildRequires: autoconf BuildRequires: automake +BuildRequires: gettext-devel BuildRequires: glib-devel BuildRequires: libtool +Requires(post,preun): /sbin/ldconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -32,7 +34,7 @@ projektach, ale aktualnie nie u %patch1 -p1 %build -rm -f missing +%{__gettextize} %{__libtoolize} %{__autoheader} %{__aclocal} @@ -51,14 +53,22 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %post +/sbin/ldconfig [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %postun +/sbin/ldconfig [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS BUGS ChangeLog NEWS README TODO +%attr(755,root,root) %{_libdir}/libau-c-unit.so.*.*.* +%attr(755,root,root) %{_libdir}/libau-c-unit.so +%{_libdir}/libau-c-unit.la %{_libdir}/libau-c-unit.a -%{_includedir}/c-unit -%{_infodir}/*info* +%{_includedir}/autounit +%{_datadir}/guile/autounit +%{_pkgconfigdir}/*.pc +%{_aclocaldir}/*.m4 +%{_infodir}/autounit.info*