]> git.pld-linux.org Git - packages/gd.git/commitdiff
- removed setting LDFLAGS to "-s" to remove -s from `gdlib-config --ldflags`
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Apr 2003 01:15:14 +0000 (01:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    gd.spec -> 1.80

gd.spec

diff --git a/gd.spec b/gd.spec
index 6aaf842c7a6b02e5a533dfc315395663b13cf2ac..e944b46f961b1befdf715dc3701596fe05c7b0f0 100644 (file)
--- a/gd.spec
+++ b/gd.spec
@@ -8,7 +8,7 @@ Summary(pl):    Biblioteka do tworzenia grafiki w formacie PNG, JPEG
 Summary(pt_BR):        Biblioteca para manipulação de imagens
 Name:          gd
 Version:       2.0.12
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Libraries
 Source0:       http://www.boutell.com/gd/http/%{name}-%{version}.tar.gz
@@ -28,6 +28,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %{!?_without_gif:Provides:     gd(gif) = %{version}}
 
 %define                shlibver        %(echo %{version} | cut -f-2 -d.)
+# we don't want "-s" here, because it would be added to `gdlib-config --ldflags`
+%define                rpmldflags      %{nil}
 
 %description
 gd is the image manipulating library. It was created to allow graphs,
This page took 0.080861 seconds and 4 git commands to generate.