]> git.pld-linux.org Git - packages/dchub.git/blob - dchub.spec
- added missed BR
[packages/dchub.git] / dchub.spec
1 Summary:        Direct Connect Hub
2 Summary(pl):    Serwer Direct Connect
3 Name:           dchub
4 Version:        0.4.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ac2i.tzo.com/dctc/%{name}-%{version}.tar.gz
9 # Source0-md5:  ddad10cdebf1ac113e3343c1f83696a8
10 URL:            http://ac2i.tzo.com/dctc/
11 #BuildRequires: autoconf
12 #BuildRequires: automake
13 BuildRequires:  glib-devel
14 BuildRequires:  python-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¿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
32 %build
33
34 %configure2_13
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README TODO Documentation/*
50 %attr(755,root,root) %{_bindir}/*
51 %{_libdir}/%{name}/*
This page took 0.078757 seconds and 3 git commands to generate.