rpms/tzclock/F-7 tzclock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Thu Dec 6 02:11:12 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/tzclock/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16091/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	tzclock.spec 
Log Message:
Initial import


--- NEW FILE tzclock.spec ---
Name:		tzclock
Version:	2.5.5
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.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libgnomeui-devel
BuildRequires:	librsvg2-devel
BuildRequires:	desktop-file-utils

%description
TzClock is an X Window GTK+ graphical Clock that can display 
the time around the world. It supports multiple faces showing 
different time zones. 
There is a stopwatch funtion that is accurate to a tenth of a second, 
plus there are many other nice features for you to discover.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf $RPM_BUILD_ROOT

# Manual install
for dir in \
	%{_bindir} \
	%{_datadir}/{applications,pixmaps} \
	%{_mandir}/man1
	do
	%{__mkdir_p} $RPM_BUILD_ROOT$dir
done

%{__install} -p -m 0755 TzClockCairo $RPM_BUILD_ROOT%{_bindir}/TzClock
%{__install} -p -m 0644 TzClock.svg $RPM_BUILD_ROOT%{_datadir}/pixmaps/
%{__install} -p -m 0644 TzClock.man $RPM_BUILD_ROOT%{_mandir}/man1/TzClock.1

desktop-file-install \
	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
	--vendor fedora \
	TzClock.desktop

# I like lower case!
%{__ln_s} -f TzClock $RPM_BUILD_ROOT%{_bindir}/%{name}
%{__ln_s} -f TzClock.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc	AUTHORS
%doc	COPYING

%{_bindir}/*
%{_datadir}/pixmaps/*svg
%{_datadir}/applications/*desktop

%{_mandir}/man1/*

%changelog
* Wed Dec  5 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 2.5.5-1
- Initial packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tzclock/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Dec 2007 19:34:36 -0000	1.1
+++ .cvsignore	6 Dec 2007 02:10:39 -0000	1.2
@@ -0,0 +1 @@
+tzclock-2.5.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tzclock/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Dec 2007 19:34:36 -0000	1.1
+++ sources	6 Dec 2007 02:10:39 -0000	1.2
@@ -0,0 +1 @@
+b92983b84ed4db2f028c3831cc1c1869  tzclock-2.5.5.tar.gz




More information about the fedora-extras-commits mailing list