]> git.pld-linux.org Git - packages/dctc.git/blob - dctc.spec
- updated to 0.83.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.83.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:  glib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 DCTC is a Direct Connect clone, a Windows client allowing users to
18 share their files and talk (like IRC but more software sharing
19 oriented) using a proprietary protocol.
20
21 %description -l pl
22 DCTC jest klonem Direct Connect, windowsowego klienta pozwalaj±cego
23 u¿ytkonikom dzieliæ pliki i rozmawiaæ (podobnie do IRC-a, ale w sposób
24 bardziej zorientowany na dzielenie oprogramowania) u¿ywaj±c w³asnego
25 protoko³u.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 rm -f missing
33 aclocal
34 %{__autoconf}
35 %{__automake}
36 %configure 
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc KNOWN_BUGS TODO README ChangeLog Documentation/* Documentation/*/*
51 %attr(755,root,root) %{_bindir}/*
This page took 0.089049 seconds and 3 git commands to generate.