]> git.pld-linux.org Git - packages/dctc.git/blame - dctc.spec
- tabs in preamble
[packages/dctc.git] / dctc.spec
CommitLineData
d8fb770d 1Summary: Direct Connect Text Client
7c963874 2Summary(pl.UTF-8): Tekstowy klient Direct Connect
1042bd86 3Name: dctc
8eeb69d6 4Version: 0.85.9
d4e4bc83 5Release: 2
1042bd86
GS
6License: GPL
7Group: Applications/Communications
8eeb69d6 8#Source0: http://ac2i.linuxhome.com/dctc/%{name}-%{version}.tar.gz
9Source0: http://brainz.servebeer.com/dctc/%{name}-%{version}.tar.gz
10# Source0-md5: 3e2772cbbc36fac47fd31d01a7520a2e
b398920b 11Patch0: %{name}-home_etc.patch
a0077783 12URL: http://ac2i.homelinux.com/dctc/
e7bbbd65
AM
13BuildRequires: autoconf
14BuildRequires: automake
9d46e247
JB
15BuildRequires: db-devel >= 3.0
16BuildRequires: glib2-devel >= 2.0.0
ea8cf1fb 17BuildRequires: libgcrypt-devel
8e58014b 18BuildRequires: libtool
ea8cf1fb 19BuildRequires: libxml2-devel
97281f6f 20BuildRequires: pkgconfig
9d46e247 21BuildRequires: zlib-devel
1042bd86
GS
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
f9f01b61 25DCTC is a Direct Connect clone, a Windows client allowing users to
d8fb770d
GS
26share their files and talk (like IRC but more software sharing
27oriented) using a proprietary protocol.
1042bd86 28
367756f2
JR
29%description -l pl.UTF-8
30DCTC jest klonem Direct Connect, windowsowego klienta pozwalającego
31użytkownikom współdzielić pliki i rozmawiać (podobnie do IRC-a, ale w
32sposób bardziej zorientowany na dzielenie oprogramowania) używając
33własnego protokołu.
f9f01b61 34
1042bd86 35%prep
e7bbbd65 36%setup -q
9d46e247 37%patch0 -p1
b398920b 38
1042bd86 39%build
8e58014b 40%{__libtoolize}
836bb07b 41%{__aclocal}
51b0f315 42%{__autoconf}
9d46e247 43%{__autoheader}
51b0f315 44%{__automake}
97281f6f 45%configure
e7bbbd65 46%{__make}
1042bd86
GS
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
e7bbbd65
AM
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
1042bd86 53
1042bd86
GS
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
97281f6f 59%doc KNOWN_BUGS TODO README ChangeLog Documentation/*
ba6459ec 60%attr(755,root,root) %{_bindir}/*
14118c9f 61%{_mandir}/man1/*
This page took 0.063936 seconds and 4 git commands to generate.