Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 147845 Details for
Bug 228178
RFE: Konqueror and metabar
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
kdeaddons.spec
kdeaddons.spec (text/plain), 12.36 KB, created by
Chitlesh GOORAH
on 2007-02-11 00:19:05 UTC
(
hide
)
Description:
kdeaddons.spec
Filename:
MIME Type:
Creator:
Chitlesh GOORAH
Created:
2007-02-11 00:19:05 UTC
Size:
12.36 KB
patch
obsolete
>%define xmms 0 >%define debug 0 >%define final 1 >%define make_cvs 0 > >%define qt_version 3.3.7 >%define arts_version 1.5.5 >%define sdl_version 1.2.0 > >%define kdelibs_epoch 6 >%define kdebase_epoch 6 >%define arts_epoch 8 >%define arts 1 > >Version: 3.5.5 >Release: 0.2%{?dist} >Name: kdeaddons >Summary: K Desktop Environment - Plugins >Group: User Interface/Desktops >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >License: GPL > >Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2 >Source2: http://www.kde-look.org/content/files/53028-fedora.tar.bz2 >Patch2: kdeaddons-3.5.1-rgb.txt-path.patch >Patch3: kdeaddons-3.5.3-sdl.patch > >Requires(post): /sbin/ldconfig >Requires(postun): /sbin/ldconfig >Requires: kdebase >= %{kdebase_epoch}:%{version} >Requires: kdelibs >= %{kdelibs_epoch}:%{version} >Requires: arts >= %{arts_epoch}:%{arts_version} >Requires: SDL >= %{sdl_version} > >BuildPrereq: autoconf >BuildPrereq: libtool >BuildPrereq: automake >BuildPrereq: kdegames-devel >BuildPrereq: kdemultimedia-devel >BuildPrereq: zlib-devel >BuildPrereq: libpng-devel >BuildPrereq: libmng-devel >BuildPrereq: SDL-devel >= %{sdl_version} >BuildPrereq: perl >BuildPrereq: arts-devel >BuildPrereq: kdepim-devel >%if %{xmms} >BuildPrereq: xmms-devel >%else >Obsoletes: kdeaddons-xmms >%endif >BuildPrereq: db4-devel > >%description >Plugins for some KDE applications: %{name} extends the functionality >of Konqueror (web browser and file manager), noatun (media player) >and Kate (text editor), Kicker, knewsticker. > >%package atlantikdesigner >Group: User Interface/Desktops >Summary: Game board designer for Atlantik >Requires: %{name} = %{version}-%{release} >Requires: kdegames >= %{version} > >%description atlantikdesigner >This package includes a game board designer for Atlantik. > >%package xmms >Group: User Interface/Desktops >Summary: Applet to control mediaplayers >Requires: %{name} = %{version}-%{release} >Requires: kdegames >= %{version} > >%description xmms >This package includes a applet to control mediaplayers. > > >%prep >%setup -q >%patch2 -p0 -b .rgb.txt-path >%patch3 -p1 -b .sdl > >%if %{make_cvs} > make -f admin/Makefile.common cvs >%endif > >%build >unset QTDIR || : ; . /etc/profile.d/qt.sh > >%configure \ > --enable-new-ldflags \ > --disable-dependency-tracking \ > --includedir=%{_includedir}/kde \ > --disable-rpath \ > --disable-gcc-hidden-visibility \ >%if %{final} > --enable-final \ >%endif >%%if %{debug} == 0 > --disable-debug \ > --disable-warnings \ >%else > --enable-debug \ >%endif >%if %{xmms} > --with-xmms \ >%else > --without-xmms \ >%endif > --with-qt-libraries=$QTDIR/lib > >make %{?_smp_mflags} > >%install >rm -rf %{buildroot} > >make install DESTDIR=%{buildroot} > ># Make symlinks relative >pushd %{buildroot}%{_docdir}/HTML/en >for i in *; do > [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common >done >popd > > >#### Fedora themed metabar ># Removed the vanilla default metabar >%{__rm} -f %{buildroot}%{_datadir}/apps/metabar/themes/default/* ># URL: http://www.kde-look.org/content/show.php?content=53028 ># SOURCE: http://www.kde-look.org/content/files/53028-fedora.tar.bz2 >tar jxvf %{SOURCE2} >%{__cp} -p fedora/* %{buildroot}%{_datadir}/apps/metabar/themes/default/ > > >%post >for f in crystalsvg hicolor locolor ; do > touch --no-create %{_datadir}/icons/$f 2>/dev/null ||: > gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||: >done >update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : > >%postun >for f in crystalsvg hicolor locolor ; do > touch --no-create %{_datadir}/icons/$f 2>/dev/null ||: > gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||: >done >update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : > >%post atlantikdesigner >touch --no-create %{_datadir}/icons/hicolor 2>/dev/null ||: >gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: > >%postun atlantikdesigner >touch --no-create %{_datadir}/icons/hicolor 2>/dev/null ||: >gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: > >%clean >rm -rf %{buildroot} > >%files >%defattr(-,root,root) >%doc %{_docdir}/HTML/en/* >%{_bindir}/* >%{_libdir}/kde3/* >%{_datadir}/applications/kde/* >%{_datadir}/applnk/.hidden/* >%{_datadir}/apps/* >%{_datadir}/config/* >%{_datadir}/config.kcfg/* >%{_datadir}/icons/*/*/*/* >%{_datadir}/mimelnk/application/* >%{_datadir}/services/* >%exclude %{_bindir}/atlantikdesigner >%exclude %{_datadir}/apps/atlantikdesigner >%exclude %{_datadir}/icons/*/*/*/atlantikdesigner* >%exclude %{_datadir}/applications/kde/atlantikdesigner.desktop >%if %{xmms} >%exclude %{_datadir}/apps/kicker/applets/mediacontrol.desktop >%exclude %{_datadir}/apps/mediacontrol >%exclude %{_libdir}/kde3/mediacontrol_panelapplet* >%endif > >%files atlantikdesigner >%defattr(-,root,root) >%{_bindir}/atlantikdesigner >%{_datadir}/apps/atlantikdesigner >%{_datadir}/icons/*/*/*/atlantikdesigner* >%{_datadir}/applications/kde/atlantikdesigner.desktop > >%if %{xmms} >%files xmms >%defattr(-,root,root) >%{_datadir}/apps/kicker/applets/mediacontrol.desktop >%{_datadir}/apps/mediacontrol >%{_libdir}/kde3/mediacontrol_panelapplet* >%endif > >%changelog >* Thu Feb 08 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.5.5-0.2 >- replaced vanilla metabar by a fedora themed metabar > >* Fri Oct 27 2006 Than Ngo <than@redhat.com> 3.5.5-0.1 >- 3.5.5 > >* Thu Aug 10 2006 Than Ngo <than@redhat.com> 3.5.4-1 >- rebuild > >* Mon Jul 24 2006 Than Ngo <than@redhat.com> 3.5.4-0.pre1 >- prerelease of 3.5.4 (from the first-cut tag) > >* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.5.3-2.1 >- rebuild > >* Tue Jun 06 2006 Than Ngo <than@redhat.com> 3.5.3-2 >- BR on libtool, automake > >* Tue Jun 06 2006 Than Ngo <than@redhat.com> 3.5.3-1 >- update to 3.5.3 > >* Fri May 05 2006 Petr Rockai <prockai@redhat.com> - 3.5.2-2 >- fix path to rgb.txt in kolourpicker (#174139) > >* Thu Apr 06 2006 Than Ngo <than@redhat.com> 3.5.2-1 >- update to 3.5.2 > >* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.5.1-1.2 >- bump again for double-long bug on ppc(64) > >* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.5.1-1.1 >- rebuilt for new gcc4.1 snapshot and glibc changes > >* Fri Feb 03 2006 Than Ngo <than@redhat.com> 3.5.1-1 >- 3.5.1 > >* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> >- rebuilt > >* Tue Nov 29 2005 Than Ngo <than@redhat.com> 3.5.0-1 >- 3.5 final > >* Tue Oct 25 2005 Than Ngo <than@redhat.com> 3.4.92-1 >- update to KDE 3.5 beta 2 > >* Thu Oct 06 2005 Than Ngo <than@redhat.com> 3.4.91-1 >- update to KDE 3.5 beta 1 > >* Tue Aug 09 2005 Than Ngo <than@redhat.com> 3.4.2-1 >- update to 3.4.2 > >* Tue Jun 28 2005 Than Ngo <than@redhat.com> 3.4.1-1 >- 3.4.1 > >* Tue Apr 05 2005 Than Ngo <than@redhat.com> 3.4.0-2 >- xmms is removed in fc4, rebuild without xmms support > >* Thu Mar 17 2005 Than Ngo <than@redhat.com> 3.4.0-1 >- 3.4.0 release > >* Sun Mar 06 2005 Than Ngo <than@redhat.com> 3.4.0-0.rc1.2 >- rebuilt against gcc-4 > >* Tue Mar 01 2005 Than Ngo <than@redhat.com> 3.4.0-0.rc1.1 >- 3.4.0 rc1 > >* Wed Feb 16 2005 Than Ngo <than@redhat.com> 3.3.92-0.1 >- KDE 3.4 Beta2 > >* Tue Feb 08 2005 Than Ngo <than@redhat.com> 3.3.2-0.2 >- disable vimpart > >* Fri Dec 03 2004 Than Ngo <than@redhat.com> 3.3.2-0.1 >- update to 3.3.2 > >* Mon Oct 18 2004 Than Ngo <than@redhat.com> 3.3.1-2 >- rebuilt > >* Wed Oct 13 2004 Than Ngo <than@redhat.com> 3.3.1-1 >- update to 3.3.1 > >* Sun Sep 26 2004 Than Ngo <than@redhat.com> 3.3.0-2 >- cleanup menu > >* Thu Aug 19 2004 Than Ngo <than@redhat.com> 3.3.0-1 >- update to 3.3.0 release > >* Tue Aug 10 2004 Than Ngo <than@redhat.com> 3.3.0-0.1.rc2 >- update to 3.3.0 rc2 > >* Tue Aug 10 2004 Than Ngo <than@redhat.com> 3.3.0-0.1.rc1 >- update to 3.3 rc1 >- remove unneeded patch file > >* Mon Jun 28 2004 Than Ngo <than@redhat.com> 3.2.3-3 >- add gcc34 patch > >* Mon Jun 28 2004 Than Ngo <than@redhat.com> 3.2.3-2 >- rebuilt > >* Mon Jun 21 2004 Than Ngo <than@redhat.com> 3.2.3-1 >- 3.2.3 release > >* Tue Apr 13 2004 Than Ngo <than@redhat.com> 3.2.2-1 >- 3.2.2 release > >* Sun Mar 07 2004 Than Ngo <than@redhat.com> 3.2.1-1 >- 3.2.1 release > >* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Tue Feb 24 2004 Than Ngo <than@redhat.com> 3.2.0-1.6 >- gcc 3.4 build problem > >* Tue Feb 17 2004 Than Ngo <than@redhat.com> 3.2.0-1.5 >- fix typo bug, _smp_mflags instead smp_mflags > >* Sat Feb 14 2004 Than Ngo <than@redhat.com> 3.2.0-1.4 >- fix rpm file list > >* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Thu Feb 05 2004 Than Ngo <than@redhat.com> 3.2.0-0.3 >- 3.2.0 release >- built against qt 3.3.0 > >* Mon Jan 19 2004 Than Ngo <than@redhat.com> 3.1.95-0.1 >- KDE 3.2 RC1 >- add correct requires > >* Mon Dec 15 2003 Than Ngo <than@redhat.com> 3.1.94-0.4 >- fixed dependencies problem > >* Thu Dec 11 2003 Than Ngo <than@redhat.com> 3.1.94-0.3 >- add missing kaddressbook config files > >* Wed Dec 03 2003 Than Ngo <than@redhat.com> 3.1.94-0.2 >- make atlantikdesigner as sub package, > get rid of requires kdegames (bug #82742, #111323, #99375) > >* Mon Dec 01 2003 Than Ngo <than@redhat.com> 3.1.94-0.1 >- KDE 3.2 Beta2 >- remove kdeaddons-3.1.93-typo.patch, which is in new upstream > >* Thu Nov 27 2003 Than Ngo <than@redhat.com> 3.1.93-0.3 >- fixed typo > >* Thu Nov 27 2003 Than Ngo <than@redhat.com> 3.1.93-0.2 >- get rid of rpath > >* Tue Nov 11 2003 Than Ngo <than@redhat.com> 3.1.93-0.1 >- KDE 3.2 Beta1 >- cleanup specfile >- remove some unneeded patch files > >* Thu Oct 23 2003 Than Ngo <than@redhat.com> 3.1.4-2 >- rebuild > >* Tue Sep 30 2003 Than Ngo <than@redhat.com> 3.1.4-1 >- 3.1.4 > >* Wed Aug 13 2003 Than Ngo <than@redhat.com> 3.1.3-2 >- rebuilt > >* Sun Aug 03 2003 Than Ngo <than@redhat.com> 3.1.3-1 >- 3.1.3 > >* Fri Jun 27 2003 Than Ngo <than@redhat.com> 3.1.2-4 >- rebuilt > >* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Mon May 18 2003 Than Ngo <than@redhat.com> 3.1.2-2 >- 3.1.2 > >* Wed Mar 19 2003 Than Ngo <than@redhat.com> 3.1.1-1 >- 3.1.1 > >* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> >- debuginfo rebuild > >* Fri Feb 21 2003 Than Ngo <than@redhat.com> 3.1-3 >- get rid of gcc path from dependency_libs > >* Thu Feb 13 2003 Than Ngo <than@redhat.com> 3.1-2 >- rebuild against new arts > >* Mon Jan 27 2003 Than Ngo <than@redhat.com> 3.1-1 >- 3.1 final >- cleanup specfile >- remove unneeded size_t check patch > >* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 3.1-0.6 >- rebuild > >* Tue Jan 14 2003 Thomas Woerner <twoerner@redhat.com> 3.1-0.5 >- removed size_t check >- excluded ia64 > >* Mon Jan 13 2003 Thomas Woerner <twoerner@redhat.com> 3.1-0.4 >- rc6 >- added atlantikdesignerui.rc > >* Tue Jan 07 2003 Elliot Lee <sopwith@redhat.com> 3.1-0.3 >- Don't exclude Alpha "temporarily" > >* Sat Dec 28 2002 Than Ngo <than@redhat.com> 3.1-0.2 >- disable smp_flags > >* Wed Nov 27 2002 Than Ngo <than@redhat.com> 3.1-0.1 >- update to 3.1 rc4 >- get rid of sub packages > >* Sun Nov 10 2002 Than Ngo <than@redhat.com> 3.0.5-1 >- update to 3.0.5 > >* Thu Nov 7 2002 Than Ngo <than@redhat.com> 3.0.4-2 >- fix some build problem >- umask of 077 issue (bug #73946) > >* Tue Oct 15 2002 Than Ngo <than@redhat.com> 3.0.4-1 >- 3.0.4 > >* Wed Sep 11 2002 Than Ngo <than@redhat.com> 3.0.3-1.1 >- clean up specfile > >* Mon Aug 12 2002 Than Ngo <than@redhat.com> 3.0.3-1 >- 3.0.3 >- don't strip binaries > >* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 3.0.2-3 >- build using gcc-3.2-0.1 > >* Sat Jul 20 2002 Than Ngo <than@redhat.com> 3.0.2-2 >- fix desktop files issue > >* Wed Jul 10 2002 Than Ngo <than@redhat.com> 3.0.2-1 >- 3.0.2 >- use desktop-file-install > >* Fri Jun 21 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Thu May 23 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Tue May 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-1 >- 3.0.1 > >* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-4 >- BuildRequire the correct version of kdemultimedia > >* Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3 >- Rebuild > >* Wed Mar 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-1 >- 3.0.0 final > >* Sat Mar 9 2002 Tim Powers <timp@redhat.com> >- change kdemultimedia-noatun requirement to noatun > >* Fri Mar 8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020308.1 >- Update >- Adapt spec file to changes >- Exclude alpha temporarily > >* Thu Jan 31 2002 Tim Powers <timp@redhat.com> >- knewsticker should require kdenetwork-libs and not kdenetwork > >* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020129.1 >- Update > >* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010724.1 >- Require kdemultimedia-devel >= 2.2 rather than just kdemultimedia-devel >- Update > >* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.1 >- Update >- Split in subpackages > >* Thu Apr 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> >- Initial release >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 228178
: 147845