rpms/libgee/EL-5 libgee-0.1.4-notest.diff, NONE, 1.1 libgee.spec, 1.4, 1.5

Michel Alexandre Salim salimma at fedoraproject.org
Sun Dec 14 06:26:59 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/libgee/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1369/EL-5

Modified Files:
	libgee.spec 
Added Files:
	libgee-0.1.4-notest.diff 
Log Message:
* Sat Dec 13 2008 Michel Salim <salimma at fedoraproject.org> - 0.1.4-2
- Run unit tests only on releases with glib2 >= 2.16


libgee-0.1.4-notest.diff:

--- NEW FILE libgee-0.1.4-notest.diff ---
--- libgee-0.1.4/Makefile.in.notest	2008-11-01 15:23:14.000000000 -0400
+++ libgee-0.1.4/Makefile.in	2008-12-13 13:20:42.000000000 -0500
@@ -207,7 +207,6 @@
 NULL = 
 SUBDIRS = \
 	gee \
-	tests \
 	$(NULL)
 
 pkgconfigdir = $(libdir)/pkgconfig


Index: libgee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgee/EL-5/libgee.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgee.spec	13 Dec 2008 07:15:55 -0000	1.4
+++ libgee.spec	14 Dec 2008 06:26:29 -0000	1.5
@@ -1,12 +1,13 @@
 Name:           libgee
 Version:        0.1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GObject collection library
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://live.gnome.org/Libgee
 Source0:        http://download.gnome.org/sources/libgee/0.1/libgee-%{version}.tar.bz2
+Patch0:         libgee-0.1.4-notest.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel
@@ -47,6 +48,9 @@
 
 %prep
 %setup -q
+%if 0%{?fedora} < 9
+%patch0 -p1 -b .notest
+%endif
 
 
 %build
@@ -55,7 +59,9 @@
 
 
 %check
+%if 0%{?fedora} >= 9
 make check
+%endif
 
 
 %install
@@ -87,6 +93,9 @@
 
 
 %changelog
+* Sat Dec 13 2008 Michel Salim <salimma at fedoraproject.org> - 0.1.4-2
+- Run unit tests only on releases with glib2 >= 2.16
+
 * Sat Dec 13 2008 Michel Salim <salimma at fedoraproject.org> - 0.1.4-1
 - Update to 0.1.4
 




More information about the fedora-extras-commits mailing list