cvsdist 7a21246
%define debug 0
cvsdist 7a21246
%define final 0
cea9f56
%define make_cvs 1
cea9f56
cvsdist b3b3926
%define arts 1
cvsdist 7a21246
17a4a25
%define qt_version 3.3.6
8a5b51d
%define kdelibs_epoch 6
8a5b51d
%define kdebase_epoch 6
8a5b51d
%define qt_epoch 1
cvsdist 3774307
5fb8a56
%define disable_gcc_check_and_hidden_visibility 1
5fb8a56
cvsdist 3774307
Name: kdeedu
9fb18df
Version: 3.5.3
77163d3
Release: 1.1
cvsdist 3774307
Summary: Educational/Edutainment applications for KDE
cvsdist 3774307
URL: http://www.kde.org/
cvsdist 3774307
License: GPL
cvsdist 3774307
Group: User Interface/Desktops
cvsdist 3774307
Prefix: %{_prefix}
cvsdist 7a21246
f93b860
Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
cvsdist 7a21246
cvsdist 84d4fe8
Patch1: kde-libtool.patch
cvsdist 7a21246
8a5b51d
Requires: kdebase >= %{kdebase_epoch}:%{version}
8a5b51d
Requires: qt >= %{qt_epoch}:%{qt_version}
cvsdist 6d0f211
Requires(post,postun): /sbin/ldconfig
cvsdist 6396954
bf2e65d
BuildRequires: kdebase-devel
cvsdist 7a21246
cvsdist 638b295
Obsoletes: keduca
4c69a39
Obsoletes: kig
cvsdist 638b295
Obsoletes: klettres
cvsdist 638b295
Obsoletes: kmessedwords
cvsdist 638b295
Obsoletes: kstars
cvsdist 638b295
Obsoletes: ktouch
cvsdist 638b295
Obsoletes: kvoctrain
cvsdist 638b295
cvsdist 638b295
Provides: keduca
4c69a39
Provides: kig
cvsdist 638b295
Provides: klettres
cvsdist 638b295
Provides: kmessedwords
cvsdist 638b295
Provides: kstars
cvsdist 638b295
Provides: ktouch
cvsdist 638b295
Provides: kvoctrain
cvsdist 638b295
cea9f56
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
cvsdist 3774307
cvsdist 3774307
%description
cvsdist 3774307
Educational/Edutainment applications for KDE
cvsdist 3774307
cvsdist 638b295
%package devel
cvsdist 638b295
Summary: Header files for kdeedu
cvsdist 638b295
Group: Development/Libraries
cvsdist 638b295
Requires: %{name} = %{version}-%{release}
cvsdist 638b295
cvsdist 638b295
%description devel
cvsdist 638b295
This package contains header files for kdeedu.
cvsdist 638b295
cvsdist 3774307
%package -n keduca
cvsdist 3774307
Summary: Tests and Exams
cvsdist 3774307
Group: User Interface/Desktops
cvsdist 3774307
cvsdist 3774307
%description -n keduca
cvsdist 3774307
Tests and Exams
cvsdist 3774307
4c69a39
%package -n kig
cvsdist 3774307
Summary: Interactive Geometry
cvsdist 3774307
Group: User Interface/Desktops
cvsdist 3774307
4c69a39
%description -n kig
cvsdist 3774307
Interactive Geometry
cvsdist 3774307
cvsdist 3774307
%package -n klettres
cvsdist 3774307
Summary: French alphabet tutor
cvsdist 3774307
Group: User Interface/Desktops
cvsdist 3774307
cvsdist 3774307
%description -n klettres
cvsdist 3774307
French alphabet tutor
cvsdist 3774307
cvsdist 3774307
%package -n kmessedwords
cvsdist 3774307
Summary: Letter Order Game
cvsdist 3774307
Group: User Interface/Desktops
cvsdist 3774307
cvsdist 3774307
%description -n kmessedwords
cvsdist 3774307
Letter Order Game
cvsdist 3774307
cvsdist 3774307
%package -n kstars
cvsdist 3774307
Summary: Desktop Planetarium
cvsdist 3774307
Group: User Interface/Desktops
cvsdist 3774307
cvsdist 3774307
%description -n kstars
cvsdist 3774307
Desktop Planetarium
cvsdist 3774307
cvsdist 3774307
%package -n ktouch
cvsdist 3774307
Summary: Touch Typing Tutor
cvsdist 3774307
Group: User Interface/Desktops
cvsdist 3774307
cvsdist 3774307
%description -n ktouch
cvsdist 3774307
Touch Typing Tutor
cvsdist 3774307
cvsdist 3774307
%package -n kvoctrain
cvsdist 3774307
Summary: Vocabulary Trainer
cvsdist 3774307
Group: User Interface/Desktops
cvsdist 3774307
cvsdist 3774307
%description -n kvoctrain
cvsdist 3774307
Vocabulary Trainer
cvsdist 3774307
cvsdist 3774307
%prep
cvsdist 7a21246
%setup -q
cvsdist 84d4fe8
%patch1 -p1 -b .libtool
cvsdist 7a21246
ab5b476
%ifarch s390 s390x ppc ppc64
8a5b51d
  rm -rf doc/kstars kstars
