]> git.pld-linux.org Git - packages/LIB.git/blame - LIB.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/LIB.git] / LIB.spec
CommitLineData
845457f3 1Summary: LIB
572f627a 2Summary(pl): LIB
845457f3 3Name: LIB
4Version: 0.1.62
5Release: 1
6Group: Applications/Games
7License: GPL
8Source0: http://download.sourceforge.net/lib/%{name}.%{version}.tar.bz2
9URL: http://LIB.sourceforge.net/
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13LIB is yet another (polish) roguelike game.
14
15%description -l pl
572f627a 16LIB to jeszcze jeden polski rogalik.
845457f3 17
18%prep
572f627a 19%setup -q -n %{version}
845457f3 20
21%build
715f1d65 22CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
1eb3c7f7 23%configure2_13
845457f3 24%{__make}
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT/{%{_prefix}/games,%{_libdir}/games/LIB,%{_datadir}/locale/en/LC_MESSAGES}
29
30%{__make} install DESTDIR=$RPM_BUILD_ROOT
31gzip -9nf AUTHORS ChangeLog COPYING NEWS README TODO
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38%attr(755,root,root) %{_prefix}/games/LIB
39%dir %{_libdir}/games/LIB
40%{_libdir}/games/LIB/*
41%lang(en) %{_datadir}/locale/en/LC_MESSAGES/*
42%doc *.gz
This page took 0.060373 seconds and 4 git commands to generate.