General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

ccal spec file : Dries RPM Repository

Back to the ccal rpms

Current spec in pydar2:


# $Id: ccal.spec 4303 2006-04-18 22:05:03Z dries $
# Authority: dag
# Upstream: Jamie Hillman 

%define real_version 06

Summary: Curses-based calendar/journal/diary & todo list program
Name: ccal
Version: 0.6
Release: 2.2
License: GPL
Group: Applications/Productivity
URL: http://www.jamiehillman.co.uk/ccal/

Source: http://www.jamiehillman.co.uk/ccal/ccal%{real_version}.py
Source1: http://www.jamiehillman.co.uk/ccal/instructions.htm
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch
BuildRequires: python >= 2.3
Requires: python >= 2.3

%description
Ccal is a curses-based calendar/journal/diary & todo list program.

%prep
%setup -c -T -D
%{__cp} -apv %{SOURCE1} instructions.html

%build

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 %{SOURCE0} %{buildroot}%{_bindir}/ccal

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc instructions.html
%{_bindir}/ccal

%changelog
* Sat Apr 08 2006 Dries Verachtert  - 0.6-2.2
- Rebuild for Fedora Core 5.

* Fri Dec 10 2004 Dag Wieers  - 0.6-2
- Fixed Group tag.

* Mon Aug 30 2004 Dag Wieers  - 0.6-1
- Updated to release 0.6.

* Fri Aug 20 2004 Dag Wieers  - 0.5-1
- Initial package. (using DAR)