]> git.pld-linux.org Git - packages/autounit.git/commitdiff
unfinished
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 23 Feb 2001 20:17:00 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autounit.spec -> 1.1

autounit.spec [new file with mode: 0644]

diff --git a/autounit.spec b/autounit.spec
new file mode 100644 (file)
index 0000000..0d98807
--- /dev/null
@@ -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
This page took 0.03949 seconds and 4 git commands to generate.