rpms/zenity/devel zenity.spec,1.31,1.32

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Aug 16 04:21:17 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/zenity/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26680

Modified Files:
	zenity.spec 
Log Message:
Drop gdialog, and the perl dependency



Index: zenity.spec
===================================================================
RCS file: /cvs/extras/rpms/zenity/devel/zenity.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- zenity.spec	13 Aug 2007 22:49:51 -0000	1.31
+++ zenity.spec	16 Aug 2007 04:20:45 -0000	1.32
@@ -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 @@
 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 @@
 %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 at redhat.com> - 2.19.2-2
+- Drop gdialog and the perl dependency
+
 * Mon Aug 13 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.2-1
 - Update to 2.19.2
 




More information about the fedora-extras-commits mailing list