Update to 3.25.90
- Switch to the meson build system
This commit is contained in:
parent
1ca3873f27
commit
02f0d9e50b
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@ gnome-color-manager-2.31.4.tar.bz2
|
||||
/gnome-color-manager-3.22.2.tar.xz
|
||||
/gnome-color-manager-3.23.92.tar.xz
|
||||
/gnome-color-manager-3.24.0.tar.xz
|
||||
/gnome-color-manager-3.25.90.tar.xz
|
||||
|
@ -1,16 +1,15 @@
|
||||
Name: gnome-color-manager
|
||||
Version: 3.24.0
|
||||
Release: 4%{?dist}
|
||||
Version: 3.25.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Color management tools for GNOME
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://mail.gnome.org/mailman/listinfo/gnome-color-manager-list
|
||||
Source0: http://download.gnome.org/sources/gnome-color-manager/3.24/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gnome-color-manager/3.25/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gtk3-devel >= 3.0.0
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: lcms2-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libexif-devel
|
||||
@ -21,6 +20,7 @@ BuildRequires: docbook-utils
|
||||
BuildRequires: colord-devel >= 0.1.12
|
||||
BuildRequires: colord-gtk-devel >= 0.1.22
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson
|
||||
BuildRequires: vte291-devel
|
||||
|
||||
Requires: shared-mime-info
|
||||
@ -43,11 +43,11 @@ and generate color profiles in the GNOME desktop.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%find_lang %name --with-gnome
|
||||
|
||||
@ -69,10 +69,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%doc AUTHORS README
|
||||
%{_bindir}/gcm-*
|
||||
%{_libexecdir}/gcm-*
|
||||
%{_datadir}/appdata/org.gnome.ColorProfileViewer.appdata.xml
|
||||
%{_datadir}/applications/gcm-*.desktop
|
||||
%{_datadir}/applications/org.gnome.ColorProfileViewer.desktop
|
||||
%dir %{_datadir}/gnome-color-manager
|
||||
@ -87,8 +86,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/man/man1/*.1.gz
|
||||
%{_datadir}/icons/hicolor/*/*/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/*/*.svg*
|
||||
%{_datadir}/metainfo/org.gnome.ColorProfileViewer.appdata.xml
|
||||
|
||||
%changelog
|
||||
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
|
||||
- Update to 3.25.90
|
||||
- Switch to the meson build system
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-color-manager-3.24.0.tar.xz) = e145caf4e885ea6e9c4ee5a5b4d800d70af338e26d3bfcda81e20c6144e36d0581638d07099302d30787d6d30e9d58f2b8373f6585ae3788df825d6d24f5b003
|
||||
SHA512 (gnome-color-manager-3.25.90.tar.xz) = 681a09a3a88d1f3aa42e6c713df82077d0df757fefa1f21a75137fea10dab846ae1a9c7f9a6c3756a677e6667c6cde3ccdc74f505f155058a0d34d2f2e84f434
|
||||
|
Loading…
Reference in New Issue
Block a user