rpms/basket/F-8 basket.spec,1.17,1.18

Rex Dieter rdieter at fedoraproject.org
Thu Dec 4 15:09:39 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/basket/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30012/F-8

Modified Files:
	basket.spec 
Log Message:
* Thu Dec 04 2008 Rex Dieter <rdieter at fedoraproject.org> 1.0.3.1-4
- fix F-8,9 -> F-10+ upgrade path
- Cannot configure basket, kcm_basket.la missing (#474425)
- drop needless Requires: hicolor-icon-theme



Index: basket.spec
===================================================================
RCS file: /cvs/pkgs/rpms/basket/F-8/basket.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- basket.spec	16 Nov 2008 16:14:42 -0000	1.17
+++ basket.spec	4 Dec 2008 15:09:09 -0000	1.18
@@ -4,7 +4,7 @@
 
 Name:          basket
 Version:       1.0.3.1
-Release:       3%{?dist}.1
+Release:       4%{?dist}
 Summary:       Taking care of your ideas
 
 Group:         Applications/Productivity
@@ -17,11 +17,9 @@
 
 BuildRequires: kdelibs3-devel gpgme-devel gettext desktop-file-utils
 %if 0%{?with_kontact}
-BuildRequires: kdepim-devel
+BuildRequires: kdepim3-devel
 %endif 
 
-Requires:      hicolor-icon-theme
-
 %description
 A multi-purpose note-taking application that makes it easy to write down ideas
 as you think, and quickly find them later.  You can collect, import or share
@@ -33,7 +31,7 @@
 Group:          Applications/Productivity
 Summary:        Basket plugin for Kontact
 Requires:       %{name} = %{version}-%{release}
-Requires:       kdepim
+Requires:       kdepim3
 
 %description kontact
 This package contains the kontact plugin for BasKet.
@@ -71,8 +69,8 @@
         $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/kde3/*.la
 # Removing a random sym link created during the build process
+# This will be needed again when/if basket ever provides HTML docs -- Rex
 rm -f $RPM_BUILD_ROOT%{_docdir}/HTML/en/basket/common
 
 %{find_lang} %{name}
@@ -128,6 +126,11 @@
 update-desktop-database &> /dev/null || :
 
 %changelog
+* Thu Dec 04 2008 Rex Dieter <rdieter at fedoraproject.org> 1.0.3.1-4
+- fix ->F-10+ upgrade path
+- Cannot configure basket, kcm_basket.la missing (#474425)
+- drop needless Requires: hicolor-icon-theme
+
 * Sat Nov 15 2008 Christopher D. Stover <quantumburnz at hotmail.com> 1.0.3.1-3
 - resolved kontact broken dependency
 




More information about the fedora-extras-commits mailing list