]> git.pld-linux.org Git - packages/dctc.git/blob - dctc.spec
- fixed %doc specification and pl description,
[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.9
5 Release:        2
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 Patch1:         %{name}-gcc2.patch
11 URL:            http://ac2i.tzo.com/dctc/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
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 #%patch1 -p1
33
34 %build
35 rm -f missing
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc KNOWN_BUGS TODO README ChangeLog Documentation/*
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/*
This page took 0.073394 seconds and 3 git commands to generate.