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