]> git.pld-linux.org Git - packages/lcms.git/commitdiff
- up to 1.19 auto/th/lcms-1_19-1
authorlisu <lisu@pld-linux.org>
Sat, 14 Aug 2010 18:51:04 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use %%undos instead of dos2unix
- TODO (create lcms2.spec)

Changed files:
    lcms.spec -> 1.46

lcms.spec

index 7f075adfd7699aa70e07588752e5f722ea29bc99..4cd950c52e2346f29b02778cf2ac45d0cd25f642 100644 (file)
--- a/lcms.spec
+++ b/lcms.spec
@@ -1,23 +1,22 @@
 #
+# TODO: create lcms2.spec
+#
 # Conditional build:
 %bcond_without python  # don't build python bindings
 #
 Summary:       Little CMS - a library to transform between colour profiles
 Summary(pl.UTF-8):     Little CMS - biblioteka do konwersji między profilami kolorów
 Name:          lcms
-Version:       1.18
-Release:       5
+Version:       1.19
+Release:       1
 License:       MIT
 Group:         Libraries
-# corrupted
-#Source0:      http://dl.sourceforge.net/lcms/%{name}-%{version}.tar.gz
-Source0:       http://www.littlecms.com/%{name}-%{version}.tar.gz
-# Source0-md5: 9f908e2dc48f76db77ac35a382e394c7
+Source0:       http://downloads.sourceforge.net/lcms/%{name}-%{version}.tar.gz
+# Source0-md5: 8af94611baf20d9646c7c2c285859818
 Patch0:                %{name}-python.patch
 URL:           http://www.littlecms.com/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.7.2
-BuildRequires: dos2unix
 BuildRequires: libjpeg-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtiff-devel
@@ -97,7 +96,7 @@ Moduł Little CMS dla Pythona.
 
 %prep
 %setup -q
-dos2unix configure.ac
+%undos configure.ac
 %patch0 -p1
 
 %build
This page took 0.06741 seconds and 4 git commands to generate.