]> git.pld-linux.org Git - packages/autounit.git/blob - autounit.spec
unfinished
[packages/autounit.git] / autounit.spec
1 Summary:        GNU autoconf - source configuration tools
2 Summary(pl):    GNU autoconf - narzêdzie do automatycznego konfigurowania ¼róde³
3 Name:           autounit
4 Version:        0.05
5 Release:        1
6 License:        GPL
7 Group:          Development/Building
8 Group(pl):      Programowanie/Budowanie
9 Source0:        http://www.recursism.com/projects/autounit/%{name}-%{version}.tar.gz
10 URL:            http://www.recursism.com/projects/autounit/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 #%define                _libdir         %{_datadir}
14
15 %description
16 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.
17
18 %description -l pl
19 Celem programu GNU Autounit jest dostarczenie popularnego systemu testów
20 dla developerów aplikacji ju¿ u¿ywaj±cych programu GNU Autoconf w ich
21 projektach ale aktualnie nie u¿ywaj±cych programów testuj±cych.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 %post
36 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
37
38 %postun
39 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 FIXME
This page took 0.051228 seconds and 3 git commands to generate.