-devel: fix requirement for colord-gtk4 [release 0.3.0-2mamba;Thu Jun 09 2022]
This commit is contained in:
parent
65ed78de19
commit
03d95c1934
@ -1,47 +1,47 @@
|
||||
Name: colord-gtk
|
||||
Version: 0.2.0
|
||||
Release: 1mamba
|
||||
Version: 0.3.0
|
||||
Release: 2mamba
|
||||
Summary: GTK+ bindings for Colord
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.freedesktop.org/software/colord/
|
||||
URL: https://www.freedesktop.org/software/colord/
|
||||
Source: http://www.freedesktop.org/software/colord/releases/colord-gtk-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: colord-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libcolord-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libcolord-devel >= 1.2.12-1mamba
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
GTK+ bindings for Colord.
|
||||
|
||||
%package -n colord-gtk4
|
||||
Group: System/Libraries
|
||||
Summary: Gtk+4 bindings for %{name}
|
||||
|
||||
%description -n colord-gtk4
|
||||
GTK+4 bindings for Colord.
|
||||
|
||||
%package tools
|
||||
Group: System/Tools
|
||||
Summary: Tools provided with %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools provided with %{name}.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: colord-gtk4 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
|
||||
%description devel
|
||||
@ -81,12 +81,19 @@ export DESTDIR=%{buildroot}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cd-convert
|
||||
%{_libdir}/libcolord-gtk.so.*
|
||||
%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
|
||||
%{_mandir}/man1/cd-convert.1*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n colord-gtk4
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcolord-gtk4.so.*
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cd-convert
|
||||
%{_mandir}/man1/cd-convert.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/colord-1
|
||||
@ -94,7 +101,9 @@ export DESTDIR=%{buildroot}
|
||||
%dir %{_includedir}/colord-1/colord-gtk
|
||||
%{_includedir}/colord-1/colord-gtk/cd-*.h
|
||||
%{_libdir}/libcolord-gtk.so
|
||||
%{_libdir}/libcolord-gtk4.so
|
||||
%{_libdir}/pkgconfig/colord-gtk.pc
|
||||
%{_libdir}/pkgconfig/colord-gtk4.pc
|
||||
%{_datadir}/gir-1.0/ColordGtk-1.0.gir
|
||||
#%{_datadir}/vala/vapi/colord-gtk.vapi
|
||||
%dir %{_datadir}/gtk-doc/html/colord-gtk
|
||||
@ -102,6 +111,12 @@ export DESTDIR=%{buildroot}
|
||||
%doc NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Thu Jun 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-2mamba
|
||||
- -devel: fix requirement for colord-gtk4
|
||||
|
||||
* Thu Jun 09 2022 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 11 2019 Automatic Build System <autodist@mambasoft.it> 0.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user