]> git.pld-linux.org Git - SPECS.git/blob - ldcc.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / ldcc.spec
1 Summary:        Text UI for DCTC
2 Summary(pl.UTF-8):      Tekstowy interfejs użytkownika dla DCTC
3 Name:           ldcc
4 %define         subver  beta
5 Version:        2.1.0
6 Release:        0.%{subver}.1
7 License:        GPL
8 Group:          Applications/Communications
9 Source0:        http://www.softservice.com.pl/store/ldcc/%{name}-%{version}-%{subver}.tgz
10 # Source0-md5:  2942aa7a107c94d85bd356bc1d554446
11 Patch0:         %{name}-signal.patch
12 URL:            http://www.softservice.com.pl/ldcc/
13 #BuildRequires: autoconf
14 #BuildRequires: automake
15 BuildRequires:  librhtv-devel >= 2.0.1
16 Requires:       dctc >= 0.85.9
17 Requires:       librhtv >= 2.0.1
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 LDCC is a Linux console, text-based client for Direct Connect.
22
23 %description -l pl.UTF-8
24 LDCC jest konsolowym klientem sieci Direct Connect.
25
26 %prep
27 %setup -q -n %{name}-%{version}-%{subver}
28 %patch0 -p1
29
30 %build
31 %{__libtoolize}
32 #%{__aclocal}
33 #%{__autoconf}
34 #%{__automake}
35 %configure \
36         --with-tv-include=%{_includedir}/rhtvision \
37         --with-tv-lib=%{_libdir}
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{_bindir}
44
45 install src/ldcc $RPM_BUILD_ROOT%{_bindir}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README
53 %attr(755,root,root) %{_bindir}/*
This page took 0.151737 seconds and 3 git commands to generate.