]> git.pld-linux.org Git - packages/apricots.git/blobdiff - apricots.spec
- tabs in preamble
[packages/apricots.git] / apricots.spec
index 0d3b3522ca69aaf368868d2f68f589798c7c139e..8280dd9c319e442944b973a44fd7e1473134dcd8 100644 (file)
@@ -1,31 +1,34 @@
 Summary:       Game where you fly a little plane around the screen and shoot things and drop bombs
-Summary(pl):   Gra, polegaj±ca na lataniu samolotem, strzelaniu do ró¿nych rzeczy i zrzucaniu bomb
+Summary(pl.UTF-8):     Gra, polegająca na lataniu samolotem, strzelaniu do różnych rzeczy i zrzucaniu bomb
 Name:          apricots
 Version:       0.2.6
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://www.fishies.org.uk/%{name}-%{version}.tar.gz
 # Source0-md5: 910828d717e46d8cbd9c24f702d09fbc
 Patch0:                %{name}-destdir.patch
+Patch1:                %{name}-alut.patch
 URL:           http://www.fishies.org.uk/apricots.html
-BuildRequires: OpenAL-devel
 BuildRequires: SDL-devel
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: freealut-devel
+BuildRequires: libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Game where you fly a little plane around the screen and shoot things
 and drop bombs.
 
-%description -l pl
-Gra, polegaj±ca na lataniu samolotem, strzelaniu do ró¿nych rzeczy
+%description -l pl.UTF-8
+Gra, polegająca na lataniu samolotem, strzelaniu do różnych rzeczy
 i zrzucaniu bomb.
 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp /usr/share/automake/config.sub admin
@@ -33,7 +36,8 @@ cp /usr/share/automake/config.sub admin
 %{__autoconf}
 %{__automake}
 %configure
-%{__make}
+%{__make} \
+       LDFLAGS="-lalut"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.06144 seconds and 4 git commands to generate.