]> git.pld-linux.org Git - packages/autounit.git/commitdiff
- up to 0.15.2, updated no_html_doc patch and file list auto/ac/autounit-0_15_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Nov 2003 17:59:48 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autounit-no_html_doc.patch -> 1.2
    autounit.spec -> 1.24

autounit-no_html_doc.patch
autounit.spec

index 5f662ed8093aef80b515d9505ee06fb7b739bc47..9b70cd06e91283e6fe68fa9d66509334a0bd8b2f 100644 (file)
@@ -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)
 -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
index 6b7869f32b04bb71a30437f8999db0bebc166720..29c5ace623e1d540a486e6c39958e08d0e0fdd7e 100644 (file)
@@ -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*
This page took 0.097629 seconds and 4 git commands to generate.