gparted/gparted.spec

298 lines
11 KiB
RPMSpec
Raw Normal View History

### AUTOUPDATE-OFF: 2
Name: gparted
Version: 0.20.0
Release: 2mamba
Summary: The Gnome Partition Editor application
Group: Graphical Desktop/Applications/Administration
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://gparted.sourceforge.net/
Source: http://downloads.sourceforge.net/gparted/gparted-%{version}.tar.bz2
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.11.0-filedesktop_no_startupnotify.patch
Patch5: %{name}-0.14.1-desktop-use_gparted_pkexec.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: e2fsprogs
BuildRequires: glibc-devel
BuildRequires: hfstools
BuildRequires: jfsutils
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libcairomm-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libglibmm-devel
BuildRequires: libgtk-devel
BuildRequires: libgtkmm-devel
BuildRequires: libpango-devel
BuildRequires: libpangomm-devel
BuildRequires: libparted-devel
BuildRequires: libsigc++2-devel
BuildRequires: libstdc++6-devel
BuildRequires: libuuid-devel
BuildRequires: mdadm
BuildRequires: ntfsprogs
BuildRequires: reiser4progs
BuildRequires: reiserfsprogs
BuildRequires: xfsprogs
## AUTOBUILDREQ-END
BuildRequires: libgtkmm2-devel
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
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.
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
%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-pkexec
%{_sbindir}/gparted
%{_sbindir}/gpartedbin
%{_datadir}/appdata/gparted.appdata.xml
%{_datadir}/omf/gparted/gparted-*.omf
%{_datadir}/polkit-1/actions/org.gparted.policy
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/gparted.png
%{_datadir}/icons/hicolor/scalable/apps/gparted.svg
%dir %{_datadir}/gnome/help/gparted
#%{_datadir}/gnome/help/gparted/*
%{_datadir}/gnome/help/gparted/C
%lang(cs) %{_datadir}/gnome/help/gparted/cs
%lang(de) %{_datadir}/gnome/help/gparted/de
%lang(el) %{_datadir}/gnome/help/gparted/el
%lang(es) %{_datadir}/gnome/help/gparted/es
%lang(fr) %{_datadir}/gnome/help/gparted/fr
%lang(gd) %{_datadir}/gnome/help/gparted/gd
%lang(it) %{_datadir}/gnome/help/gparted/it
%lang(pt_BR) %{_datadir}/gnome/help/gparted/pt_BR
%lang(ro) %{_datadir}/gnome/help/gparted/ro
%lang(ru) %{_datadir}/gnome/help/gparted/ru
%lang(sl) %{_datadir}/gnome/help/gparted/sl
%lang(sr) %{_datadir}/gnome/help/gparted/sr
%lang(sr@latin) %{_datadir}/gnome/help/gparted/sr@latin
%lang(sv) %{_datadir}/gnome/help/gparted/sv
%lang(te) %{_datadir}/gnome/help/gparted/te
%lang(th) %{_datadir}/gnome/help/gparted/th
%{_mandir}/man8/gparted.8*
%doc AUTHORS COPYING
#ChangeLog README
%changelog
* 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