]> git.pld-linux.org Git - packages/dc_gui.git/blob - dc_gui.spec
6ab22e1f64ce715e92b267f765bce0f417dde8ec
[packages/dc_gui.git] / dc_gui.spec
1 Summary:        GUI for dctc
2 Name:           dc_gui
3 Version:        0.31
4 Release:        1
5 License:        GPL
6 Group:          Applications/Communications
7 Group(de):      Applikationen/Kommunikation
8 Group(pl):      Aplikacje/Komunikacja
9 Source0:        %{name}-%{version}.tar.gz
10 Requires:       dctc >= 0.98
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 URL:            http://ac2i.tzo.com/dcdt
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 dctc GUI
20
21 %prep
22 %setup -q
23
24 %build
25 autoconf
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} DESTDIR=$RPM_BUILD_ROOT install
33
34 gzip -9nf README COPYING ChangeLog INSTALL ABOUT-NLS
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc *.gz
42 %attr(755,root,root) %{_bindir}/dc_gui
This page took 0.079778 seconds and 3 git commands to generate.