rpms/kdeaccessibility/F-9 kdeaccessibility.spec, 1.57, 1.58 sources, 1.30, 1.31

Lukas Tinkl ltinkl at fedoraproject.org
Wed Jan 28 14:15:02 UTC 2009


Author: ltinkl

Update of /cvs/extras/rpms/kdeaccessibility/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27973

Modified Files:
	kdeaccessibility.spec sources 
Log Message:
KDE 4.2.0



Index: kdeaccessibility.spec
===================================================================
RCS file: /cvs/extras/rpms/kdeaccessibility/F-9/kdeaccessibility.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- kdeaccessibility.spec	7 Jan 2009 10:41:58 -0000	1.57
+++ kdeaccessibility.spec	28 Jan 2009 14:14:32 -0000	1.58
@@ -1,7 +1,7 @@
 Summary:        K Desktop Environment - Accessibility
 Name:           kdeaccessibility
 Epoch:          1
-Version:        4.1.4
+Version:        4.2.0
 Release:        1%{?dist}
 
 Group:          User Interface/Desktops
@@ -11,31 +11,34 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: alsa-lib-devel
-BuildRequires: cmake
 BuildRequires: festival
 # workaround (hopefully) temporary borkage
 %ifnarch sparcv9 sparc64
 BuildRequires: flite-devel
 %endif
-BuildRequires: kde-filesystem >= 4
 BuildRequires: kdelibs4-devel >= %{version}
-BuildRequires: kdebase-workspace-devel >= %{version}
+BuildRequires: plasma-devel >= %{version}
+## cmake output to check on
+#-- The KTTSD Epos plugin will be built but the pos executable was not found.
+#-- The KTTSD FreeTTS plugin will be built but the freetts.jar file was not found.
+#-- The KTTSD Hadifix plugin will be built but the txt2pho executable was not found.
+#-- The KTTSD Hadifix plugin will be built but the mbrola executable was not found.
 
-# FIXME/TODO: are there other explicit Requires?
 Requires(post): /sbin/ldconfig xdg-utils
 Requires(postun): /sbin/ldconfig xdg-utils
-%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
 Requires: kdelibs4 >= %{version}
-Requires: kdebase-workspace >= %{version}
 
-Obsoletes: %{name}-devel < %{?epoch:%{epoch}:}%{version}-%{release}
+Obsoletes: kdeaccessibility-devel < 1:3.5.8 
+
+#noarch ?  -- Rex
 Provides: mono-icon-theme = %{version}-%{release}
 
 %description
 Included with this package are:
-* kmag, a screen magnifier,
-* kmousetool, a program for people whom it hurts to click the mouse,
-* kmouth, program that allows people who have lost their voice
+* kmag: a screen magnifier
+* kmousetool: a program for people whom it hurts to click the mouse
+* kmouth: program that allows people who have lost their voice
+* ktts: text to speech support
 
 
 %prep
@@ -44,7 +47,7 @@
 
 %build
 
-mkdir -p %{_target_platform} 
+mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kde4} ..
 popd
@@ -54,8 +57,7 @@
 
 %install
 rm -rf %{buildroot}
-
-make install DESTDIR=%{buildroot} -C %{_target_platform}
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %clean
@@ -95,11 +97,38 @@
 %{_kde4_libdir}/lib*.so.*
 %{_kde4_libdir}/lib*.so
 %{_kde4_libdir}/kde4/*
+%{_mandir}/*/*.gz
 
 
 %changelog
-* Wed Jan 07 2009 Than Ngo <than at redhat.com> - 4.1.4-1
-- 4.1.4
+* Thu Jan 22 2009 Than Ngo <than at redhat.com> - 4.2.0-1
+- 4.2.0
+
+* Fri Jan 09 2009 Lorenzo Villani <lvillani at binaryhelix.net> - 1:4.1.96-2
+- rebuilt
+- fix file list
+
+* Wed Jan 07 2009 Than Ngo <than at redhat.com> - 4.1.96-1
+- 4.2rc1
+
+* Thu Dec 11 2008 Than Ngo <than at redhat.com> -  4.1.85-1
+- 4.2beta2
+
+* Thu Dec 04 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.1.80-4
+- rebuild for fixed kde-filesystem (macros.kde4) (get rid of rpaths)
+
+* Thu Dec 04 2008 Rex Dieter <rdieter at fedoraproject.or> 4.1.80-3
+- drop (Build)Requires: kdebase-workspace(-devel)
+- BR: plasma-devel
+- better, versioned Obsoletes: kdeaccessibility-devel ...
+
+* Thu Nov 20 2008 Than Ngo <than at redhat.com> 4.1.80-2
+- remove duplicated BR on cmake, it's already done in kdelibs-devel
+
+* Wed Nov 19 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 1:4.1.80-1
+- 4.1.80
+- BR cmake >= 2.6.2
+- make install/fast
 
 * Tue Nov 11 2008 Than Ngo <than at redhat.com> 4.1.3-1
 - KDE 4.1.3
@@ -252,7 +281,7 @@
 * Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 1:3.5.1-1.1
 - rebuilt for new gcc4.1 snapshot and glibc changes
 
-* Fri Feb 03 2006 Than Ngo <than at redhat.com> 1:3.5.1-1 
+* Fri Feb 03 2006 Than Ngo <than at redhat.com> 1:3.5.1-1
 - 3.5.1
 
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kdeaccessibility/F-9/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sources	7 Jan 2009 10:41:58 -0000	1.30
+++ sources	28 Jan 2009 14:14:32 -0000	1.31
@@ -1 +1 @@
-da6c157741d73eb1445cd60d9b78cd2e  kdeaccessibility-4.1.4.tar.bz2
+f32f24c4f07906b7af39ca18d47b5e27  kdeaccessibility-4.2.0.tar.bz2




More information about the fedora-extras-commits mailing list