2007-01-09 17:46:54 +01:00
|
|
|
#
|
2009-05-04 18:18:30 +02:00
|
|
|
# spec file for package krusader (Version 2.0.0)
|
2007-01-09 17:46:54 +01:00
|
|
|
#
|
2009-01-08 18:32:15 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-09 17:46:54 +01:00
|
|
|
#
|
2008-09-13 14:34:56 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-09 17:46:54 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-05-04 18:18:30 +02:00
|
|
|
%define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
|
2008-03-26 16:18:49 +01:00
|
|
|
|
2007-01-09 17:46:54 +01:00
|
|
|
Name: krusader
|
2009-05-04 18:18:30 +02:00
|
|
|
Version: 2.0.0
|
|
|
|
Release: 1
|
2007-07-23 02:17:12 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-09 17:46:54 +01:00
|
|
|
Group: Productivity/File utilities
|
2009-05-04 18:18:30 +02:00
|
|
|
Url: http://krusader.sourceforge.net/
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Patch: FIXME.diff
|
2007-01-09 17:46:54 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-05-04 18:18:30 +02:00
|
|
|
BuildRequires: dos2unix fdupes libkde4-devel update-desktop-files
|
|
|
|
Requires: kio_iso = %{version}
|
|
|
|
Recommends: %{name}-doc
|
|
|
|
Summary: A File Manager
|
2008-09-24 17:00:47 +02:00
|
|
|
%kde4_runtime_requires
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%description
|
2008-03-26 16:18:49 +01:00
|
|
|
An advanced twin panel (commander style) file manager for KDE.
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Shie Erlich <krusader@users.sourceforge.net>
|
|
|
|
Rafi Yanai <krusader@users.sourceforge.net>
|
|
|
|
|
|
|
|
%package -n kio_iso
|
2008-09-13 14:34:56 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-09 17:46:54 +01:00
|
|
|
Group: System/GUI/KDE
|
|
|
|
Summary: KIO slave to access ISO images
|
2008-12-02 15:27:12 +01:00
|
|
|
Provides: kde4-kio_iso = 1.80.99
|
|
|
|
Obsoletes: kde4-kio_iso <= 1.80.99
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%description -n kio_iso
|
2008-03-26 16:18:49 +01:00
|
|
|
KIO slave to access ISO images like zip- or tar.gz-archives in your
|
|
|
|
file-browser.
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Szombathelyi Gygy <gyurco@users.sourceforge.net>
|
|
|
|
|
2009-05-04 18:18:30 +02:00
|
|
|
%package doc
|
|
|
|
License: GPL v2 or later
|
|
|
|
Group: Productivity/File utilities
|
|
|
|
Summary: A File Manager
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
An advanced twin panel (commander style) file manager for KDE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Shie Erlich <krusader@users.sourceforge.net>
|
|
|
|
Rafi Yanai <krusader@users.sourceforge.net>
|
|
|
|
|
2007-01-09 17:46:54 +01:00
|
|
|
%prep
|
2009-05-04 18:18:30 +02:00
|
|
|
%setup -q
|
|
|
|
%patch
|
2009-02-03 22:19:46 +01:00
|
|
|
mv po/sr\@Latn.po po/sr\@latin.po
|
2009-05-04 18:18:30 +02:00
|
|
|
for file in doc/en/*.docbook;
|
|
|
|
do
|
|
|
|
dos2unix $file
|
|
|
|
done
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%build
|
2008-09-13 14:34:56 +02:00
|
|
|
%cmake_kde4 -d build
|
|
|
|
%make_jobs
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%install
|
2008-09-13 14:34:56 +02:00
|
|
|
pushd build
|
2007-01-09 17:46:54 +01:00
|
|
|
%makeinstall
|
2008-09-13 14:34:56 +02:00
|
|
|
%kde_post_install
|
|
|
|
popd
|
|
|
|
%find_lang %{name}
|
2009-05-04 18:18:30 +02:00
|
|
|
%fdupes %{buildroot}
|
2008-09-13 14:34:56 +02:00
|
|
|
|
|
|
|
%clean
|
2009-05-04 18:18:30 +02:00
|
|
|
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
2008-09-13 14:34:56 +02:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
2007-01-09 17:46:54 +01:00
|
|
|
|
2008-09-13 14:34:56 +02:00
|
|
|
%files -f %{name}.lang
|
2007-01-09 17:46:54 +01:00
|
|
|
%defattr(-,root,root)
|
2009-03-26 01:16:20 +01:00
|
|
|
%doc README AUTHORS COPYING ChangeLog INSTALL TODO SVNNEWS
|
2009-05-04 18:18:30 +02:00
|
|
|
%{_bindir}/krusader
|
|
|
|
%exclude %{_datadir}/doc/kde/HTML/en/krusader
|
|
|
|
%{_kde_share_dir}/apps/krusader
|
|
|
|
%{_kde_share_dir}/services/krarc.protocol
|
|
|
|
%{_kde4_modules}/kio_krarc.so
|
|
|
|
%{_datadir}/applications/kde4/krusader*.desktop
|
|
|
|
%{_datadir}/icons/??color/*/apps/krusader*.png
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%files -n kio_iso
|
|
|
|
%defattr(-,root,root)
|
2009-05-04 18:18:30 +02:00
|
|
|
%config %{_datadir}/kde4/config/kio_isorc
|
|
|
|
%{_kde4_modules}/kio_iso.so*
|
|
|
|
%{_kde_share_dir}/services/iso.protocol
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc %lang(en) %{_datadir}/doc/kde/HTML/en/krusader
|
2008-03-26 16:18:49 +01:00
|
|
|
|
2007-03-11 00:00:32 +01:00
|
|
|
%changelog
|
2009-05-04 18:18:30 +02:00
|
|
|
* Sat May 02 2009 dmueller@suse.de
|
|
|
|
- review/merge to openSUSE Factory
|
|
|
|
* Sat Apr 18 2009 bitshuffler #suse@irc.freenode.org
|
|
|
|
- Updated to 2.0.0
|
2009-03-26 01:16:20 +01:00
|
|
|
* Sat Mar 21 2009 beineri@opensuse.org
|
|
|
|
- added SVN trunk diff:
|
|
|
|
* archive dialog now remembers compression level
|
|
|
|
* changed default Alt+letter shortcuts, see details in SVNNEWS
|
|
|
|
* initial Konfigurator size is now 900x680
|
|
|
|
* view properties for detailed/brief/interviews are merged
|
|
|
|
* several bugfixes
|
2009-03-12 15:47:18 +01:00
|
|
|
* Fri Mar 06 2009 wstephenson@suse.de
|
|
|
|
- make it compile vs Qt 4.5
|
2009-02-03 22:19:46 +01:00
|
|
|
* Sun Feb 01 2009 dmueller@suse.de
|
|
|
|
- rename sr@Latn to sr@latin1
|
2009-01-08 18:32:15 +01:00
|
|
|
* Mon Dec 29 2008 stbinner@suse.de
|
|
|
|
- update to 2.0.0 Beta 2 release:
|
|
|
|
* Shortcuts: copy by queue (SHIFT+F5), move by queue (SHIFT+F6)
|
|
|
|
* Krusader support for tar.lzma
|
2008-12-02 15:27:12 +01:00
|
|
|
* Tue Dec 02 2008 dmueller@suse.de
|
|
|
|
- add provides/obsoletes for kde4-kio_iso
|
2008-11-23 09:04:53 +01:00
|
|
|
* Sat Nov 22 2008 stbinner@suse.de
|
|
|
|
- update to SVN version (even more beta 2):
|
|
|
|
* Possibility to choose one of five sorting methods
|
|
|
|
* Compare by content for search / locate
|
|
|
|
* New mouse selection mode
|
|
|
|
* Evolution can be used as the default e-mail sender
|
|
|
|
* Enqueue operation for copy / move
|
|
|
|
* Upated translations for German, Dutch, Czech and Korean
|
2008-09-24 17:00:47 +02:00
|
|
|
* Mon Sep 22 2008 stbinner@suse.de
|
|
|
|
- update to SVN version (almost beta 2):
|
|
|
|
* Manage Useractions: "Run in embedded terminal emulator"
|
|
|
|
* Manage Useractions: added checkbox "enabled"
|
|
|
|
* Root mode Krusader configuration, use eg. gksu instead of kdesu
|
2008-09-13 14:34:56 +02:00
|
|
|
* Mon Jul 21 2008 anschneider@suse.de
|
|
|
|
- Fix starting krusader in root-mode from tools menu.
|
|
|
|
* Wed Jul 16 2008 anschneider@suse.de
|
|
|
|
- updated to version 2.0.0 beta1:
|
|
|
|
* Ported to KDE4 not using any of the Qt3 support libs
|
|
|
|
* Experimental support for the Windows platform
|
|
|
|
* Send emails with Thunderbird
|
|
|
|
* Attach multiple files to emails
|
|
|
|
* Submenus for categories in UserAction menu and context menu
|
|
|
|
* Select encoding in content search and krarc
|
|
|
|
* New synchronizer shortcuts
|
2008-03-26 16:18:49 +01:00
|
|
|
* Sat Mar 22 2008 stbinner@suse.de
|
|
|
|
- update to version 1.90.0:
|
|
|
|
* addition of many (JavaScript) user actions, midnight commander
|
|
|
|
keymap and new color schemes
|
|
|
|
* dropped patches that have been merged upstream
|
|
|
|
* Thu Oct 25 2007 dmueller@suse.de
|
2007-10-26 01:48:16 +02:00
|
|
|
- fix build with gcc 4.3
|
2008-03-26 16:18:49 +01:00
|
|
|
* Sun Aug 19 2007 stbinner@suse.de
|
2007-08-19 19:04:52 +02:00
|
|
|
- fix build on 10.0
|
2008-03-26 16:18:49 +01:00
|
|
|
* Sun Jul 22 2007 stbinner@suse.de
|
2007-07-23 02:17:12 +02:00
|
|
|
- update to version 1.80.0:
|
|
|
|
* Full support for ACL permissions like properties, preserve
|
|
|
|
attributes, synchronizer and other
|
|
|
|
* Many terminal emulator enhancements bringing new functions,
|
|
|
|
new usages and new look
|
|
|
|
* Many improvements of the UserAction system
|
|
|
|
* Countless usability enhancements, especially in Konfigurator
|
|
|
|
and the heavily reordered menubar
|
|
|
|
* Comparing in the synchronizer interface and parallel threading
|
|
|
|
over slower servers
|
|
|
|
* Atomic extensions and ability to rename filename, w/o extension
|
|
|
|
* Many archive enhancements like handling packing in background,
|
|
|
|
encryption support, multiple volume archives, compress level
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Jun 01 2007 coolo@suse.de
|
2007-06-01 09:37:01 +02:00
|
|
|
- move kde_post_install
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Mar 09 2007 stbinner@suse.de
|
2007-03-11 00:00:32 +01:00
|
|
|
- fix build (new icon location check)
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Feb 02 2007 stbinner@suse.de
|
2007-02-04 18:22:53 +01:00
|
|
|
- fix changes file not incremental
|
2008-03-26 16:18:49 +01:00
|
|
|
* Tue Jan 09 2007 stbinner@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fix more comparison against string literal (#231711)
|
2008-03-26 16:18:49 +01:00
|
|
|
* Sat Dec 09 2006 dmueller@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fix comparison against string literal (#226876)
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Dec 01 2006 stbinner@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fix crashes when viewing file properties (#223673)
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Nov 24 2006 stbinner@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fix "ISO9660 View" action in Konqueror's context menu (#223590)
|
2008-03-26 16:18:49 +01:00
|
|
|
* Wed Sep 27 2006 stbinner@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to 1.70.1
|
|
|
|
* fixed sometimes passwords stored in cleartext in bookmarks.xml
|
|
|
|
* fixed several memory access faults discovered with valgrind
|
|
|
|
* added Turkish translatio
|
|
|
|
- split off kio_iso package
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Sep 08 2006 stbinner@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fix duplicate parameter (#177156)
|
2008-03-26 16:18:49 +01:00
|
|
|
* Wed Jun 21 2006 dmueller@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fix build with gcc >= 4.2.0
|
2008-03-26 16:18:49 +01:00
|
|
|
* Tue Jun 20 2006 dmueller@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- build parallel
|
2008-03-26 16:18:49 +01:00
|
|
|
* Tue May 30 2006 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fix build for < 10.1
|
2008-03-26 16:18:49 +01:00
|
|
|
* Tue Feb 14 2006 mrueckert@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- Update to 1.70.0 [#116456]
|
|
|
|
- removed all previous patches
|
|
|
|
- added krusader-1.70.0_compilerwarnings.patch
|
|
|
|
fixes a few "non void functions without return statement"
|
|
|
|
warnings
|
2008-03-26 16:18:49 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-03-26 16:18:49 +01:00
|
|
|
* Sun Oct 30 2005 stbinner@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to version 1.60.1
|
2008-03-26 16:18:49 +01:00
|
|
|
* Wed May 25 2005 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fix build for gcc 4
|
2008-03-26 16:18:49 +01:00
|
|
|
* Thu Apr 14 2005 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to version 1.60.0
|
2008-03-26 16:18:49 +01:00
|
|
|
* Thu Feb 17 2005 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- menu entry moved to xdg dir
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Feb 11 2005 coolo@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to version 1.51 and replay history of the last 3 years
|
2008-03-26 16:18:49 +01:00
|
|
|
* Sun Aug 18 2002 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to version 1.1
|
|
|
|
(hopefully fixes the reported random crashes for some users)
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri May 24 2002 coolo@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update_admin
|
2008-03-26 16:18:49 +01:00
|
|
|
* Tue Apr 16 2002 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to 1.02 (official compile fix)
|
2008-03-26 16:18:49 +01:00
|
|
|
* Sat Apr 13 2002 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to 1.01 (KDE3 support)
|
|
|
|
- gcc 3 fixes
|
2008-03-26 16:18:49 +01:00
|
|
|
* Wed Jan 02 2002 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to final 1.00
|
2008-03-26 16:18:49 +01:00
|
|
|
* Wed Dec 19 2001 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to RC1
|
2008-03-26 16:18:49 +01:00
|
|
|
* Thu Dec 06 2001 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to version 0.99
|
2008-03-26 16:18:49 +01:00
|
|
|
* Tue Nov 13 2001 ro@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fix for automake 1.5
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Nov 09 2001 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- use kde2-devel-packages
|
2008-03-26 16:18:49 +01:00
|
|
|
* Mon Aug 13 2001 ro@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- changed neededforbuild <sp_libs> to <sp-devel>
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Aug 10 2001 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- autoconf 2.52 fixes
|
2008-03-26 16:18:49 +01:00
|
|
|
* Tue Jul 24 2001 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- New version 0.95.1
|
2008-03-26 16:18:49 +01:00
|
|
|
* Sun Jul 15 2001 @suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- New version 0.93.1
|
2008-11-23 09:04:53 +01:00
|
|
|
* Thu Jun 28 2001 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- autoconf 2.50 fixes
|
2008-03-26 16:18:49 +01:00
|
|
|
* Mon Apr 30 2001 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fix install pathes
|
2008-03-26 16:18:49 +01:00
|
|
|
* Mon Apr 30 2001 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- Spec file created from krusader-0.79.tar.bz2 by autospec
|
2008-03-26 16:18:49 +01:00
|
|
|
* Thu Apr 19 2001 ro@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- added openssl-devel to neededforbuild
|
2008-03-26 16:18:49 +01:00
|
|
|
* Tue Mar 27 2001 ro@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- changed neededforbuild <docbkdsl> to <docbook-dsssl-stylesheets>
|
2009-05-04 18:18:30 +02:00
|
|
|
* Mon Mar 19 2001 ro@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fixed neededforbuild
|
2008-03-26 16:18:49 +01:00
|
|
|
* Tue Mar 13 2001 ro@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- changed neededforbuild <docbk30> to <docbook_3>
|
2008-03-26 16:18:49 +01:00
|
|
|
* Sun Mar 04 2001 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to 0.79-1
|
2008-03-26 16:18:49 +01:00
|
|
|
* Thu Mar 01 2001 ro@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- added fam to neededforbuild
|
2008-11-23 09:04:53 +01:00
|
|
|
* Mon Jan 01 2001 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- update to 0.75-1
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Dec 01 2000 kukuk@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- Remove duplicate entries
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Dec 01 2000 kukuk@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- export KDEDIR
|
|
|
|
- Fix filelist
|
2008-03-26 16:18:49 +01:00
|
|
|
* Fri Nov 17 2000 ro@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- fixed neededforbuild: += libmng-devel
|
2008-03-26 16:18:49 +01:00
|
|
|
* Sat Nov 11 2000 adrian@suse.de
|
2007-01-09 17:46:54 +01:00
|
|
|
- initial package
|