]> git.pld-linux.org Git - packages/dctc.git/blob - dctc.spec
c763cdf30814192b6ea8da010ef3d297 dctc-shared.patch
[packages/dctc.git] / dctc.spec
1 Summary:        Direct Connect Text Client
2 Summary(pl):    Tekstowy klient Direct Connect
3 Name:           dctc
4 Version:        0.62.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 Patch0:         %{name}-shared.patch
12 URL:            http://ac2i.tzo.com/dctc/
13 BuildRequires:  glib-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
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¿ytkonikom dzieliæ pliki i rozmawiaæ (podobnie do IRC-a, ale w sposób
26 bardziej zorientowany na dzielenie oprogramowania) u¿ywaj±c w³asnego
27 protoko³u.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 rm -f missing
35 aclocal
36 autoconf
37 automake -a -c
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 gzip -9nf README ChangeLog Documentation/*
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc *.gz Documentation/*.gz
55 %attr(755,root,root) %{_bindir}/*
This page took 0.09189 seconds and 3 git commands to generate.