]> git.pld-linux.org Git - packages/dml.git/blob - dml.spec
- removed uclibc stuff
[packages/dml.git] / dml.spec
1 Summary:        Tool for displaying dialogs from shell
2 Summary(pl):    Narzêdzie do wy¶wietlania okien dialogowych z shella
3 Name:           dml
4 Version:        0.0.15
5 Release:        2
6 License:        GPL
7 Group:          Applications/Terminal
8 Source0:        ftp://ftp.pld.org.pl/people/malekith/%{name}-%{version}.tar.gz
9 BuildRequires:  autoconf
10 BuildRequires:  automake
11 BuildRequires:  slang-devel
12 BuildRequires:  gettext-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 Requires:       slang
15
16 %description
17 Tool for displaying dialogs from shell.
18
19 %description -l pl
20 Narzêdzie do wy¶wietlania okien dialogowych z shella.
21
22 %prep
23 %setup -q
24
25 %build
26 autoheader
27 aclocal
28 autoconf
29 automake -a -c
30
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 gzip -9nf AUTHORS TODO NEWS README ChangeLog
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz
47 %attr(755,root,root) %{_bindir}/*
48 %{_mandir}/man1/*
This page took 0.074396 seconds and 3 git commands to generate.