Accepting request 1139247 from GNOME:Next
- Convert to source service for easier updating. - Own /usr/share/gtk-doc: glib no longer uses gtk-doc and as a consequence cannot be held responsible to deliver that basic directory structure. OBS-URL: https://build.opensuse.org/request/show/1139247 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog?expand=0&rev=318
This commit is contained in:
parent
5f96b22e22
commit
a6a1d33214
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/eog.git</param>
|
||||
<param name="revision">45.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
3
eog-45.2.obscpio
Normal file
3
eog-45.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e39a58792cfc20a80947ec54cdd3fd2a3b3d8fec0e906dd063849bebd41a6d76
|
||||
size 16259597
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d94cc39d82c80cee7281b82ace42c8225976ad5d0c3ef995c7e030f6bab2219c
|
||||
size 4656440
|
12
eog.changes
12
eog.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 17:02:34 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Convert to source service for easier updating.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 16:45:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Own /usr/share/gtk-doc: glib no longer uses gtk-doc and as a
|
||||
consequence cannot be held responsible to deliver that basic
|
||||
directory structure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 08:50:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
4
eog.obsinfo
Normal file
4
eog.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: eog
|
||||
version: 45.2
|
||||
mtime: 1704577916
|
||||
commit: 12616fa866e9e42824d255f5d22dfc2105f6f637
|
4
eog.spec
4
eog.spec
@ -23,7 +23,7 @@ Summary: Image Viewer for GNOME
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Productivity/Graphics/Viewers
|
||||
URL: https://wiki.gnome.org/Apps/EyeOfGnome
|
||||
Source0: https://download.gnome.org/sources/eog/45/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libjpeg-devel
|
||||
@ -109,7 +109,7 @@ developing eog plugins.
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS ChangeLog HACKING MAINTAINERS TODO
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}/
|
||||
%doc %{_datadir}/gtk-doc/
|
||||
%{_includedir}/%{name}-3.0/
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/%{name}/gir-1.0/
|
||||
|
Loading…
Reference in New Issue
Block a user