diff --git a/gparted.spec b/gparted.spec index 19e4240..cedf8f2 100644 --- a/gparted.spec +++ b/gparted.spec @@ -1,13 +1,13 @@ ### AUTOUPDATE-OFF: 2 Name: gparted -Version: 1.2.0 +Version: 1.3.0 Release: 1mamba Summary: The Gnome Partition Editor application Group: Graphical Desktop/Applications/Administration Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino -URL: http://gparted.sourceforge.net/ +Packager: Silvan Calarco +URL: https://gparted.sourceforge.net/ Source: http://downloads.sourceforge.net/project/gparted/gparted/gparted-%{version}/gparted-%{version}.tar.gz Source1: gparted-polkit Source2: gparted-pkexec @@ -20,21 +20,20 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libatk-devel -BuildRequires: libatkmm-devel +BuildRequires: libatkmm1-devel BuildRequires: libcairo-devel -BuildRequires: libcairomm-devel -BuildRequires: libfontconfig-devel -BuildRequires: libfreetype-devel +BuildRequires: libcairomm10-devel BuildRequires: libgcc BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel -BuildRequires: libglibmm-devel -BuildRequires: libgtk2-devel -BuildRequires: libgtkmm2-devel +BuildRequires: libglibmm24-devel +BuildRequires: libgtk3-devel +BuildRequires: libgtkmm3-devel +BuildRequires: libharfbuzz-devel BuildRequires: libpango-devel -BuildRequires: libpangomm-devel +BuildRequires: libpangomm1-devel BuildRequires: libparted-devel -BuildRequires: libsigc++-devel +BuildRequires: libsigc++2-devel BuildRequires: libstdc++6-devel BuildRequires: libuuid-devel ## AUTOBUILDREQ-END @@ -59,7 +58,6 @@ Requires: gpart Requires: yelp %endif Requires: fuse-exfat -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GParted is an industrial-strength package for creating, destroying, resizing, checking and copying partitions, and the file systems on them. @@ -97,13 +95,10 @@ These partitions are normally not re-sizable (making one larger and the adjacent %defattr(-,root,root) %{_bindir}/gparted #%{_bindir}/gparted-pkexec -%{_sbindir}/gpartedbin -%{_datadir}/appdata/gparted.appdata.xml -#%{_datadir}/omf/gparted/gparted-*.omf -#%{_datadir}/polkit-1/actions/org.gparted.policy +%{_libexecdir}/gpartedbin %{_datadir}/polkit-1/actions/org.gnome.gparted.policy +%{_datadir}/appdata/gparted.appdata.xml %{_datadir}/applications/%{name}.desktop -#%{_datadir}/pixmaps/gparted.png %{_datadir}/icons/hicolor/*/apps/gparted.png %{_datadir}/icons/hicolor/scalable/apps/gparted.svg %{_datadir}/help/C/gparted/figures/gparted_window.png @@ -124,11 +119,15 @@ These partitions are normally not re-sizable (making one larger and the adjacent %lang(sv) %{_datadir}/help/sv/gparted %lang(te) %{_datadir}/help/te/gparted %lang(th) %{_datadir}/help/th/gparted +%lang(uk) %{_datadir}/help/uk/gparted %{_mandir}/man8/gparted.8* %doc AUTHORS COPYING #ChangeLog README %changelog +* Thu May 13 2021 Automatic Build System 1.3.0-1mamba +- automatic version update by autodist + * Tue Jan 26 2021 Automatic Build System 1.2.0-1mamba - automatic version update by autodist