]> git.pld-linux.org Git - packages/autounit.git/blob - autounit.spec
- upadated to 0.10.1,
[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.10.1
5 Release:        1
6 License:        GPL
7 Group:          Development/Tools
8 Group(de):      Entwicklung/Werkzeuge
9 Group(fr):      Development/Outils
10 Group(pl):      Programowanie/Narzêdzia
11 Source0:        http://www.recursism.com/projects/autounit/%{name}-%{version}.tar.gz
12 Patch0:         %{name}-info.patch
13 URL:            http://www.recursism.com/projects/autounit/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  glib-devel
17 BuildRequires:  libtool
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 GNU Autounit's goal is to provide a common unit testing framework for
22 application developers who use GNU Autoconf already in their projects
23 but do not currently use a unit testing framework.
24
25 %description -l pl
26 Celem programu GNU Autounit jest dostarczenie popularnego systemu
27 testów dla developerów aplikacji ju¿ u¿ywaj±cych programu GNU Autoconf
28 w ich projektach ale aktualnie nie u¿ywaj±cych programów testuj±cych.
29
30 %prep
31 %setup -q
32 %patch -p1
33
34 %build
35 rm -f missing
36 libtoolize --copy --force
37 autoheader
38 aclocal
39 autoconf
40 automake -a -c
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install DESTDIR=$RPM_BUILD_ROOT
48
49 gzip -9nf AUTHORS ChangeLog NEWS README
50
51 %post
52 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
53
54 %postun
55 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc *.gz
63 %{_libdir}/libau-c-unit.a
64 %{_includedir}/c-unit
65 %{_infodir}/*info*
This page took 0.060083 seconds and 4 git commands to generate.