]> git.pld-linux.org Git - packages/SDLmm.git/commitdiff
- release 3: fix %define _mandir macro. SDLmm-0_1_8-3
authorkloczek <kloczek@pld-linux.org>
Wed, 20 Mar 2002 15:44:06 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDLmm.spec -> 1.7

SDLmm.spec

index 88da165d529e86570f57411cd4ee36c7b60878e6..89c9a57a090d5165e1fe6c11f0d9851c32c1190e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        C++ glue to SDL (Simple DirectMedia Layer)
 Summary(pl):   Interfejs C++ do SDL
 Name:          SDLmm
 Version:       0.1.8
-Release:       2
+Release:       3
 License:       LGPL
 Group:         X11/Libraries
 Source0:       http://prdownloads.sourceforge.net/sdlmm/%{name}-%{version}.tar.bz2
@@ -14,7 +14,7 @@ BuildRequires:        libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man1
+%define                _mandir         %{_prefix}/man
 
 %description
 This is a C++ glue to SDL (Simple DirectMedia Layer) library- a
@@ -59,7 +59,7 @@ rm -f missing
 libtoolize --copy --force
 aclocal
 autoconf
-automake -a -c
+automake -a -c -f
 %configure 
 %{__make}
 
This page took 0.074628 seconds and 4 git commands to generate.