]> git.pld-linux.org Git - packages/ggl.git/blame - ggl.spec
- added using %%{__make} macro.
[packages/ggl.git] / ggl.spec
CommitLineData
2bc10506 1Summary: ggl - High level game API.
2Summary(pl): ggl - "wysoko-poziomowe" API dla gier.
3Name: ggl
4Version: 0.2.0
5Release: 1
73607e0d 6License: GPL
2bc10506 7Group: Libraries
73607e0d 8Group(fr): Librairies
2bc10506 9Group(pl): Biblioteki
73607e0d 10Source0: ftp://ceu.fi.udc.es/pub/os/linux/gpul/%name-%version.tar.bz2
11Patch0:
2bc10506 12BuildRequires: libggi-devel
13#Requires:
f5b5f5a0 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2bc10506 15
16%define _prefix /usr
17
18%description
19
20%description -l pl
21
22%package devel
23Summary: ggl devel
24Summary(pl): ggl devel
25Group: Development/Libraries
73607e0d 26Group(fr): Development/Librairies
2bc10506 27Group(pl): Programowanie/Biblioteki
28
29%description devel
30
31%description -l pl devel
32
33%prep
34%setup -q
35
36#%patch
37
38%build
39./configure --prefix=%{_prefix}
1d4cb7f1 40%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
2bc10506 41
42%install
43rm -rf $RPM_BUILD_ROOT
1d4cb7f1 44%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
2bc10506 45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc
52#%attr(,,)
53
54%files devel
55%defattr(644,root,root,755)
56%doc
57#%attr(,,)
This page took 0.132986 seconds and 4 git commands to generate.