]> git.pld-linux.org Git - packages/exiftags.git/commitdiff
- added -Makefile.patch master auto/th/exiftags-1_01-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 5 Jul 2008 18:32:54 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass properly %{rpmcflags} and %{rpmldflags}

Changed files:
    exiftags.spec -> 1.17

exiftags.spec

index 9016e9b5e7965dbab4f9659926b7a9a8e03f29c9..79d9a3622401c28bcc46e78b10e9e4b12457e7c9 100644 (file)
@@ -7,6 +7,7 @@ License:        BSD
 Group:         Applications/Multimedia
 Source0:       http://johnst.org/sw/exiftags/%{name}-%{version}.tar.gz
 # Source0-md5: 9d5bce968fdde2dc24ba49c0024dc0cc
+Patch0:                %{name}-Makefile.patch
 URL:           http://johnst.org/sw/exiftags/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,11 +38,13 @@ o miejscu w samym obrazku.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} \
-       RPM_OPT_FLAGS="%{rpmcflags}" \
-       CC="%{__cc}"
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.055251 seconds and 4 git commands to generate.