Author: gotar Date: Sat May 29 15:08:55 2010 GMT Module: packages Tag: HEAD ---- Log message: - upgraded to 1.3.5
---- Files affected: packages/gl2ps: gl2ps.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: packages/gl2ps/gl2ps.spec diff -u packages/gl2ps/gl2ps.spec:1.5 packages/gl2ps/gl2ps.spec:1.6 --- packages/gl2ps/gl2ps.spec:1.5 Tue Feb 13 08:16:45 2007 +++ packages/gl2ps/gl2ps.spec Sat May 29 17:08:50 2010 @@ -2,15 +2,17 @@ Summary: GL2PS - an OpenGL to PostScript printing library Summary(pl.UTF-8): GL2PS - biblioteka drukowania z OpenGL-a do PostScriptu Name: gl2ps -Version: 1.3.2 +Version: 1.3.5 Release: 1 License: LGPL v2+ or GP2PS License v2+ (see COPYING.GL2PS) Group: Libraries Source0: http://www.geuz.org/gl2ps/src/%{name}-%{version}.tgz -# Source0-md5: 15cf4a6a790c109fc03c6601660d73a7 +# Source0-md5: 22e51ff57ecd35cb1cc22497a178a017 URL: http://www.geuz.org/gl2ps/ BuildRequires: OpenGL-devel BuildRequires: libtool +BuildRequires: libpng-devel +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -73,11 +75,11 @@ Statyczna biblioteka GL2PS. %prep -%setup -q +%setup -q -n %{name}-%{version}-source %build -libtool --mode=compile %{__cc} %{rpmcflags} -c -o gl2ps.lo gl2ps.c -libtool --mode=link %{__cc} %{rpmldflags} -o libgl2ps.la gl2ps.lo -rpath %{_libdir} -lGL -lm +libtool --mode=compile --tag=CC %{__cc} %{rpmcflags} -c -o gl2ps.lo gl2ps.c +libtool --mode=link --tag=CC %{__cc} %{rpmldflags} -o libgl2ps.la gl2ps.lo -rpath %{_libdir} -lGL -lm %install rm -rf $RPM_BUILD_ROOT @@ -94,7 +96,7 @@ %files %defattr(644,root,root,755) -%doc COPYING.GL2PS TODO +%doc COPYING.GL2PS README.txt TODO.txt %attr(755,root,root) %{_libdir}/libgl2ps.so.*.*.* %files devel @@ -114,6 +116,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2010/05/29 15:08:50 gotar +- upgraded to 1.3.5 + Revision 1.5 2007/02/13 07:16:45 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gl2ps/gl2ps.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
