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