Accepting request 584481 from graphics
OBS-URL: https://build.opensuse.org/request/show/584481 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=35
This commit is contained in:
commit
62995dc4d3
11
gegl.changes
11
gegl.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 7 10:35:17 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Fix SRPM group. Update descriptions. Remove idempotent
|
||||||
|
%if..%endif around %package.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 16:26:18 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Modernize spec-file by calling spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 24 12:59:26 UTC 2018 - pgajdos@suse.com
|
Wed Jan 24 12:59:26 UTC 2018 - pgajdos@suse.com
|
||||||
|
|
||||||
|
60
gegl.spec
60
gegl.spec
@ -21,8 +21,8 @@ Name: gegl
|
|||||||
Version: 0.2.0
|
Version: 0.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generic Graphics Library
|
Summary: Generic Graphics Library
|
||||||
License: GPL-3.0+ and LGPL-3.0+
|
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||||
Group: System/Libraries
|
Group: Productivity/Graphics/Other
|
||||||
Url: http://gegl.org/
|
Url: http://gegl.org/
|
||||||
Source: http://ftp.gtk.org/pub/gegl/0.2/%{name}-%{version}.tar.bz2
|
Source: http://ftp.gtk.org/pub/gegl/0.2/%{name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-UPSTREAM gegl-lua52.patch bgo#667675 vuntz@opensuse.org -- Fix build with lua 5.2
|
# PATCH-FIX-UPSTREAM gegl-lua52.patch bgo#667675 vuntz@opensuse.org -- Fix build with lua 5.2
|
||||||
@ -68,7 +68,6 @@ BuildRequires: lua-devel
|
|||||||
BuildRequires: ruby
|
BuildRequires: ruby
|
||||||
# For umfpack
|
# For umfpack
|
||||||
BuildRequires: suitesparse-devel
|
BuildRequires: suitesparse-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%if 0%{?BUILD_ORIG}
|
%if 0%{?BUILD_ORIG}
|
||||||
BuildRequires: pkgconfig(libavcodec)
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
BuildRequires: pkgconfig(libavformat)
|
BuildRequires: pkgconfig(libavformat)
|
||||||
@ -84,8 +83,8 @@ Provides: patched_subset
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GEGL provides infrastructure to do demand based cached non destructive
|
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||||
image editing on larger than RAM buffers. Through babl it provides
|
image editing on larger than RAM buffers. Through babl, it provides
|
||||||
support for a wide range of color models and pixel storage formats for
|
support for a wide range of color models and pixel storage formats for
|
||||||
input and output.
|
input and output.
|
||||||
|
|
||||||
@ -95,41 +94,36 @@ Group: System/Libraries
|
|||||||
Recommends: %{name}-0_2-lang
|
Recommends: %{name}-0_2-lang
|
||||||
|
|
||||||
%description 0_2
|
%description 0_2
|
||||||
GEGL provides infrastructure to do demand based cached non destructive
|
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||||
image editing on larger than RAM buffers. Through babl it provides
|
image editing on larger than RAM buffers. Through babl, it provides
|
||||||
support for a wide range of color models and pixel storage formats for
|
support for a wide range of color models and pixel storage formats for
|
||||||
input and output.
|
input and output.
|
||||||
|
|
||||||
%if 0%{?BUILD_ORIG}
|
|
||||||
%if 0%{?BUILD_ORIG_ADDON}
|
|
||||||
%package 0_2-orig-addon
|
%package 0_2-orig-addon
|
||||||
Summary: Generic Graphics Library
|
Summary: Generic Graphics Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Supplements: packageand(%{name}-0_2:%(cd %{_libdir} ; rpm -qf --queryformat=%%{NAME} `readlink %{_libdir}/libavcodec.so` ))
|
Supplements: packageand(%{name}-0_2:%(cd %{_libdir} ; rpm -qf --queryformat=%%{NAME} `readlink %{_libdir}/libavcodec.so` ))
|
||||||
|
|
||||||
%description 0_2-orig-addon
|
%description 0_2-orig-addon
|
||||||
GEGL provides infrastructure to do demand based cached non destructive
|
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||||
image editing on larger than RAM buffers. Through babl it provides
|
image editing on larger than RAM buffers. Through babl, it provides
|
||||||
support for a wide range of color models and pixel storage formats for
|
support for a wide range of color models and pixel storage formats for
|
||||||
input and output.
|
input and output.
|
||||||
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%package -n libgegl-0_2-0
|
%package -n libgegl-0_2-0
|
||||||
Summary: Generic Graphics Library
|
Summary: Generic Graphics Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: %{name}-0_2 >= %{version}
|
Recommends: %{name}-0_2 >= %{version}
|
||||||
|
|
||||||
%description -n libgegl-0_2-0
|
%description -n libgegl-0_2-0
|
||||||
GEGL provides infrastructure to do demand based cached non destructive
|
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||||
image editing on larger than RAM buffers. Through babl it provides
|
image editing on larger than RAM buffers. Through babl, it provides
|
||||||
support for a wide range of color models and pixel storage formats for
|
support for a wide range of color models and pixel storage formats for
|
||||||
input and output.
|
input and output.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Generic Graphics Library
|
Summary: Development files for GEGL, the "Generic Graphics Library"
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Requires: babl-devel
|
Requires: babl-devel
|
||||||
Requires: glib2-devel
|
Requires: glib2-devel
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
@ -137,22 +131,25 @@ Requires: libgegl-0_2-0 = %{version}
|
|||||||
Requires: pcre-devel
|
Requires: pcre-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GEGL provides infratructure to do demand based cached non destructive
|
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||||
image editing on larger than RAM buffers. Through babl it provides
|
image editing on larger than RAM buffers. Through babl, it provides
|
||||||
support for a wide range of color models and pixel storage formats for
|
support for a wide range of color models and pixel storage formats for
|
||||||
input and output.
|
input and output.
|
||||||
|
|
||||||
|
This subpackage contains the C headers for the GEGL API.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Generic Graphics Library
|
Summary: Documentation for GEGL, the "Generic Graphics Library"
|
||||||
Group: System/Libraries
|
Group: Documentation/HTML
|
||||||
Requires: libgegl-0_2-0 = %{version}
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
GEGL provides infrastructure to do demand based cached non destructive
|
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||||
image editing on larger than RAM buffers. Through babl it provides
|
image editing on larger than RAM buffers. Through babl, it provides
|
||||||
support for a wide range of color models and pixel storage formats for
|
support for a wide range of color models and pixel storage formats for
|
||||||
input and output.
|
input and output.
|
||||||
|
|
||||||
|
This subpackage contains the documentation for GEGL.
|
||||||
|
|
||||||
%lang_package -n %{name}-0_2
|
%lang_package -n %{name}-0_2
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -177,7 +174,7 @@ export RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%make_install
|
||||||
%if ! 0%{?BUILD_ORIG}
|
%if ! 0%{?BUILD_ORIG}
|
||||||
for MODULE in \
|
for MODULE in \
|
||||||
%{_libdir}/gegl-0.2/ff-load.so \
|
%{_libdir}/gegl-0.2/ff-load.so \
|
||||||
@ -189,15 +186,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%find_lang %{name}-0.2 %{?no_lang_C}
|
%find_lang %{name}-0.2 %{?no_lang_C}
|
||||||
|
|
||||||
%post -n libgegl-0_2-0 -p /sbin/ldconfig
|
%post -n libgegl-0_2-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgegl-0_2-0 -p /sbin/ldconfig
|
%postun -n libgegl-0_2-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_bindir}/gegl
|
%{_bindir}/gegl
|
||||||
|
|
||||||
%files 0_2
|
%files 0_2
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_libdir}/gegl-0.2/
|
%dir %{_libdir}/gegl-0.2/
|
||||||
%{_libdir}/gegl-0.2/*.so
|
%{_libdir}/gegl-0.2/*.so
|
||||||
%if 0%{?BUILD_ORIG}
|
%if 0%{?BUILD_ORIG}
|
||||||
@ -205,27 +199,23 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%exclude %{_libdir}/gegl-0.2/ff-load.so
|
%exclude %{_libdir}/gegl-0.2/ff-load.so
|
||||||
|
|
||||||
%files 0_2-orig-addon
|
%files 0_2-orig-addon
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/gegl-0.2/ff-load.so
|
%{_libdir}/gegl-0.2/ff-load.so
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n libgegl-0_2-0
|
%files -n libgegl-0_2-0
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING COPYING.LESSER ChangeLog NEWS README
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_libdir}/libgegl-0.2.so.*
|
%{_libdir}/libgegl-0.2.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/gegl-0.2/
|
%{_includedir}/gegl-0.2/
|
||||||
%{_libdir}/libgegl-0.2.so
|
%{_libdir}/libgegl-0.2.so
|
||||||
%{_libdir}/pkgconfig/gegl-0.2.pc
|
%{_libdir}/pkgconfig/gegl-0.2.pc
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %{_datadir}/gtk-doc/html/gegl/
|
%doc %{_datadir}/gtk-doc/html/gegl/
|
||||||
|
|
||||||
%files -n %{name}-0_2-lang -f %{name}-0.2.lang
|
%files -n %{name}-0_2-lang -f %{name}-0.2.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user