]> git.pld-linux.org Git - packages/autounit.git/commitdiff
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'. PLD_1_0_freez
authorcvs2git <feedback@pld-linux.org>
Fri, 28 Sep 2001 04:37:25 +0000 (04:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2001-09-28 04:37:25 UTC kloczek <kloczek@pld-linux.org> '- removed direct make html doc from texi (it is handled by automake).'
Delete:
    autounit.spec

autounit.spec [deleted file]

diff --git a/autounit.spec b/autounit.spec
deleted file mode 100644 (file)
index 106be09..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-Summary:       GNU autoconf - source configuration tools
-Summary(pl):   GNU autoconf - narzêdzie do automatycznego konfigurowania ¼róde³
-Name:          autounit
-Version:       0.10.1
-Release:       1
-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
-Patch0:                %{name}-info.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
-GNU Autounit's goal is to provide a common unit testing framework for
-application developers who use GNU Autoconf already in their projects
-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.
-
-%prep
-%setup -q
-%patch -p1
-
-%build
-rm -f missing
-libtoolize --copy --force
-autoheader
-aclocal
-autoconf
-automake -a -c
-%configure
-%{__make}
-
-%install
-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
-
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc *.gz
-%{_libdir}/libau-c-unit.a
-%{_includedir}/c-unit
-%{_infodir}/*info*
This page took 0.041545 seconds and 4 git commands to generate.