From 79c90bc42d8bea42282290fdbb9e19288b71dd2a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 17 Jun 2007 00:09:12 +0000 Subject: [PATCH] - pl - fixed URL, Group and License Changed files: gegl.spec -> 1.2 --- gegl.spec | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/gegl.spec b/gegl.spec index 1c1299d..b29aa87 100644 --- a/gegl.spec +++ b/gegl.spec @@ -1,14 +1,14 @@ -# Summary: Generic image processing library +Summary(pl.UTF-8): Ogólna biblioteka przetwarzania obrazu Name: gegl Version: 0.0.12 Release: 1 -License: GPL v2 -Group: Applications +License: LGPL v2+ +Group: Libraries Source0: ftp://ftp.gtk.org/pub/gegl/0.0/%{name}-%{version}.tar.bz2 # Source0-md5: dda7513cb4ab4b62528a9822e5c5751b Patch0: %{name}-build.patch -URL: http://www.gegl.org/gegl/ +URL: http://www.gegl.org/ BuildRequires: OpenEXR-devel BuildRequires: autoconf BuildRequires: automake @@ -26,18 +26,24 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) GEGL (Generic Graphics Library) is a graph based image processing framework. -GEGLs original design was made to scratch GIMPs itches for a new +GEGL's original design was made to scratch GIMP's itches for a new compositing and processing core. This core is being designed to have -minimal dependencies. and a simple well defined API. +minimal dependencies and a simple well defined API. + +%description -l pl.UTF-8 +GEGL (Generic Graphics Library) to oparty na grafice szkielet do +przetwarzania obrazu. + +Pierwotny projekt biblioteki GEGL powstał z myślą o nowym rdzeniu do +składania i przetwarzania obrazu w GIMP-ie. Rdzeń ten jest +projektowany tak, by miał minimalne zależności i proste, dobrze +zdefiniowane API. %package devel Summary: Header files for gegl library Summary(pl.UTF-8): Pliki nagłówkowe biblioteki gegl Group: Development/Libraries -# if base package contains shared library for which these headers are -#Requires: %{name} = %{version}-%{release} -# if -libs package contains shared library for which these headers are -#Requires: %{name}-libs = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel Header files for gegl library. @@ -84,15 +90,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/gegl -%dir %{_libdir}/gegl-* -%{_libdir}/gegl-*/*.so %attr(755,root,root) %{_libdir}/libgegl-*.so.*.*.* +%dir %{_libdir}/gegl-* +%attr(755,root,root) %{_libdir}/gegl-*/*.so %files devel %defattr(644,root,root,755) -%{_includedir}/gegl-* +%attr(755,root,root) %{_libdir}/libgegl-*.so %{_libdir}/libgegl-*.la -%{_libdir}/libgegl-*.so +%{_includedir}/gegl-* %{_pkgconfigdir}/gegl.pc %files static -- 2.43.0