rpms/rktime/F-13 rktime.spec,NONE,1.1

Rahul Sundaram sundaram at fedoraproject.org
Fri Jun 4 07:52:33 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/rktime/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15585

Added Files:
	rktime.spec 
Log Message:
* Wed Apr 28 2010 Mohammed Imran <imranceh at gmail.com> - 0.6-2
- Used macros for rm and /bin



--- NEW FILE rktime.spec ---
Name:		rktime
Version:	0.6
Release:	2%{?dist}
Summary:	Multi-zone time display utility
Group:		Applications/Productivity
License:	GPLv2
URL:		http://people.redhat.com/rkeech/#rktime
Source0:	http://people.redhat.com/rkeech/%{name}-%{version}.tgz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:	noarch

%description
A command-line utility which displays the time
in multiple timezones in an easy-to-read way, using color
to help indicate which locations are currently in business
hours.

%prep
%setup -q

%build

%install
%{__rm} -rf $RPM_BUILD_ROOT

%{__install} -Dp -m0755 rktime $RPM_BUILD_ROOT%{_bindir}/rktime
%{__install} -Dp -m0644 rktime.1 $RPM_BUILD_ROOT%{_mandir}/man1/rktime.1
%{__install} -Dp -m0644 rktime.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5/rktime.conf.5

%clean
%{__rm} -rf $RPM_BUILD_ROOT


%files
%defattr (-,root,root,-)
%doc %{_mandir}/man1/%{name}.1.gz
%doc %{_mandir}/man5/%{name}.conf.5.gz
%doc %{name}.conf.sample
%{_bindir}/%{name}

%changelog
* Wed Apr 28 2010 Mohammed Imran <imranceh at gmail.com> - 0.6-2
- Used macros for rm and /bin

* Thu Apr 22 2010 Mohammed Imran <imranceh at gmail.com> - 0.6-1
- Spec file changed for fedora 13

* Sun May 09 2004 <rkeech at redhat.com>
- Added rktime.conf.sample.
- Misc cleanups to main script.

* Wed Oct 08 2003 <rkeech at redhat.com>
- Added Asia/Calcutta zone

* Tue Sep 17 2002 <rkeech at redhat.com>
- Added Europe/Paris zone

* Fri Apr 19 2002 <rkeech at redhat.com>
- spec file change only

* Fri Nov 17 2000 <rkeech at redhat.com>
- Corrected for RH7



More information about the scm-commits mailing list