|
|
@ -1,36 +1,29 @@
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: gnome-screenshot
|
|
|
|
Name: gnome-screenshot
|
|
|
|
Version: 40.0
|
|
|
|
Version: 3.26.0
|
|
|
|
Release: 4%{?dist}.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: A screenshot utility for GNOME
|
|
|
|
Summary: A screenshot utility for GNOME
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/gnome-screenshot
|
|
|
|
URL: http://www.gnome.org
|
|
|
|
Source0: https://download.gnome.org/sources/gnome-screenshot/40/gnome-screenshot-%{tarball_version}.tar.xz
|
|
|
|
Source0: http://download.gnome.org/sources/gnome-screenshot/3.26/gnome-screenshot-%{version}.tar.xz
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2078976
|
|
|
|
|
|
|
|
Patch0: gnome-screenshot-40.0-headless-fix.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch1: 0001-app-Specify-empty-filename-to-let-GNOME-Shell-store-.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: libappstream-glib-devel
|
|
|
|
BuildRequires: libappstream-glib-devel
|
|
|
|
|
|
|
|
BuildRequires: libcanberra-devel
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
Obsoletes: gnome-utils <= 1:3.3
|
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
|
Obsoletes: gnome-utils-libs <= 1:3.3
|
|
|
|
BuildRequires: pkgconfig(libhandy-1)
|
|
|
|
Obsoletes: gnome-utils-devel <= 1:3.3
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(xext)
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/desktop-file-validate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
gnome-screenshot lets you take pictures of your screen.
|
|
|
|
gnome-screenshot lets you take pictures of your screen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n gnome-screenshot-%{tarball_version}
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -45,97 +38,22 @@ gnome-screenshot lets you take pictures of your screen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Screenshot.desktop
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Screenshot.desktop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%{_bindir}/gnome-screenshot
|
|
|
|
%{_bindir}/gnome-screenshot
|
|
|
|
|
|
|
|
%{_datadir}/GConf/gsettings/gnome-screenshot.convert
|
|
|
|
%{_datadir}/metainfo/org.gnome.Screenshot.metainfo.xml
|
|
|
|
%{_datadir}/metainfo/org.gnome.Screenshot.metainfo.xml
|
|
|
|
%{_datadir}/applications/org.gnome.Screenshot.desktop
|
|
|
|
%{_datadir}/applications/org.gnome.Screenshot.desktop
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Screenshot.service
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Screenshot.service
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-screenshot.gschema.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-screenshot.gschema.xml
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Screenshot.svg
|
|
|
|
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Screenshot-symbolic.svg
|
|
|
|
|
|
|
|
%{_mandir}/man1/gnome-screenshot.1*
|
|
|
|
%{_mandir}/man1/gnome-screenshot.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Apr 18 2024 Carlos Garnacho <cgarnach@redhat.com> - 40.0-4.el9_4.1
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.26.0-3
|
|
|
|
- Fix pasting into clipboard through CLI (RHEL-33864)
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 13 2022 David King <amigadave@amigadave.com> - 40.0-4
|
|
|
|
|
|
|
|
- Fix headless mode (#2078976)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
|
|
|
|
|
|
|
- Update to 40.0
|
|
|
|
|
|
|
|
- Drop old obsoletes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 40~rc-1
|
|
|
|
|
|
|
|
- Update to 40.rc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
|
|
|
|
|
|
|
- Update to 40.beta
|
|
|
|
|
|
|
|
- Update source URLs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 10 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
|
|
|
|
|
|
|
|
- Update to 3.38.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 3.37.90-1
|
|
|
|
|
|
|
|
- Update to 3.37.90
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.1-3
|
|
|
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 05 2020 Kalev Lember <klember@redhat.com> - 3.37.1-1
|
|
|
|
|
|
|
|
- Update to 3.37.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
|
|
|
|
|
|
|
|
- Update to 3.36.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 14 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
|
|
|
|
|
|
|
- Update to 3.34.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 3.33.90-1
|
|
|
|
|
|
|
|
- Update to 3.33.90
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 15 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
|
|
|
|
|
|
|
- Update to 3.32.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
|
|
|
|
|
|
|
- Update to 3.30.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.26.0-6
|
|
|
|
|
|
|
|
- Use BuildRequires: libappstream-glib-devel instead of appstream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 13 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.26.0-5
|
|
|
|
|
|
|
|
- Add BuildRequires: appstream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-3
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|