[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/glib2/devel glib-2.7.5-tests.patch, NONE, 1.1 glib2.spec, 1.37, 1.38
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/glib2/devel glib-2.7.5-tests.patch, NONE, 1.1 glib2.spec, 1.37, 1.38
- Date: Tue, 2 Aug 2005 13:23:23 -0400
Author: mclasen
Update of /cvs/dist/rpms/glib2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15092
Modified Files:
glib2.spec
Added Files:
glib-2.7.5-tests.patch
Log Message:
Reorder test runs
glib-2.7.5-tests.patch:
Makefile.am | 2 +-
Makefile.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE glib-2.7.5-tests.patch ---
--- glib-2.7.5/tests/Makefile.am.tests 2005-08-02 13:21:14.000000000 -0400
+++ glib-2.7.5/tests/Makefile.am 2005-08-02 13:21:30.000000000 -0400
@@ -1,4 +1,4 @@
-SUBDIRS=gobject refcount
+SUBDIRS= . gobject refcount
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I$(top_srcdir)/gmodule $(GLIB_DEBUG_FLAGS)
--- glib-2.7.5/tests/Makefile.in.tests 2005-08-02 13:21:38.000000000 -0400
+++ glib-2.7.5/tests/Makefile.in 2005-08-02 13:22:05.000000000 -0400
@@ -236,7 +236,7 @@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-SUBDIRS = gobject refcount
+SUBDIRS = . gobject refcount
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I$(top_srcdir)/gmodule $(GLIB_DEBUG_FLAGS)
Index: glib2.spec
===================================================================
RCS file: /cvs/dist/rpms/glib2/devel/glib2.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- glib2.spec 2 Aug 2005 16:56:32 -0000 1.37
+++ glib2.spec 2 Aug 2005 17:23:18 -0000 1.38
@@ -7,6 +7,7 @@
Source: glib-%{version}.tar.bz2
Source2: glib2.sh
Source3: glib2.csh
+Patch0: glib-2.7.5-tests.patch
Conflicts: libgnomeui <= 2.2.0
BuildRoot: %{_tmppath}/glib-%{PACKAGE_VERSION}-root
BuildRequires: pkgconfig >= 0.8
@@ -36,6 +37,7 @@
%prep
%setup -q -n glib-%{version}
+%patch0 -p1 -b .tests
%build
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]