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