]> git.pld-linux.org Git - packages/lcms.git/commitdiff
- updated to 1.08
authorankry <ankry@pld-linux.org>
Wed, 26 Jun 2002 14:21:17 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- without libtool support at the moment; release 0.1

Changed files:
    lcms.spec -> 1.8

lcms.spec

index 5188584a6bed3aea18d7c252e7c1f8f8605df695..fe43df26c0030e60eb7f4f078187e627385307f6 100644 (file)
--- a/lcms.spec
+++ b/lcms.spec
@@ -1,12 +1,12 @@
 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.07
-Release:       1
+Version:       1.08
+Release:       0.1
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.littlecms.com/%{name}-%{version}.tar.gz
-Patch0:                %{name}-makefiles.patch
+#Patch0:               %{name}-makefiles.patch
 URL:           http://www.littlecms.com/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -50,7 +50,7 @@ Statyczna biblioteka liblcms.
 
 %prep
 %setup -q
-%patch -p1
+#%patch0 -p1
 
 %build
 %{__make} \
@@ -59,6 +59,7 @@ Statyczna biblioteka liblcms.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
@@ -77,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc/*
 %{_libdir}/lib*.so
-%attr(755,root,root) %{_libdir}/lib*.la
+#%attr(755,root,root) %{_libdir}/lib*.la
 %{_includedir}/*
 
 %files static
This page took 0.280239 seconds and 4 git commands to generate.