# $Revision: 1.21 $, $Date: 2006/10/25 11:40:49 $ Summary: Simple calendar which helps you to remember about important days Summary(pl): Prosty kalendarz pomagający pamiętać o ważnych datach Name: tskal Version: 0.6 Release: 2 License: GPL Group: X11/Applications Source0: http://tytus.oldfield.org.pl/prog/%{name}-%{version}.tgz # Source0-md5: 936f9bdcf034c71bf5cdfc0fd61a270e URL: http://tytus.oldfield.org.pl/tskal.html BuildRequires: qt4-qmake BuildRequires: qt4-build >= 4.2 BuildRequires: QtCore-devel >= 4.2 BuildRequires: QtGui-devel >= 4.2 BuildRequires: QtXml-devel >= 4.2 #BuildRequires: libical-devel >= 0.24 Obsoletes: calendar BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) #Requires: libical >= 0.24 Requires: QtGui >= 4.2 Requires: QtCore >= 4.2 Requires: QtXml >= 4.2 %description Tskal is simple and easy application which helps you to remember about important days. Application displays calendar cards in horizontal line so it is easy to notice few days before that an event (ie. partner's birthday) is coming. This gives us some time for action (ie. to buy flowers). Application uses skin system. %description -l pl Tskal jest prostą aplikacją opartą o biblioteki Qt, która wyświetla kartki kalendarza ułożone w pasek. Dzięki temu, podobnie jak to czynią poborowi używając centymetra, już na wiele dni wcześniej łatwo zauważyć, że coś się zbliża (np. imieniny żony) i mamy czas na sensowną reakcję (czyt. wybór i kupno prezentów i kwiatów). Aplikacja używa systemu skórek. %package themes Summary: Additional skins for tskal application (recommended) Summary(pl): Dodatkowe skórki dla programu tskal (zalecane) Group: X11/Applications Requires: %{epoch}:%{name}-%{version} %description themes Additional skins for tskal application, which allows customise user interface. It is recommended by author to install this package because there is only one built-in skin in main package. %description themes -l pl W tym pakiecie znajdują się dodatkowe skórki do programu tskal. Dzięki nim można lepiej dostosować wygląd aplikacji. Autor poleca instalację tego pakietu, ponieważ w głównym pakiecie zawiera się tylko jedna, domyślna skórka. %prep %setup -q %build qt4-qmake \ QMAKE_CXX="%{__cxx}" \ QMAKE_LINK="%{__cxx}" \ QMAKE_CXXFLAGS_RELEASE="%{rpmcxxflags}" \ QMAKE_LFLAGS="%{rpmldflags}" \ QMAKE_RPATH= %{__make} \ QTDIR=%{_prefix} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ INSTALL_ROOT=$RPM_BUILD_ROOT \ QTDIR=%{_prefix} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc doc/docb/* doc/um/* %attr(755,root,root) %{_bindir}/* %dir %{_datadir}/tskal %{_datadir}/tskal/*.qm %{_datadir}/applications/*.desktop %dir %{_datadir}/tskal/themes %files themes %defattr(644,root,root,755) %{_datadir}/tskal/themes/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team All persons listed below can be reached at @pld-linux.org $Log: tskal.spec,v $ Revision 1.21 2006/10/25 11:40:49 tommat - added themes subpackage (patch suggested by author) - fixed documentation - adapterized - rel 3 Revision 1.20 2006/10/21 16:00:31 maciek2w - fixed optflags Revision 1.19 2006/10/21 15:09:19 maciek2w - use optflags Revision 1.18 2006/10/06 14:21:39 wolvverine - up to 0.5-2 Revision 1.17 2005/11/24 11:13:17 darekr - updated to 0.5 Revision 1.16 2005/07/19 07:38:39 tommat - removed already done todo Revision 1.15 2005/07/18 10:21:27 ankry - better pl? Revision 1.14 2005/07/18 09:20:15 tommat - version 0.4.1 Revision 1.13 2005/07/15 21:58:21 qboosh - typo, removed BR: glibc-devel (required by rpm-build), some todos Revision 1.12 2005/07/14 16:16:48 glen - restore lost rev 1.10 Revision 1.11 2005/07/14 15:57:18 wolvverine - change name and version - change project URL - change BuildRequires (removed automake, autoconf, libtool,libart_lgpl-devel, kdelibs-devel, added qmake) - add Obsoletes - sync en/pl description - change build section - change install section - change files section Revision 1.10 2005/07/11 18:46:24 qboosh - pl cosmetics - files needs fix - release 0.1 Revision 1.8 2005/07/10 17:25:19 wolf - s/simply/simple/ Revision 1.7 2005/07/10 14:25:04 ankry - kill -l en Revision 1.6 2005/07/10 14:23:22 ankry - sync pl/en summary Revision 1.5 2005/07/10 13:54:22 wolvverine - change Summary Revision 1.4 2005/07/10 13:50:04 glen - s/de/en/; desc wrapped at 70 chars Revision 1.3 2005/07/10 13:33:14 wolvverine - add english description - correct files section Revision 1.2 2005/07/10 08:34:49 glen - adapterized Revision 1.1 2005/07/10 05:14:35 wolvverine - spec for program Calendar - Adam Skowroński tytus oldfield org pl