rpms/expendable/devel expendable.spec,1.6,1.7

Tim Waugh twaugh at fedoraproject.org
Wed Oct 1 18:11:38 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/expendable/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4799

Modified Files:
	expendable.spec 
Log Message:
* Wed Oct  1 2008 Tim Waugh <twaugh at redhat.com> 0.0.3-2
- 0.0.3.
- Don't run 'make check' as it requires an X display.
- Requires pygtk2.



Index: expendable.spec
===================================================================
RCS file: /cvs/pkgs/rpms/expendable/devel/expendable.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- expendable.spec	1 Oct 2008 16:23:20 -0000	1.6
+++ expendable.spec	1 Oct 2008 18:11:08 -0000	1.7
@@ -11,7 +11,10 @@
 BuildArch: noarch
 BuildRequires: python
 BuildRequires: desktop-file-utils >= 0.2.92
-Requires: GConf2
+BuildRequires: gettext-devel, intltool
+BuildRequires: GConf2
+Requires: pygtk2
+Requires: gnome-python2-gconf
 Requires: numpy
 
 %description
@@ -29,9 +32,6 @@
 %configure
 make
 
-%check
-make check
-
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
@@ -68,6 +68,8 @@
 %changelog
 * Wed Oct  1 2008 Tim Waugh <twaugh at redhat.com> 0.0.3-2
 - 0.0.3.
+- Don't run 'make check' as it requires an X display.
+- Requires pygtk2.
 
 * Mon Sep 29 2008 Tim Waugh <twaugh at redhat.com> 0.0.2-4
 - Use dist in release tag.




More information about the scm-commits mailing list