Drop gdialog, and the perl dependency
This commit is contained in:
parent
59da3f72d4
commit
31f75d8c6a
10
zenity.spec
10
zenity.spec
@ -1,6 +1,6 @@
|
||||
Name: zenity
|
||||
Version: 2.19.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Display dialog boxes from shell scripts
|
||||
Group: Applications/System
|
||||
License: LGPLv2+
|
||||
@ -42,6 +42,9 @@ make %{?_smp_mflags}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# we don't want a perl dependency just for this
|
||||
rm $RPM_BUILD_DIR%{_bindir}/gdialog
|
||||
|
||||
%find_lang zenity --with-gnome
|
||||
|
||||
|
||||
@ -60,14 +63,15 @@ scrollkeeper-update -q || :
|
||||
%files -f zenity.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS NEWS THANKS README
|
||||
%{_bindir}/gdialog
|
||||
%{_bindir}/zenity
|
||||
%{_datadir}/zenity
|
||||
%{_datadir}/omf/zenity
|
||||
%{_mandir}/man1/zenity.1.gz
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-2
|
||||
- Drop gdialog and the perl dependency
|
||||
|
||||
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
|
||||
- Update to 2.19.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user