Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Fedora Release Engineering
f442122b79 dist-git conversion 2010-07-29 14:35:25 +00:00
15fdaeb766 - 2.7.7 2010-06-03 14:02:34 +00:00
Jesse Keating
dc6381ecd8 Initialize branch F-13 for tzclock 2010-02-17 03:22:43 +00:00
6 changed files with 7 additions and 44 deletions

View file

@ -1 +0,0 @@
tzclock-2.7.6.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
tzclock-2.7.7.tar.bz2

View file

@ -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 $$d/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)

View file

@ -1 +1 @@
94d10e9195629de12bad3d7a6cc65563 tzclock-2.7.6.tar.bz2
9973f99c0a1114468cb5eec08975fd92 tzclock-2.7.7.tar.bz2

View file

@ -1,10 +0,0 @@
--- tzclock-2.7.6/configure.ac.DSO 2009-09-24 16:24:18.000000000 +0900
+++ tzclock-2.7.6/configure.ac 2010-02-14 02:43:15.000000000 +0900
@@ -13,6 +13,7 @@
# Checks for libraries.
PKG_CHECK_MODULES(DEPS, libgnomeui-2.0 gtk+-2.0 >= 2.4.0)
+AC_CHECK_LIB(m, lrint, [DEPS_LIBS="$DEPS_LIBS -lm"])
AC_SUBST(DEPS_CFLAGS)
AC_SUBST(DEPS_LIBS)

View file

@ -1,22 +1,17 @@
Name: tzclock
Version: 2.7.6
Release: 2%{?dist}
Version: 2.7.7
Release: 1%{?dist}
Summary: GTK+ graphical Clock displaying the time around the world
Group: Amusements/Graphics
License: GPLv2
URL: http://www.tzclock.org/
Source0: http://www.tzclock.org/releases/%{name}-%{version}.tar.bz2
# Patch0 needs autotool
Patch0: tzclock-2.7.6-DSOlinkage.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libgnomeui-devel
BuildRequires: desktop-file-utils
# For Patch0
BuildRequires: automake
%description
TzClock is an X Window GTK+ graphical Clock that can display
the time around the world. It supports multiple faces showing
@ -26,10 +21,6 @@ plus there are many other nice features for you to discover.
%prep
%setup -q
%patch0 -p1 -b .DSO
# For Patch0
autoreconf -fi
%build
%configure
@ -75,6 +66,9 @@ 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