]> git.pld-linux.org Git - packages/dctc.git/blob - dctc.spec
- updated to 0.64 (bugfixes)
[packages/dctc.git] / dctc.spec
1 Summary:        Direct Connect Text Client
2 Summary(pl):    Tekstowy klient Direct Connect
3 Name:           dctc
4 Version:        0.64.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Group(de):      Applikationen/Kommunikation
9 Group(pl):      Aplikacje/Komunikacja
10 Source0:        http://ac2i.tzo.com/dctc/%{name}-%{version}.tar.gz
11 URL:            http://ac2i.tzo.com/dctc/
12 BuildRequires:  glib-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
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
31 %build
32 rm -f missing
33 aclocal
34 autoconf
35 automake -a -c
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 gzip -9nf README ChangeLog Documentation/* Documentation/*/* || :
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc *.gz Documentation/*.gz Documentation/*/*.gz
53 %attr(755,root,root) %{_bindir}/*
This page took 0.038329 seconds and 3 git commands to generate.