]> git.pld-linux.org Git - packages/gMUDvattix.git/blame - gMUDvattix.spec
- sed macro
[packages/gMUDvattix.git] / gMUDvattix.spec
CommitLineData
167a9e1f 1Summary: Client for Vattghern mud game
2Summary(pl.UTF-8): Klient dla muda Vattghern
3Name: gMUDvattix
4Version: 0.5.3
5Release: 1
6License: GPL v2+
7Group: Applications/Games
8Source0: http://www.vattghern.pl/pliki/%{name}-%{version}.tgz
9# Source0-md5: 5a3f04080d8001e73e15353a06be5edc
0597f7ca 10URL: http://www.vattghern.com.pl/
57dcd342 11BuildRequires: autoconf >= 2.50
167a9e1f 12BuildRequires: automake
57dcd342
JB
13BuildRequires: gtk+2-devel >= 1:2.0.0
14BuildRequires: pkgconfig
15BuildRequires: sed >= 4.0
167a9e1f 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19This is offcial client for Vattghern mud game.
20
21%description -l pl.UTF-8
22Jest to oficjalny klient dla gry mudowej Vattghern.
23
24%prep
25%setup -q
26
ea708033 27%{__sed} -i -e '/^CFLAGS=/d' configure.ac
57dcd342 28
167a9e1f 29%build
30%{__aclocal}
31%{__autoconf}
32%{__autoheader}
33%{__automake}
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc AUTHORS ChangeLog NEWS README TODO doc/gmudix.txt
49%attr(755,root,root) %{_bindir}/%{name}
This page took 0.111367 seconds and 4 git commands to generate.