]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- adapterized and added using rpm new automation suit. SDL-1_1_5-1
authorkloczek <kloczek@pld-linux.org>
Thu, 28 Sep 2000 20:35:33 +0000 (20:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL.spec -> 1.36

SDL.spec

index 845d921c7d1bc382b5dc8897a51805b3f60f039f..21e74a9eb289c8a816d9d488442161c3ee289368 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -4,6 +4,7 @@ Version:        1.1.5
 Release:       1
 License:       LGPL
 Group:         X11/Libraries
+Group(de):     X11/Libraries
 Group(pl):     X11/Biblioteki
 Source0:       http://www.devolution.com/~slouken/SDL/release/%{name}-%{version}.tar.gz
 URL:           http://www.devolution.com/~slouken/SDL/
@@ -31,6 +32,7 @@ konsolidowane z SDL mo
 %package devel
 Summary:       SDL - Header files
 Group:         X11/Libraries
+Group(de):     X11/Libraries
 Group(pl):     X11/Biblioteki
 Requires:      %{name} = %{version}
 
@@ -40,6 +42,7 @@ SDL - Header files.
 %package static
 Summary:       SDL - static libraries
 Group:         X11/Libraries
+Group(de):     X11/Libraries
 Group(pl):     X11/Biblioteki
 Requires:      %{name} = %{version}
 
@@ -49,7 +52,6 @@ SDL - static libraries.
 %prep
 %setup -q
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure \
        --enable-nasm \
        --enable-pthreads \
@@ -67,8 +69,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-
 gzip -9nf BUGS README WhatsNew
 
 %post   -p /sbin/ldconfig
This page took 0.164971 seconds and 4 git commands to generate.