Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > ac7d81bd24fb2f8062ca8ffea298a657 > files > 3

system-tools-backends-1.2.0-3mdk.src.rpm

%if %mdkversion >= 200600
%define pkgconfigdir %_datadir/pkgconfig
%else
%define pkgconfigdir %_libdir/pkgconfig
%endif
Summary:	GNOME System Tools Backends
Name: 		system-tools-backends
Version: 1.2.0
Release: 3mdk
License: 	LGPL
Group: 		System/Configuration/Other
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
Patch0:	system-tools-backends-1.2.0-mandrakelinux.patch.bz2
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot
URL: 		http://www.gnome.org/projects/gst/
BuildArch: noarch
#gw for intltool
BuildRequires:	perl-XML-Parser
Conflicts: gnome-system-tools < 1.2.0

%description
Day-to-day system management on Unix systems is a chore. Even when 
you're using a friendly graphical desktop, seemingly basic tasks 
like setting the system time, changing the network setup, importing 
and exporting network shared filesystems and configuring swap partitions 
requires editing configuration files by hand, and the exact procedure 
varies between different operating systems and distributions.

The GNOME System Tools solve all these problems, giving you a simple
graphical interface for each task, which uses an advanced backend to 
edit all the relevant files and apply your changes. The interface 
looks and acts in exactly the same way regardless of what platform 
you're using.

This package contains the backends of GNOME System Tools.

%prep
%setup -q
%patch0 -p1 -b .mandrakelinux

%build
./configure --prefix=%_prefix --libdir=%_prefix/lib
%make

%install
rm -rf $RPM_BUILD_ROOT setup-tools-backends.lang

%makeinstall_std pkgconfigdir=%pkgconfigdir
%{find_lang} setup-tools-backends

%clean
rm -rf $RPM_BUILD_ROOT


%files -f setup-tools-backends.lang
%defattr(-, root, root)
%doc README AUTHORS NEWS ChangeLog 
%{_datadir}/aclocal/*.m4
%_datadir/setup-tool-backends/
%pkgconfigdir/system-tools-backends.pc

%changelog
* Thu Apr 28 2005 Götz Waschk <waschk@mandriva.org> 1.2.0-3mdk
- fix pkgconfig file location

* Fri Apr 22 2005 Frederic Crozat <fcrozat@mandriva.com> 1.2.0-2mdk 
- Add conflict to ease upgrade

* Mon Apr 18 2005 Götz Waschk <waschk@linux-mandrake.com> 1.2.0-1mdk
- drop patch 1 (merged into patch 0)
- fix patch 0 (missing comma, thanks to Abel Cheung)

* Tue Mar 08 2005 Götz Waschk <waschk@linux-mandrake.com> 1.2.0-0.1gpw
- New release 1.2.0

* Wed Mar  2 2005 Götz Waschk <waschk@linux-mandrake.com> 1.1.92-0.1gpw
- New release 1.1.92

* Thu Feb 17 2005 Götz Waschk <waschk@linux-mandrake.com> 1.1.91-0.2gpw
- update patch 0

* Thu Feb 10 2005 Götz Waschk <waschk@linux-mandrake.com> 1.1.91-0.1gpw
- initial package