]> git.pld-linux.org Git - packages/gegl.git/blobdiff - gegl.spec
- pl
[packages/gegl.git] / gegl.spec
index 1c1299dc85fe9e5ab479160f786b8fbb7d9b7ce2..b29aa871f9fb0d2e499ebf9a729b7b1421ec86c2 100644 (file)
--- 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
This page took 0.037515 seconds and 4 git commands to generate.