Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 7b36afb5045d22625e53f3506d2ce20f > files > 2

mate-dialogs-1.5.0-1.fc16.src.rpm

Name:           mate-dialogs
Version:        1.5.0
Release:        1%{?dist}
Summary:        Displays dialog boxes from shell scripts
License:        LGPLv2+ and GPLv2+
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz

BuildRequires:  pkgconfig(gtk+)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  mate-common
BuildRequires:  mate-doc-utils
BuildRequires:  rarian-compat 

%description
Displays dialog boxes from shell scripts.

%prep
%setup -q


%build
NOCONFIGURE=1 ./autogen.sh
%configure --disable-static \
           --enable-libmatenotify

make %{?_smp_mflags} V=1


%install
make install DESTDIR=%{buildroot}

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_bindir}/gdialog
%{_bindir}/matedialog
%{_mandir}/man1/*
%{_datadir}/mate/help/matedialog/
%{_datadir}/omf/matedialog/
%{_datadir}/matedialog/

%changelog
* Mon Oct 29 2012 Leigh Scott <leigh123linux@googlemail.com> - 1.5.0-1
- update to 1.5.0 release
- change build requires style
- fix directory ownership

* Sat Aug 11 2012 Dan Mashal <dan.mashal@fedoraproject.org> 1.4.0-2
- Remove unnecessary require fields, update description, make package own mate and matedialog datadirs and add V=1 to make field.

* Sun Aug 5 2012 Dan Mashal <dan.mashal@fedoraproject.org> 1.4.0-1
- Initial build