]> git.pld-linux.org Git - packages/SDL_net.git/commitdiff
- release 2, SDL_net-1_1_1-2
authorkloczek <kloczek@pld-linux.org>
Wed, 25 Oct 2000 00:17:50 +0000 (00:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use new rpm automation,
- changed install prefix to /usr/X11R6,
- removed duplicated %doc from main package.

Changed files:
    SDL_net.spec -> 1.3

SDL_net.spec

index 34363189d23acf0f9cb04898240a71801a89dba6..fa244447d9ef29d6ea1e223f02a92e2622eacb63 100644 (file)
@@ -1,14 +1,19 @@
 Summary:       Simple DirectMedia Layer - network
 Name:          SDL_net
 Version:       1.1.1
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
+Group(de):     Libraries
+Group(fr):     Librairies
+Group(pl):     Biblioteki
 Source0:       http://www.libsdl.org/projects/SDL_net/src/%{name}-%{version}.tar.gz
 URL:           http://www.devolution.com/~slouken/SDL/projects/SDL_net/
 BuildRequires: SDL-devel >= 1.0.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _prefix         /usr/X11R6
+
 %description
 This is an example portable network library for use with SDL. Note
 that this isn't necessarily how you would want to write a chat
@@ -18,6 +23,7 @@ network and GUI libraries.
 %package devel
 Summary:       Header files and more to develop SDL_net applications
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
@@ -29,6 +35,7 @@ Header files and more to develop SDL_net applications.
 %package static
 Summary:       Statis SDL_net libraries
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
@@ -40,7 +47,6 @@ Statis SDL_net libraries.
 %setup -q 
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure
 %{__make}
 
@@ -49,8 +55,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-
 gzip -9nf README
 
 %clean
@@ -61,7 +65,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README COPYING
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
This page took 0.077889 seconds and 4 git commands to generate.