rpms/qalculate-kde/devel .cvsignore, 1.8, 1.9 qalculate-kde.spec, 1.26, 1.27 sources, 1.8, 1.9 qalculate-kde-cln12.patch, 1.3, NONE qalculate-kde-cln120.patch, 1.1, NONE

Deji Akingunola deji at fedoraproject.org
Fri Jan 29 17:38:00 UTC 2010


Author: deji

Update of /cvs/pkgs/rpms/qalculate-kde/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7365

Modified Files:
	.cvsignore qalculate-kde.spec sources 
Removed Files:
	qalculate-kde-cln12.patch qalculate-kde-cln120.patch 
Log Message:
* Fri Jan 29 2010 Deji Akingunola <dakingun at gmail.com> - 0.9.7-1
- Update to 0.9.7



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qalculate-kde/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	1 Jul 2007 22:18:00 -0000	1.8
+++ .cvsignore	29 Jan 2010 17:37:59 -0000	1.9
@@ -1 +1 @@
-qalculate-kde-0.9.6.tar.gz
+qalculate-kde-0.9.7.tar.gz


Index: qalculate-kde.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qalculate-kde/devel/qalculate-kde.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- qalculate-kde.spec	27 Jul 2009 01:41:51 -0000	1.26
+++ qalculate-kde.spec	29 Jan 2010 17:37:59 -0000	1.27
@@ -1,16 +1,15 @@
 Summary:	A multi-purpose desktop calculator for GNU/Linux
 Name:		qalculate-kde
-Version:	0.9.6
-Release:	9%{?dist}
+Version:	0.9.7
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
 URL:		http://qalculate.sourceforge.net/
-Source0:	http://dl.sf.net/qalculate/qalculate-kde-%{version}.tar.gz
+Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:		qalculate_kde-desktop.patch
-Patch1:		qalculate-kde-cln12.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libqalculate-devel, kdelibs3-devel, gettext
-BuildRequires:	automake16, autoconf, intltool, libtool, pkgconfig
+BuildRequires:	pkgconfig
 Requires:	gnuplot
 
 %description
@@ -23,10 +22,8 @@ This package provides a QT/KDE graphical
 %prep
 %setup -q 
 %patch0 -p0 -b .desktop
-%patch1 -p0 -b .cln
 
 %build
-make -f admin/Makefile.common dist
 unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh
 export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 %configure --disable-rpath
@@ -58,11 +55,15 @@ rm -rf %{buildroot}
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files -f qalculate_kde.lang
 %defattr(-, root, root,-)
@@ -74,6 +75,9 @@ touch --no-create %{_datadir}/icons/hico
 %{_datadir}/icons/hicolor/*/actions/*
 
 %changelog
+* Fri Jan 29 2010 Deji Akingunola <dakingun at gmail.com> - 0.9.7-1
+- Update to 0.9.7
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qalculate-kde/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	1 Jul 2007 22:18:00 -0000	1.8
+++ sources	29 Jan 2010 17:37:59 -0000	1.9
@@ -1 +1 @@
-2d41dc887ad3cf5de29ba4d570de263a  qalculate-kde-0.9.6.tar.gz
+90104c97894f4775737349ad99428bcf  qalculate-kde-0.9.7.tar.gz


--- qalculate-kde-cln12.patch DELETED ---


--- qalculate-kde-cln120.patch DELETED ---



More information about the scm-commits mailing list