]> git.pld-linux.org Git - packages/lcms2.git/commitdiff
- update to 1.09
authorjuandon <witekfl@pld-linux.org>
Sat, 1 Mar 2003 13:49:22 +0000 (13:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- made spec parallel make friendly
- commented out qt3.patch
- updated makefiles.patch

Changed files:
    lcms.spec -> 1.12

lcms.spec

index 48c965653f8e158179c469a58bd81236c4f625a1..74190dba2a6b2838d01316b38a73926500429769 100644 (file)
--- a/lcms.spec
+++ b/lcms.spec
@@ -1,8 +1,8 @@
 Summary:       Little CMS - a library to transform between colour profiles
 Summary(pl):   Little CMS - biblioteka do konwersji miêdzy profilami kolorów
 Name:          lcms
-Version:       1.08
-Release:       2
+Version:       1.09
+Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.littlecms.com/%{name}-%{version}.tar.gz
@@ -68,10 +68,14 @@ Programy przyk
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 
 %build
-%{__make} all tifficc \
+%{__make} all \
+       OPTFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}" \
+       CC="%{__cc}"
+%{__make} tifficc \
        OPTFLAGS="%{rpmcflags}" \
        LDFLAGS="%{rpmldflags}" \
        CC="%{__cc}"
This page took 0.365037 seconds and 4 git commands to generate.