Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad2d267cd8 | ||
|
|
b7ef9b6493 | ||
|
|
4bf1a351f8 | ||
|
|
49d633cd2b | ||
|
|
17b57778d4 | ||
|
|
3775b1a4fd | ||
|
|
a489b36437 | ||
|
|
3a3e2603ca | ||
|
|
b77640b9b5 | ||
|
|
a15b57f2ff | ||
|
|
54f9863147 | ||
|
|
34cccef8f6 |
5 changed files with 16 additions and 24 deletions
|
|
@ -1 +0,0 @@
|
||||||
evolution-2.28.0.tar.bz2
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
evolution-2.28.3.tar.bz2
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: evolution
|
|
||||||
# $Id: Makefile,v 1.1 2004/09/09 04:34:33 cvsdist Exp $
|
|
||||||
NAME := evolution
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attempt a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.28.0
|
Version: 2.28.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
|
|
@ -696,6 +696,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 01 2010 Matthew Barnes <mbarnes@redhat.com> - 2.28.3-1.fc12
|
||||||
|
- Update to 2.28.3
|
||||||
|
|
||||||
|
* Mon Dec 14 2009 Milan Crha <mcrha@redhat.com> - 2.28.2-1.fc12
|
||||||
|
- Update to 2.28.2
|
||||||
|
|
||||||
|
* Mon Oct 19 2009 Milan Crha <mcrha@redhat.com> - 2.28.1-1.fc12
|
||||||
|
- Update to 2.28.1
|
||||||
|
- Remove patch 'Tweak desktop file for GNOME Shell' (fixed upstream).
|
||||||
|
|
||||||
|
* Tue Oct 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.28.0-2.fc12
|
||||||
|
- Tweak desktop file for GNOME Shell.
|
||||||
|
|
||||||
* Mon Sep 21 2009 Milan Crha <mcrha@redhat.com> - 2.28.0-1.fc12
|
* Mon Sep 21 2009 Milan Crha <mcrha@redhat.com> - 2.28.0-1.fc12
|
||||||
- Update to 2.28.0
|
- Update to 2.28.0
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
1a8ce4d794b3dea0d086d9809b6ddf0c evolution-2.28.0.tar.bz2
|
23424e7e4be8b1c066a6b8a939a2c582 evolution-2.28.3.tar.bz2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue