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