From 726e5f2bf12ef6acf457b8dae5f832169ac3224c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 23 Feb 2001 20:17:00 +0000 Subject: [PATCH] unfinished Changed files: autounit.spec -> 1.1 --- autounit.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 autounit.spec diff --git a/autounit.spec b/autounit.spec new file mode 100644 index 0000000..0d98807 --- /dev/null +++ b/autounit.spec @@ -0,0 +1,46 @@ +Summary: GNU autoconf - source configuration tools +Summary(pl): GNU autoconf - narzêdzie do automatycznego konfigurowania ¼róde³ +Name: autounit +Version: 0.05 +Release: 1 +License: GPL +Group: Development/Building +Group(pl): Programowanie/Budowanie +Source0: http://www.recursism.com/projects/autounit/%{name}-%{version}.tar.gz +URL: http://www.recursism.com/projects/autounit/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +#%define _libdir %{_datadir} + +%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 + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%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) +FIXME -- 2.44.0