]> git.pld-linux.org Git - SPECS.git/blob - sclient.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / sclient.spec
1 Summary:        Simple X MUD client
2 Summary(pl.UTF-8):      Prosty klient MUDa pod Xy
3 Name:           sclient
4 Version:        0.7.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://sclient.linux.se/%{name}-%{version}.tar.gz
9 # Source0-md5:  e399bad04fb5837c5be1d9874fbfac32
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gtk+-devel >= 1.2.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15
16 %description
17 Simple X MUD client.
18
19 %description -l pl.UTF-8
20 Prosty klient MUDa pod Xy.
21
22 %prep
23 %setup -q
24
25 %build
26 rm -f missing
27 %{__aclocal}
28 %{__autoconf}
29 %{__automake}
30 %configure \
31         --%{?debug:en}%{!?debug:dis}able-more-warnings
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_bindir}
37
38 install src/sclient $RPM_BUILD_ROOT%{_bindir}
39
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README AUTHORS BUGS NEWS TODO ChangeLog
47 %attr(755,root,root) %{_bindir}/*
This page took 0.479793 seconds and 3 git commands to generate.