8a5b51d
  perl -pi -e "s|kstars||" subdirs
1d9c2d7
%endif
1d9c2d7
cvsdist 7a21246
%build
cvsdist e876446
unset QTDIR || : ; . /etc/profile.d/qt.sh
cea9f56
af70760
rm -rf doc/kgeography kgeography
af70760
perl -pi -e "s|kgeography||" subdirs
af70760
cea9f56
%if %{make_cvs}
cea9f56
  make -f admin/Makefile.common cvs
cea9f56
%endif
cea9f56
cvsdist 638b295
%configure \
9fb18df
%if 0
8a5b51d
   --enable-new-ldflags \
9fb18df
%endif
8a5b51d
   --disable-dependency-tracking \
cvsdist 1e4600f
   --disable-rpath \
63d76ef
   --enable-kig-python-scripting \
8a5b51d
%if %{disable_gcc_check_and_hidden_visibility}
8a5b51d
   --disable-gcc-hidden-visibility \
8a5b51d
%endif
cvsdist b3b3926
%if %{arts} == 0
cvsdist b3b3926
   --without-arts \
cvsdist b3b3926
%endif
8a5b51d
%if %{debug} == 0
8a5b51d
   --disable-debug \
8a5b51d
   --disable-warnings \
8a5b51d
%endif
cvsdist 1e4600f
%if %{final}
cvsdist 1e4600f
   --enable-final \
cvsdist 1e4600f
%endif
cvsdist 638b295
   --includedir=%{_includedir}/kde \
cvsdist 1e4600f
   --with-qt-libraries=$QTDIR/lib
