Author: undefine                     Date: Tue Nov 15 23:03:47 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.11.5

---- Files affected:
SPECS:
   gdchart.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/gdchart.spec
diff -u SPECS/gdchart.spec:1.1 SPECS/gdchart.spec:1.2
--- SPECS/gdchart.spec:1.1      Wed Jul  2 15:18:45 2003
+++ SPECS/gdchart.spec  Wed Nov 16 00:03:42 2005
@@ -2,19 +2,21 @@
 Summary:       GD-based chart library
 Summary(pl):   Oparta na GD biblioteka do wykresów
 Name:          gdchart
-Version:       0.11.4
+Version:       0.11.5
 Release:       1
 License:       BSD-like
 Group:         Libraries
 Source0:       http://www.fred.net/brv/chart/%{name}%{version}dev.tar.gz
-# Source0-md5: eb3db4185f21185a89ae6f7cba49c404
+# Source0-md5: a4af7bc927d8b88934da56fce10a7a3c
 Patch0:                %{name}-make.patch
 Patch1:                %{name}-extern.patch
 URL:           http://www.fred.net/brv/chart/
 BuildRequires: freetype-devel >= 2.0.0
-BuildRequires: gd-devel(gif) >= 1.8.4
+BuildRequires: gd-devel(gif) >= 2.0.28
 BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
 BuildRequires: libtool
+BuildRequires: zlib-devel
 Requires:      gd(gif)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -56,13 +58,15 @@
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}"
+       CFLAGS="%{rpmcflags}" \
+       PREFIX_LIB="%{_libdir}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       PREFIX_LIB="%{_libdir}"
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -72,7 +76,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README.txt
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files devel
@@ -91,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/11/15 23:03:42  undefine
+- up to 0.11.5
+
 Revision 1.1  2003/07/02 13:18:45  qboosh
 - new
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gdchart.spec?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to