packages: gegl/gegl.spec - up to 0.1.2 (disabled docs; problems with ruby d...
arekm
arekm at pld-linux.org
Thu Jun 24 11:24:04 CEST 2010
Author: arekm Date: Thu Jun 24 09:24:04 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 0.1.2 (disabled docs; problems with ruby doc generation script and invalid sequences)
---- Files affected:
packages/gegl:
gegl.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: packages/gegl/gegl.spec
diff -u packages/gegl/gegl.spec:1.16 packages/gegl/gegl.spec:1.17
--- packages/gegl/gegl.spec:1.16 Sat Feb 27 18:17:55 2010
+++ packages/gegl/gegl.spec Thu Jun 24 11:23:58 2010
@@ -3,6 +3,7 @@
# Conditional build:
%bcond_with mmx # use MMX instructions
%bcond_with sse # use SSE instructions
+%bcond_with docs
#
%ifarch %{x8664} athlon pentium3 pentium4
%define with_mmx 1
@@ -13,12 +14,12 @@
Summary: Generic image processing library
Summary(pl.UTF-8): Ogólna biblioteka przetwarzania obrazu
Name: gegl
-Version: 0.1.0
-Release: 3
+Version: 0.1.2
+Release: 1
License: LGPL v3+
Group: Libraries
Source0: ftp://ftp.gtk.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2
-# Source0-md5: 5a989ad617801c5dbec3d47c30bd64f0
+# Source0-md5: d35ffe17dc042652eca3205488ece262
Patch0: %{name}-lua.patch
Patch1: %{name}-ffmpeg.patch
URL: http://www.gegl.org/
@@ -27,10 +28,10 @@
BuildRequires: asciidoc
BuildRequires: autoconf >= 2.54
BuildRequires: automake
-BuildRequires: babl-devel >= 0.1.0
+BuildRequires: babl-devel >= 0.1.2
BuildRequires: cairo-devel
BuildRequires: enscript
-BuildRequires: ffmpeg-devel >= 0.4.9-4.20080930.1
+BuildRequires: ffmpeg-devel >= 0.6
BuildRequires: glib2-devel >= 1:2.14.1
BuildRequires: graphviz
BuildRequires: gtk+2-devel >= 2:2.12.0
@@ -113,6 +114,7 @@
%{__autoheader}
%{__automake}
%configure \
+ --%{?with_docs:en}%{!?with_docs:dis}able-docs \
%{!?with_mmx:--disable-mmx} \
%{!?with_sse:--disable-sse} \
--enable-static
@@ -137,25 +139,27 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/gegl
-%attr(755,root,root) %{_libdir}/libgegl-0.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgegl-0.0.so.0
-%dir %{_libdir}/gegl-0.0
-%attr(755,root,root) %{_libdir}/gegl-0.0/*.so
+%attr(755,root,root) %{_libdir}/libgegl-0.1.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgegl-0.1.so.0
+%dir %{_libdir}/gegl-0.1
+%attr(755,root,root) %{_libdir}/gegl-0.1/*.so
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libgegl-0.0.so
-%{_libdir}/libgegl-0.0.la
-%{_includedir}/gegl-0.0
+%attr(755,root,root) %{_libdir}/libgegl-0.1.so
+%{_libdir}/libgegl-0.1.la
+%{_includedir}/gegl-0.1
%{_pkgconfigdir}/gegl.pc
%files static
%defattr(644,root,root,755)
-%{_libdir}/libgegl-0.0.a
+%{_libdir}/libgegl-0.1.a
+%if %{with docs}
%files apidocs
%defattr(644,root,root,755)
%{_gtkdocdir}/gegl
+%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -163,6 +167,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2010/06/24 09:23:58 arekm
+- up to 0.1.2 (disabled docs; problems with ruby doc generation script and invalid sequences)
+
Revision 1.16 2010/02/27 17:17:55 hawk
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gegl/gegl.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list