- New upstream version

- Finally removed the 'preun' call that ensures the old gparted fdi
    (pre-FC6) file is removed on update
epel8
Deji Akingunola 17 years ago
parent 3f63732649
commit 24079831e4

@ -1 +1 @@
gparted-0.3.8.tar.bz2 gparted-0.3.9.tar.bz2

@ -1,17 +1,20 @@
Summary: Gnome Partition Editor Summary: Gnome Partition Editor
Name: gparted Name: gparted
Version: 0.3.8 Version: 0.3.9
Release: 1%{?dist} Release: 1%{?dist}
Group: Applications/System Group: Applications/System
License: GPLv2+ License: GPLv2+
URL: http://gparted.sourceforge.net URL: http://gparted.sourceforge.net
Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1: gparted-console.apps Source1: gparted-console.apps
Source2: gparted-pam.d Source2: gparted-pam.d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtkmm24-devel parted-devel BuildRequires: gtkmm24-devel parted-devel
BuildRequires: e2fsprogs-devel gettext perl(XML::Parser) BuildRequires: e2fsprogs-devel gettext perl(XML::Parser)
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: scrollkeeper
Requires(post): scrollkeeper
Requires(postun): scrollkeeper
Requires: hal >= 0.5.9 Requires: hal >= 0.5.9
%description %description
@ -55,12 +58,11 @@ cp %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/gparted
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
%preun %post
if [ $1 -ge 0 ]; then scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
if [ -a %{_datadir}/hal/fdi/policy/gparted-disable-automount.fdi ]; then
rm -rf %{_datadir}/hal/fdi/policy/gparted-disable-automount.fdi %postun
fi scrollkeeper-update -q || :
fi
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -70,11 +72,18 @@ fi
%{_sbindir}/gpartedbin %{_sbindir}/gpartedbin
%{_datadir}/applications/fedora-gparted.desktop %{_datadir}/applications/fedora-gparted.desktop
%{_datadir}/pixmaps/gparted.png %{_datadir}/pixmaps/gparted.png
%{_datadir}/gnome/help/gparted/
%{_datadir}/omf/gparted/
%{_mandir}/man8/gparted.* %{_mandir}/man8/gparted.*
%config(noreplace) %{_sysconfdir}/pam.d/gparted %config(noreplace) %{_sysconfdir}/pam.d/gparted
%config(noreplace) %{_sysconfdir}/security/console.apps/gparted %config(noreplace) %{_sysconfdir}/security/console.apps/gparted
%changelog %changelog
* Mon Sep 22 2008 Deji Akingunola <dakingun@gmail.com> - 0.3.9-1
- New upstream version
- Finally removed the 'preun' call that ensures the old gparted fdi (pre-FC6)
file is removed on update
* Sun Jul 13 2008 Deji Akingunola <dakingun@gmail.com> - 0.3.8-1 * Sun Jul 13 2008 Deji Akingunola <dakingun@gmail.com> - 0.3.8-1
- New upstream version - New upstream version

@ -1 +1 @@
7c890472168b0b5e5f353b445758ab3f gparted-0.3.8.tar.bz2 5b6dc1b154322c9721fce5fd5b9e066e gparted-0.3.9.tar.bz2

Loading…
Cancel
Save