SPECS: calendar.spec - change name and version - change project UR...

wolvverine wolvverine at pld-linux.org
Thu Jul 14 17:57:23 CEST 2005


Author: wolvverine                   Date: Thu Jul 14 15:57:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 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

---- Files affected:
SPECS:
   calendar.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/calendar.spec
diff -u SPECS/calendar.spec:1.10 SPECS/calendar.spec:1.11
--- SPECS/calendar.spec:1.10	Mon Jul 11 20:46:24 2005
+++ SPECS/calendar.spec	Thu Jul 14 17:57:18 2005
@@ -1,52 +1,51 @@
 # $Revision$, $Date$
 #
-#TODO: sync pl and en description
-# files needs fix
-#
 Summary:	Simple calendar which helps you to remember about important days
 Summary(pl):	Prosty kalendarz pomagający pamiętać o ważnych dniach
-Name:		calendar
-Version:	0.2
-Release:	0.1
+Name:		tskal
+Version:	0.4
+Release:	1
 License:	GPL
 Group:		X11/Applications
 # Source0Download:	http://mike.oldfield.org.pl/tytus/index.html
 Source0:	http://mike.oldfield.org.pl/tytus/prog/%{name}-%{version}.tgz
-# Source0-md5:	614e6c5bd343cdf731ece14e19494274
-URL:		http://mike.oldfield.org.pl/tytus/index.html
-BuildRequires:	autoconf
-BuildRequires:	automake
-BuildRequires:	kdelibs-devel
-BuildRequires:	libart_lgpl-devel
-BuildRequires:	libtool
-BuildRequires:	qt-devel >= 3.3
+# Source0-md5:	5ed8ee5ab0dc2914638e136530ad6b2b
+URL:		http://mike.oldfield.org.pl/tytus/tskal.html
+BuildRequires:	glibc-devel
+BuildRequires:	qt-devel > 3.3
+BuildRequires:	qmake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%description
-Calendar is simple and easy application which helps you to remember about
-important days.
+Obsoletes:	calendar
 
+%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 comming. This gives us some time for action (ie. to buy 
+flowers). Application uses skin system.
 %description -l pl
-Kalendarz jest prostą, opartą o biblioteki Qt aplikacją, 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).
-Kalendarz obsługuje skórki. Przykładowe można pobrać z:
-http://mike.oldfield.org.pl/tytus/prog/calendar_addons.tgz
+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. 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 
 %build
-%configure
-%{__make}
+qmake
+%{__make} \
+        QTDIR=%{_prefix}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	INSTALL_ROOT=$RPM_BUILD_ROOT \
+	QTDIR=%{_prefix}
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,14 +53,10 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-# XXX: use _kdedocdir
-%dir %{_datadir}/doc/HTML/en/kalendarz
-%{_datadir}/doc/HTML/en/kalendarz/*
-%{_datadir}/apps/kalendarz
-%{_iconsdir}/hicolor/16x16/apps/*
-%{_iconsdir}/hicolor/32x32/apps/*
-# XXX: use _desktopdir
-%{_datadir}/applnk/Utilities/*
+%dir %{_docdir}/tskal
+%{_docdir}/tskal/*
+%dir %{_datadir}/tskal
+%{_datadir}/tskal/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -69,12 +64,16 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.10  2005/07/11 18:46:24  qboosh
-- pl cosmetics
-- files needs fix - release 0.1
+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.9  2005/07/11 02:22:55  wolvverine
-- add skins URL to pl description
 
 Revision 1.8  2005/07/10 17:25:19  wolf
 - s/simply/simple/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/calendar.spec?r1=1.10&r2=1.11&f=u




More information about the pld-cvs-commit mailing list