]> git.pld-linux.org Git - SPECS.git/blob - uclient-media.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / uclient-media.spec
1 Summary:        Media files for uclient
2 Summary(pl.UTF-8):      Pliki medialne dla uclient
3 Name:           uclient-media
4 Version:        0.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 #Source0:       ftp://ftp.un.pl/pub/worldforge/media/%{name}-%{version}.tar.gz
9 Source0:        %{name}-%{version}.tar.gz
10 # Source0-md5:  a11978398dd01953bf4019c5465dfe57
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 UCLIENT is an isometric WorldForge client with items and tiles based
15 on a 2:1 iso perspective.
16
17 %description -l pl.UTF-8
18 UCLIENT to izometryczny klient WorldForge z przedmiotami i kaflami
19 bazujÄ…cymi na perspektywie iso 2:1.
20
21 %prep
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT%{_datadir}
26
27 tar xzf %{SOURCE0} -C $RPM_BUILD_ROOT%{_datadir}
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(644,root,root,755)
34 %{_datadir}/forge
This page took 0.146642 seconds and 3 git commands to generate.