Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c343cfc9c | ||
| 69c23b95fe | |||
|
|
23df27aeb6 | ||
| 831419b263 | |||
|
|
2c15b62ec6 |
5 changed files with 12 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
tzclock-2.7.5.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
tzclock-2.7.7.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: tzclock
|
||||
# $Id$
|
||||
NAME := tzclock
|
||||
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),)
|
||||
# attept 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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
e67fa48eb90b6d91971390a055c2887b tzclock-2.7.5.tar.bz2
|
||||
9973f99c0a1114468cb5eec08975fd92 tzclock-2.7.7.tar.bz2
|
||||
|
|
|
|||
12
tzclock.spec
12
tzclock.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: tzclock
|
||||
Version: 2.7.5
|
||||
Version: 2.7.7
|
||||
Release: 1%{?dist}
|
||||
Summary: GTK+ graphical Clock displaying the time around the world
|
||||
|
||||
|
|
@ -10,7 +10,6 @@ Source0: http://www.tzclock.org/releases/%{name}-%{version}.tar.bz2
|
|||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libgnomeui-devel
|
||||
#BuildRequires: librsvg2-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
%description
|
||||
|
|
@ -67,6 +66,15 @@ desktop-file-install \
|
|||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 3 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.7.7-1
|
||||
- 2.7.7
|
||||
|
||||
* Sun Feb 14 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.7.6-2
|
||||
- Fix F-13 DSO linkage issue
|
||||
|
||||
* Sat Nov 21 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.7.6-1
|
||||
- 2.7.6
|
||||
|
||||
* Thu Jul 30 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.7.5-1
|
||||
- 2.7.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue