]> git.pld-linux.org Git - packages/dc-qt.git/blob - dc-qt.spec
- one update to allow compile with qt2
[packages/dc-qt.git] / dc-qt.spec
1 Summary:        QT GUI for dctc (Direct Connect)
2 Summary(pl):    QT GUI do dctc (Direct Connect)
3 Name:           dc-qt
4 Version:        0.0.3
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Networking
8 # Sourceforge is crazy with this mirrors... telia is fast...
9 Source0:        http://telia.dl.sourceforge.net/sourceforge/dc-qt/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-makefile.patch
11 URL:            http://sourceforge.net/projects/dc-qt/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  qt-devel
15 Requires:       dctc
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 Direct Connect client (dctc) QT GUI.
23
24 %description -l pl
25 Graficzny interfejs u¿ytkownika u¿ywaj±cy QT do dctc (Direct Connect).
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 export QTDIR=%{_includedir}/qt
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 gzip -9nf README DESIGN
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc *.gz
50 %attr(755,root,root) %{_bindir}/dc_qt
51 %attr(644,root,root) %{_applnkdir}/Network/Communications/*
This page took 0.183988 seconds and 3 git commands to generate.