361 lines
13 KiB
RPMSpec
361 lines
13 KiB
RPMSpec
### AUTOUPDATE-OFF: 2
|
|
Name: gparted
|
|
Version: 1.3.1
|
|
Release: 1mamba
|
|
Summary: The Gnome Partition Editor application
|
|
Group: Graphical Desktop/Applications/Administration
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://gparted.org/
|
|
Source: http://downloads.sourceforge.net/project/gparted/gparted/gparted-%{version}/gparted-%{version}.tar.gz
|
|
Source1: gparted-polkit
|
|
Source2: gparted-pkexec
|
|
Patch1: %{name}-0.5.0-filedesktop.patch
|
|
Patch2: %{name}-0.3.3-hal.patch
|
|
Patch3: %{name}-0.5.0-gtk_include.patch
|
|
Patch4: %{name}-0.21.0-filedesktop_no_startupnotify.patch
|
|
Patch5: %{name}-0.29.0-desktop-use_gparted_pkexec.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libatk-devel
|
|
BuildRequires: libatkmm1-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libcairomm10-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libglibmm24-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libgtkmm3-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpangomm1-devel
|
|
BuildRequires: libparted-devel
|
|
BuildRequires: libsigc++2-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libuuid-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libgtkmm2-devel >= 2.24.4-2mamba
|
|
BuildRequires: libreiserfs-devel >= 0.3.0.4
|
|
BuildRequires: jfsutils >= 1.1.5
|
|
BuildRequires: gnome-doc-utils
|
|
Requires: ntfsprogs >= 1.9.0
|
|
Requires: jfsutils >= 1.1.5
|
|
Requires: xfsprogs >= 2.5.6
|
|
Requires: e2fsprogs
|
|
Requires: reiserfsprogs
|
|
Requires: reiser4progs
|
|
Requires: hfstools
|
|
Requires: hfsutils
|
|
Requires: mdadm
|
|
Requires: btrfs-progs
|
|
Requires: f2fs-tools
|
|
Requires: nilfs-utils
|
|
Requires: gpart
|
|
%ifnarch arm
|
|
Requires: yelp
|
|
%endif
|
|
Requires: fuse-exfat
|
|
|
|
%description
|
|
GParted is an industrial-strength package for creating, destroying, resizing, checking and copying partitions, and the file systems on them.
|
|
This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging).
|
|
|
|
A hard disk is usually subdivided into one or more partitions.
|
|
These partitions are normally not re-sizable (making one larger and the adjacent one smaller) The purpose of GParted is to allow the individual to take a hard disk and change the partition organization therein, while preserving the partition contents.
|
|
|
|
%prep
|
|
%setup -q
|
|
#%patch1 -p1
|
|
#%patch2
|
|
#%patch3 -p1
|
|
#%patch4 -p1
|
|
#%patch5 -p1
|
|
#sed -i "s|Exec=.*|Exec=%{_bindir}/gparted-pkexec|" gparted.desktop gparted.desktop.in.in
|
|
|
|
%build
|
|
%configure --disable-scrollkeeper GKSUPROG=""
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
#install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/polkit-1/actions/org.gparted.policy
|
|
#install -D -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/gparted-pkexec
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/gparted
|
|
#%{_bindir}/gparted-pkexec
|
|
%{_libexecdir}/gpartedbin
|
|
%{_datadir}/polkit-1/actions/org.gnome.gparted.policy
|
|
%{_datadir}/appdata/gparted.appdata.xml
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/gparted.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/gparted.svg
|
|
%{_datadir}/help/C/gparted/figures/gparted_window.png
|
|
%{_datadir}/help/C/gparted/index.docbook
|
|
%lang(cs) %{_datadir}/help/cs/gparted
|
|
%lang(de) %{_datadir}/help/de/gparted
|
|
%lang(el) %{_datadir}/help/el/gparted
|
|
%lang(es) %{_datadir}/help/es/gparted
|
|
%lang(fr) %{_datadir}/help/fr/gparted
|
|
%lang(gd) %{_datadir}/help/gd/gparted
|
|
%lang(it) %{_datadir}/help/it/gparted
|
|
%lang(pt_BR) %{_datadir}/help/pt_BR/gparted
|
|
%lang(ro) %{_datadir}/help/ro/gparted
|
|
%lang(ru) %{_datadir}/help/ru/gparted
|
|
%lang(sl) %{_datadir}/help/sl/gparted
|
|
%lang(sr) %{_datadir}/help/sr/gparted
|
|
%lang(sr@latin) %{_datadir}/help/sr@latin/gparted
|
|
%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
|
|
* Sun Jul 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
|
|
- update to 1.3.1
|
|
|
|
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 26 2021 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 21 2020 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 12 2019 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 14 2018 Automatic Build System <autodist@mambasoft.it> 0.33.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 23 2018 Automatic Build System <autodist@mambasoft.it> 0.32.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 20 2018 Automatic Build System <autodist@mambasoft.it> 0.31.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 26 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30.0-2mamba
|
|
- require yelp, exfat-utils
|
|
- desktop entry: remove launching with pkexec
|
|
|
|
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 0.30.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 05 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.29.0-2mamba
|
|
- restore necessary desktop file patch #5
|
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 0.29.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 09 2017 Automatic Build System <autodist@mambasoft.it> 0.28.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 24 2016 Automatic Build System <autodist@mambasoft.it> 0.27.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 14 2016 Automatic Build System <autodist@mambasoft.it> 0.26.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 01 2016 Automatic Build System <autodist@mambasoft.it> 0.26.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 21 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.25.0-1mamba
|
|
- update to 0.25.0
|
|
|
|
* Thu Dec 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.0-2mamba
|
|
- rebuilt after libgtkmm2 rebuild with gcc 5.2.0
|
|
|
|
* Tue Oct 27 2015 Automatic Build System <autodist@mambasoft.it> 0.24.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 04 2015 Automatic Build System <autodist@mambasoft.it> 0.23.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 26 2015 Automatic Build System <autodist@mambasoft.it> 0.22.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 28 2015 Automatic Build System <autodist@mambasoft.it> 0.21.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.0-2mamba
|
|
- require f2fs-tools and nilfs-utils
|
|
|
|
* Tue Oct 21 2014 Automatic Build System <autodist@mambasoft.it> 0.20.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 16 2014 Automatic Build System <autodist@mambasoft.it> 0.19.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 11 2014 Automatic Build System <autodist@mambasoft.it> 0.19.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 20 2014 Automatic Build System <autodist@mambasoft.it> 0.18.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 10 2013 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 19 2013 Automatic Build System <autodist@mambasoft.it> 0.16.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 01 2013 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 24 2013 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 19 2013 Automatic Build System <autodist@mambasoft.it> 0.15.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 15 2012 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 11 2012 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 09 2012 Automatic Build System <autodist@mambasoft.it> 0.13.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.0-2mamba
|
|
- added gparted-pkexec wrapper to workaround gnome menu not working with pkexec
|
|
|
|
* Sat Jul 14 2012 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 10 2012 Automatic Build System <autodist@mambasoft.it> 0.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 06 2012 Automatic Build System <autodist@mambasoft.it> 0.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 26 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.0-3mamba
|
|
- desktop file: remove KDE root execution in favour of using pkexec; disable startup notify
|
|
|
|
* Sun Feb 26 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.0-2mamba
|
|
- add polkit file and launch using pkexec
|
|
|
|
* Wed Dec 14 2011 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 09 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-2mamba
|
|
- rebuilt with glib 2.30
|
|
|
|
* Wed Nov 02 2011 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 02 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-2mamba
|
|
- added requirement for gksu and gpart
|
|
|
|
* Wed Sep 28 2011 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 19 2011 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue May 24 2011 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Feb 16 2011 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Dec 14 2010 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
|
- automatic update to 0.7.1 by autodist
|
|
|
|
* Thu Nov 11 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-2mamba
|
|
- added requirement for btrfs-progs
|
|
|
|
* Mon Nov 08 2010 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
|
|
- automatic update to 0.7.0 by autodist
|
|
|
|
* Sat Oct 02 2010 Automatic Build System <autodist@mambasoft.it> 0.6.4-1mamba
|
|
- automatic update to 0.6.4 by autodist
|
|
|
|
* Fri Sep 24 2010 Automatic Build System <autodist@mambasoft.it> 0.6.3-1mamba
|
|
- automatic update to 0.6.3 by autodist
|
|
|
|
* Mon Aug 02 2010 Automatic Build System <autodist@mambasoft.it> 0.6.2-1mamba
|
|
- automatic update to 0.6.2 by autodist
|
|
|
|
* Fri Jul 09 2010 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
|
|
- automatic update to 0.6.1 by autodist
|
|
|
|
* Sat Jun 19 2010 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
- automatic update to 0.6.0 by autodist
|
|
|
|
* Sun Mar 14 2010 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
|
|
- automatic update to 0.5.2 by autodist
|
|
|
|
* Wed Jan 27 2010 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
|
- automatic update to 0.5.1 by autodist
|
|
|
|
* Thu Dec 24 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-2mamba
|
|
- updated desktop entry patch
|
|
|
|
* Tue Dec 22 2009 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
- automatic update to 0.5.0 by autodist
|
|
|
|
* Tue Nov 03 2009 Automatic Build System <autodist@mambasoft.it> 0.4.8-1mamba
|
|
- automatic update to 0.4.8 by autodist
|
|
|
|
* Sat Oct 10 2009 Automatic Build System <autodist@mambasoft.it> 0.4.7-1mamba
|
|
- automatic update to 0.4.7 by autodist
|
|
|
|
* Thu Aug 06 2009 Automatic Build System <autodist@mambasoft.it> 0.4.6-1mamba
|
|
- automatic update to 0.4.6 by autodist
|
|
|
|
* Sun Jul 26 2009 Automatic Build System <autodist@mambasoft.it> 0.4.5-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sat May 09 2009 Automatic Build System <autodist@mambasoft.it> 0.4.5-1mamba
|
|
- automatic update to 0.4.5 by autodist
|
|
|
|
* Fri Apr 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-1mamba
|
|
- automatic update to 0.4.4 by autodist
|
|
|
|
* Fri Feb 13 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-1mamba
|
|
- automatic update to 0.4.3 by autodist
|
|
|
|
* Sun Feb 08 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.2-1mamba
|
|
- automatic update to 0.4.2 by autodist
|
|
|
|
* Tue Dec 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
|
|
- automatic update to 0.4.1 by autodist
|
|
|
|
* Sat Sep 13 2008 gil <puntogil@libero.it> 0.3.9-1mamba
|
|
- update to 0.3.9
|
|
- added disable-scrollkeeper configure option
|
|
|
|
* Tue Jul 22 2008 gil <puntogil@libero.it> 0.3.8-1mamba
|
|
- update to 0.3.8
|
|
- new builrequires: libcairomm
|
|
|
|
* Wed Apr 30 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.7-1mamba
|
|
- update to 0.3.7
|
|
|
|
* Fri Mar 28 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.6-1mamba
|
|
- update to 0.3.6
|
|
|
|
* Tue Feb 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.5-1mamba
|
|
- update to 0.3.5
|
|
|
|
* Fri May 04 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.3.3-1mamba
|
|
- update to 0.3.3
|
|
|
|
* Wed Feb 22 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.2.1-1qilnx
|
|
- package created by autospec
|