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