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