]> git.pld-linux.org Git - packages/crossmingw32-zlib.git/commitdiff
- fixed sharedlibdir in zlib.pc
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Oct 2010 16:16:01 +0000 (16:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    crossmingw32-zlib.spec -> 1.29

crossmingw32-zlib.spec

index bbe592bbe13d3a5ddb4de41018e748f37f0af7e2..bb4bd8f2d61595ad7474813cf7dfef908ba9589c 100644 (file)
@@ -14,7 +14,7 @@ Summary:      Library for compression and decompression - MinGW32 cross version
 Summary(pl.UTF-8):     Biblioteka z podprogramami do kompresji i dekompresji - wersja skrośna dla MinGW32
 Name:          crossmingw32-%{realname}
 Version:       1.2.5
 Summary(pl.UTF-8):     Biblioteka z podprogramami do kompresji i dekompresji - wersja skrośna dla MinGW32
 Name:          crossmingw32-%{realname}
 Version:       1.2.5
-Release:       2
+Release:       3
 License:       BSD
 Group:         Development/Libraries
 Source0:       http://www.zlib.net/current/%{realname}-%{version}.tar.gz
 License:       BSD
 Group:         Development/Libraries
 Source0:       http://www.zlib.net/current/%{realname}-%{version}.tar.gz
@@ -150,7 +150,7 @@ dlpreopen=''
 libdir='%{_libdir}'
 EOF
 
 libdir='%{_libdir}'
 EOF
 
-sed -e 's=@prefix@=%{_prefix}=;s=@exec_prefix@=%{_prefix}=;s=@libdir@=%{_libdir}=;s=@includedir@=%{_includedir}=;s=@VERSION@=%{version}=' \
+sed -e 's=@prefix@=%{_prefix}=;s=@exec_prefix@=%{_prefix}=;s=@\(shared\)\?libdir@=%{_libdir}=;s=@includedir@=%{_includedir}=;s=@VERSION@=%{version}=' \
        < zlib.pc.in > zlib.pc
 
 %if 0%{!?debug:1}
        < zlib.pc.in > zlib.pc
 
 %if 0%{!?debug:1}
This page took 0.079578 seconds and 4 git commands to generate.