]> git.pld-linux.org Git - packages/dctc.git/blob - dctc.spec
- updated to 0.85.2
[packages/dctc.git] / dctc.spec
1 Summary:        Direct Connect Text Client
2 Summary(pl):    Tekstowy klient Direct Connect
3 Name:           dctc
4 Version:        0.85.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ac2i.tzo.com/dctc/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-home_etc.patch
10 URL:            http://ac2i.tzo.com/dctc/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 #BuildRequires: db-devel
14 BuildRequires:  glib-devel
15 BuildRequires:  pkgconfig
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 DCTC is a Direct Connect clone, a Windows client allowing users to
20 share their files and talk (like IRC but more software sharing
21 oriented) using a proprietary protocol.
22
23 %description -l pl
24 DCTC jest klonem Direct Connect, windowsowego klienta pozwalaj±cego
25 u¿ytkownikom wspó³dzieliæ pliki i rozmawiaæ (podobnie do IRC-a, ale w
26 sposób bardziej zorientowany na dzielenie oprogramowania) u¿ywaj±c
27 w³asnego protoko³u.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 rm -f missing
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc KNOWN_BUGS TODO README ChangeLog Documentation/*
53 %attr(755,root,root) %{_bindir}/*
54 %{_mandir}/man1/*
This page took 0.035041 seconds and 3 git commands to generate.