Compare commits
No commits in common. "bc93f7808515f3f52e6b85a72efb2fded1a1dd00" and "37b992ee1afb2602faf3600adce6cdd309b0daa8" have entirely different histories.
bc93f78085
...
37b992ee1a
BIN
eog-42.0.tar.xz
Normal file
BIN
eog-42.0.tar.xz
Normal file
Binary file not shown.
BIN
eog-44.3.tar.xz
BIN
eog-44.3.tar.xz
Binary file not shown.
36
eog.spec
36
eog.spec
@ -5,12 +5,12 @@
|
||||
%global libhandy_version 1.5.0
|
||||
|
||||
Name: eog
|
||||
Version: 44.3
|
||||
Version: 42.0
|
||||
Release: 1
|
||||
Summary: A GNOME Image Viewer
|
||||
License: GPLv2+
|
||||
License: GPLv2+ and GFDL-1.1-or-later
|
||||
URL: https://wiki.gnome.org/Apps/EyeOfGnome
|
||||
Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(exempi-2.0) pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
@ -21,8 +21,7 @@ BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(gsettings-desktop-schemas) pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 0.7.4 pkgconfig(libpeas-gtk-1.0) >= 0.7.4 pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(shared-mime-info) pkgconfig(x11)
|
||||
BuildRequires: desktop-file-utils gettext itstool libjpeg-devel meson zlib-devel libappstream-glib gi-docgen
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: desktop-file-utils gettext gtk-doc itstool libjpeg-devel meson zlib-devel libappstream-glib gi-docgen
|
||||
#BuildRequires: pkgconfig(libportal)
|
||||
|
||||
Requires: gsettings-desktop-schemas
|
||||
@ -56,11 +55,6 @@ verify the Usability of the eog package.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
chrpath -d %{buildroot}%{_bindir}/eog
|
||||
chrpath -d %{buildroot}%{_libdir}/eog/plugins/*.so
|
||||
chrpath -d %{buildroot}%{_libdir}/eog/libeog.so
|
||||
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||
echo "%{_libdir}/eog" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
@ -68,12 +62,6 @@ echo "%{_libdir}/eog" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.desktop
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS NEWS README.md
|
||||
%license COPYING
|
||||
@ -86,7 +74,6 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.deskto
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.gschema.xml
|
||||
%{_datadir}/metainfo/eog.appdata.xml
|
||||
%config(noreplace) /etc/ld.so.conf.d/*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/eog-3.0
|
||||
@ -96,21 +83,6 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.deskto
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Thu Nov 23 2023 zhangxianting <zhangxianting@uniontech.com> - 44.3-1
|
||||
- update to version 44.3
|
||||
|
||||
* Fri Mar 24 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.1-3
|
||||
- add library path file to /etc/ld.so.conf.d
|
||||
|
||||
* Mon Mar 13 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.1-2
|
||||
- remove rpath
|
||||
|
||||
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.1-1
|
||||
- Update to 43.1 for gnome 43
|
||||
|
||||
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.2-1
|
||||
- Update to 42.2
|
||||
|
||||
* Mon Mar 28 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
|
||||
- Update to 42.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user