cvsdist 3774307
cvsdist 7a21246
make %{?_smp_mflags}
cvsdist 3774307
cvsdist 3774307
%install
9fb18df
rm -rf %{buildroot}
cvsdist 638b295
9fb18df
make install DESTDIR=%{buildroot}
cvsdist e876446
cvsdist 638b295
%clean
9fb18df
rm -rf %{buildroot}
cvsdist 3774307
cvsdist 6d0f211
%post -p /sbin/ldconfig
cvsdist 6d0f211
cvsdist 6d0f211
%postun -p /sbin/ldconfig
cvsdist 6d0f211
cvsdist 638b295
%files
cvsdist 3774307
%defattr(-,root,root)
cvsdist 638b295
%doc %{_docdir}/HTML/en/*
cvsdist 638b295
%{_bindir}/*
9fb18df
%{_libdir}/*.so*
cvsdist 8f0fa97
%{_libdir}/*.la
cvsdist 1e4600f
%{_libdir}/kde3/*
cvsdist 1e4600f
%{_datadir}/applications/kde/*
cvsdist 1e4600f
%{_datadir}/applnk/Edutainment/*
cvsdist 638b295
%{_datadir}/apps/*
cvsdist 638b295
%{_datadir}/mimelnk/application/*
cvsdist 638b295
%{_datadir}/icons/*/*/*/*
cvsdist 1e4600f
%{_datadir}/services/*
cvsdist b3b3926
%{_datadir}/config.kcfg/*
cvsdist b3b3926
%{_datadir}/config/*
cvsdist 3774307
cvsdist 638b295
%files devel
cvsdist 6396954
%defattr(-,root,root)
cvsdist 638b295
%{_includedir}/kde/*
cvsdist 3774307
cvsdist 3774307
%changelog
77163d3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.5.3-1.1
77163d3
- rebuild
77163d3
9fb18df
* Sat Jun 03 2006 Than Ngo <than@redhat.com> 3.5.3-1
9fb18df
- update to 3.5.3
9fb18df
17a4a25
* Wed Apr 05 2006 Than Ngo <than@redhat.com> 3.5.2-1
17a4a25
- update to 3.5.2
17a4a25
a8b3bf4
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.5.1-1.2
a8b3bf4
- bump again for double-long bug on ppc(64)
a8b3bf4
af7cf49
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.5.1-1.1
af7cf49
- rebuilt for new gcc4.1 snapshot and glibc changes
af7cf49
8a5b51d
* Sat Feb 04 2006 Than Ngo <than@redhat.com> 3.5.1-1 
8a5b51d
- 3.5.1
8a5b51d
aeb8dc2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
aeb8dc2
- rebuilt
aeb8dc2
3764513
* Tue Nov 29 2005 Than Ngo <than@redhat.com> 3.5.0-1
3764513
- 3.5 final
3764513
af70760
* Fri Nov 11 2005 Than Ngo <than@redhat.com> 3.4.92-2
af70760
- fix #172887 
af70760
6a514d7
* Tue Oct 25 2005 Than Ngo <than@redhat.com> 3.4.92-1
6a514d7
- update to 3.5 beta2
6a514d7
8a050a2
* Thu Oct 06 2005 Than Ngo <than@redhat.com> 3.4.91-1
8a050a2
- update to 3.5 beta 1
8a050a2
5808ade
* Wed Sep 21 2005 Than Ngo <than@redhat.com> 3.4.2-3
5808ade
- fix uic build problem
5808ade
6cd06f8
* Wed Aug 24 2005 Than Ngo <than@redhat.com> 3.4.2-2
6cd06f8
- rebuilt against boost-1.33
6cd06f8
5fb8a56
* Wed Aug 10 2005 Than Ngo <than@redhat.com> 3.4.2-1
5fb8a56
- update to 3.4.2
5fb8a56
63d76ef
* Mon Jul 18 2005 Than Ngo <than@redhat.com> 3.4.1-2
63d76ef
- enable python-scripting #157961
63d76ef
e6b8c4d
* Tue Jun 28 2005 Than Ngo <than@redhat.com> 3.4.1-1
e6b8c4d
- 3.4.1
1b1dc47
- fix gcc4 build problem
e6b8c4d
f93b860
* Fri Mar 18 2005 Than Ngo <than@redhat.com> 3.4.0-1
f93b860
- 3.4.0
f93b860
08a9d6d
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 3.4.0-0.rc1.2
08a9d6d
- rebuilt against gcc-4.0.0-0.31
08a9d6d
cea9f56
* Tue Mar 01 2005 Than Ngo <than@redhat.com> 3.4.0-0.rc1.1 
cea9f56
- 3.4.0 rc1
cea9f56
cea9f56
* Wed Feb 16 2005 Than Ngo <than@redhat.com> 3.3.92-0.1
cea9f56
- KDE-3.4 Beta2
cea9f56
2412317
* Wed Feb 09 2005 Than Ngo <than@redhat.com> 3.3.2-0.2
4c69a39
- replace kgeo (#142367)
2412317
3731557
* Fri Dec 03 2004 Than Ngo <than@redhat.com> 3.3.2-0.1
4c69a39
- update to 3.3.2
3731557
bf2e65d
* Mon Oct 18 2004 Than Ngo <than@redhat.com> 3.3.1-2
bf2e65d
- rebuilt
bf2e65d
ff4e060
* Wed Oct 13 2004 Than Ngo <than@redhat.com> 3.3.1-1
ff4e060
- update to 3.3.1 release
ff4e060
cvsdist c7b7cd7
* Mon Aug 23 2004 Than Ngo <than@redhat.com> 3.3.0-1
cvsdist c7b7cd7
- update to 3.3.0 release
cvsdist c7b7cd7
cvsdist b3b3926
* Tue Aug 10 2004 Than Ngo <than@redhat.com> 3.3.0-0.1.rc2
cvsdist b3b3926
- update to 3.3.0 rc2
cvsdist b3b3926
cvsdist 84d4fe8
* Mon Jun 21 2004 Than Ngo <than@redhat.com> 3.2.3-1
cvsdist 84d4fe8
- update to 3.2.3
cvsdist 84d4fe8
cvsdist 84d4fe8
* Wed Apr 14 2004 Than Ngo <than@redhat.com> 3.2.2-2
cvsdist 84d4fe8
- fix some broken code
cvsdist 84d4fe8
cvsdist a91a778
* Wed Apr 14 2004 Than Ngo <than@redhat.com> 3.2.2-1
cvsdist a91a778
- update to 3.2.2
cvsdist a91a778
cvsdist 6d0f211
* Sun Mar 07 2004 Than Ngo <than@redhat.com> 3.2.1-1
cvsdist 6d0f211
- 3.2.1
cvsdist 6d0f211
cvsdist 6d0f211
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6d0f211
- rebuilt
cvsdist 6d0f211
cvsdist 6d0f211
* Tue Feb 24 2004 Than Ngo <than@redhat.com> 3.2.0-1.5
cvsdist 6d0f211
- gcc 3.4 build problem
cvsdist 6d0f211
cvsdist 6d0f211
* Thu Feb 19 2004 Than Ngo <than@redhat.com> 3.2.0-1.4
cvsdist 6d0f211
- add missing ldconfig in post/postun, #116171
cvsdist 6d0f211
cvsdist 6d0f211
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6d0f211
- rebuilt
cvsdist 6d0f211
cvsdist 6d0f211
* Thu Feb 05 2004 Than Ngo <than@redhat.com> 3.2.0-0.3
cvsdist 6d0f211
- 3.2.0 release
cvsdist 6d0f211
- built against qt 3.3.0
cvsdist 6d0f211
cvsdist 1e4600f
* Mon Jan 19 2004 Than Ngo <than@redhat.com> 3.1.95-0.1
cvsdist 1e4600f
- KDE 3.2 RC1
cvsdist 1e4600f
cvsdist 1e4600f
* Mon Dec 01 2003 Than Ngo <than@redhat.com> 3.1.94-0.1
cvsdist 1e4600f
- KDE 3.2 Beta 2
cvsdist 1e4600f
cvsdist 1e4600f
* Thu Nov 27 2003 Than Ngo <than@redhat.com> 3.1.93-0.2
cvsdist 1e4600f
- get rid of rpath
cvsdist 1e4600f
cvsdist 1e4600f
* Wed Nov 12 2003 Than Ngo <than@redhat.com> 3.1.93-0.1
cvsdist 1e4600f
- KDE 3.2 Beta1
cvsdist 1e4600f
- cleanup
cvsdist 1e4600f
- remove some unneeded patch files
cvsdist 1e4600f
cvsdist a79e0d9
* Tue Sep 30 2003 Than Ngo <than@redhat.com> 3.1.4-1
cvsdist 3e25b2d
- 3.1.4
cvsdist 3e25b2d
cvsdist a79e0d9
* Thu Aug 21 2003 Than Ngo <than@redhat.com> 3.1.3-2
cvsdist a79e0d9
- fixed build problem with gcc 3.3
cvsdist a79e0d9
cvsdist a79e0d9
* Tue Aug 12 2003 Than Ngo <than@redhat.com> 3.1.3-1
cvsdist 8f0fa97
- 3.1.3
cvsdist a79e0d9
cvsdist a79e0d9
* Fri Jul 4 2003 Than Ngo <than@redhat.com> 3.1.2-5
cvsdist 8f0fa97
- don't include debug infos in main package (bug #87730)
cvsdist 51ff40c
cvsdist a79e0d9
* Thu Jun 26 2003 Than Ngo <than@redhat.com> 3.1.2-4
cvsdist a79e0d9
- rebuilt
cvsdist a79e0d9
cvsdist a79e0d9
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist a79e0d9
- rebuilt
cvsdist a79e0d9
cvsdist a79e0d9
* Mon May 19 2003 Than Ngo <than@redhat.com> 3.1.2-2
cvsdist a79e0d9
- 3.1.2
cvsdist a79e0d9
cvsdist a79e0d9
* Wed Mar 19 2003 Than Ngo <than@redhat.com> 3.1.1-1
cvsdist 51ff40c
- 3.1.1
cvsdist 51ff40c
cvsdist 51ff40c
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 51ff40c
- debuginfo rebuild
cvsdist 51ff40c
cvsdist 6396954
* Fri Feb 21 2003 Than Ngo <than@redhat.com> 3.1-2
cvsdist 6396954
- get rid of gcc path from dependency_libs
cvsdist 6396954
cvsdist 6396954
* Tue Jan 28 2003 Than Ngo <than@redhat.com> 3.1-1
cvsdist 6396954
- 3.1 release
cvsdist 6396954
- remove some unneeded macros
cvsdist 6396954
cvsdist 6396954
* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 3.1-0.5
cvsdist 6396954
- rebuild
cvsdist 6396954
cvsdist 6396954
* Tue Jan 14 2003 Thomas Woerner <twoerner@redhat.com> 3.1-0.4
cvsdist 6396954
- rc6
cvsdist 6396954
- removed size_t check
cvsdist 6396954
- excluded ia64
cvsdist 6396954
cvsdist 6396954
* Sun Dec  1 2002 Than Ngo <than@redhat.com> 3.1-0.3
cvsdist 6396954
- add missing defattr
cvsdist 6396954
cvsdist 638b295
* Fri Nov 29 2002 Than Ngo <than@redhat.com> 3.1-0.2
cvsdist 638b295
- get rid of sub packages
cvsdist 638b295
- desktop issues
cvsdist 638b295
cvsdist 638b295
* Mon Nov 25 2002 Than Ngo <than@redhat.com> 3.1-0.1
cvsdist 638b295
- update to 3.1 rc4
cvsdist 638b295
- add fix for building xjdxgen
cvsdist 7a21246
cvsdist 7a21246
* Sun Nov 10 2002 Than Ngo <than@redhat.com> 3.0.5-1
cvsdist 7a21246
- update to 3.0.5
cvsdist 7a21246
cvsdist 7a21246
* Thu Nov  7 2002 Than Ngo <than@redhat.com> 3.0.4-2
cvsdist 7a21246
- fix some build problems
cvsdist 7a21246
cvsdist 7a21246
* Tue Oct 15 2002 Than Ngo <than@redhat.com> 3.0.4-1
cvsdist 7a21246
- 3.0.4
cvsdist 7a21246
- cleanup specfile
cvsdist 7a21246
cvsdist 4e3adf7
* Mon Aug 12 2002 Than Ngo <than@redhat.com> 3.0.3-1
cvsdist 4e3adf7
- 3.0.3
cvsdist 4e3adf7
cvsdist e876446
* Fri Aug  9 2002 Than Ngo <than@redhat.com> 3.0.2-3
cvsdist e876446
- desktop file issues
cvsdist e876446
- fixed a bug in install (bug #69414)
cvsdist e876446
 
cvsdist e876446
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 3.0.2-2
cvsdist e876446
- build using gcc-3.2-0.1
cvsdist e876446
cvsdist e876446
* Wed Jul 10 2002 Than Ngo <than@redhat.com> 3.0.2-1
cvsdist e876446
- 3.0.2
cvsdist e876446
- use desktop-file-install
cvsdist e876446
cvsdist e876446
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist e876446
- automated rebuild
cvsdist e876446
cvsdist 3774307
* Sat May 25 2002 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3774307
- initial RPM