- Update to 0.5.0
This commit is contained in:
parent
0edb115566
commit
50ff27abb3
@ -1 +1 @@
|
||||
libgee-0.3.0.tar.bz2
|
||||
libgee-0.5.0.tar.bz2
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- 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
|
19
libgee-0.5.0-notest.patch
Normal file
19
libgee-0.5.0-notest.patch
Normal file
@ -0,0 +1,19 @@
|
||||
--- libgee-0.5.0/Makefile.in.notest 2009-09-28 14:21:10.000000000 -0400
|
||||
+++ libgee-0.5.0/Makefile.in 2009-10-03 06:26:02.167603717 -0400
|
||||
@@ -98,7 +98,7 @@
|
||||
distdir dist dist-all distcheck
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
-DIST_SUBDIRS = gee tests doc benchmark
|
||||
+DIST_SUBDIRS = gee doc benchmark
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
distdir = $(PACKAGE)-$(VERSION)
|
||||
top_distdir = $(distdir)
|
||||
@@ -274,7 +274,6 @@
|
||||
|
||||
SUBDIRS = \
|
||||
gee \
|
||||
- tests \
|
||||
$(DOC_SUBDIR) \
|
||||
$(BENCHMARK_SUBDIR) \
|
||||
$(NULL)
|
@ -1,13 +1,13 @@
|
||||
Name: libgee
|
||||
Version: 0.3.0
|
||||
Version: 0.5.0
|
||||
Release: 1%{?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.3/libgee-%{version}.tar.bz2
|
||||
Patch0: libgee-0.1.4-notest.diff
|
||||
Source0: http://download.gnome.org/sources/libgee/0.5/libgee-%{version}.tar.bz2
|
||||
Patch0: libgee-0.5.0-notest.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Oct 3 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.0-1
|
||||
- Update to 0.5.0
|
||||
|
||||
* Thu Aug 20 2009 Michel Salim <salimma@fedoraproject.org> - 0.3.0-1
|
||||
- Update to 0.3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user