Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 6adaacba5da1ae506857da20652fdb2f > files > 2

zenity-1.0-1mdk.src.rpm

%define name	zenity
%define version 1.0
%define release 1mdk

Name: %{name}
Summary: Call GNOME dialog boxes from the command line.
Version: %{version}
Release: %{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://public.planetmirror.com/pub/GNOME/sources/zenity
License:	GPL
Group:		Development/GNOME and GTK+
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	pkgconfig libgtk+2.0-devel libglade2.0-devel
BuildRequires:  libGConf2-devel libgnomecanvas2-devel

%description
Zenity allows you to display dialog boxes from the commandline and shell
scripts.

%prep
%setup -q

%build
%configure
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -fr $RPM_BUILD_ROOT/var
%find_lang %name-0.1

%clean
rm -rf $RPM_BUILD_ROOT

%post
scrollkeeper-update -p /var/lib/scrollkeeper -o /usr/share/omf/zenity

%postun
scrollkeeper-update

%files -f %name-0.1.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING HACKING NEWS README THANKS TODO
%{_bindir}/%name
%{_datadir}/%name
%{_datadir}/omf/%name/*.omf

%changelog
* Thu Feb 6 2003 Austin Acton <aacton@yorku.ca> 1.0-1mdk
- initial package