diff options
author | François Andriot <[email protected]> | 2013-09-02 23:21:56 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2013-09-02 23:21:56 +0200 |
commit | d7491fce7864ba058980188493d312c572864712 (patch) | |
tree | 889ad36b27465014e04c5825db4aa1facbf43343 /redhat/applications/krusader | |
parent | 4e66b3b83a173ca5ac7c2e1f9b7ce1bef816a53a (diff) | |
download | tde-packaging-d7491fce7864ba058980188493d312c572864712.tar.gz tde-packaging-d7491fce7864ba058980188493d312c572864712.zip |
RPM Packaging: update R14 applications
Diffstat (limited to 'redhat/applications/krusader')
-rw-r--r-- | redhat/applications/krusader/krusader-14.0.0.spec | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/redhat/applications/krusader/krusader-14.0.0.spec b/redhat/applications/krusader/krusader-14.0.0.spec index 711b92385..b27bf9060 100644 --- a/redhat/applications/krusader/krusader-14.0.0.spec +++ b/redhat/applications/krusader/krusader-14.0.0.spec @@ -27,7 +27,7 @@ Name: trinity-%{tde_pkg} Summary: twin-panel (commander-style) file manager for TDE (and other desktops) Version: 1.90.0 -Release: %{?!preversion:5}%{?preversion:4_%{preversion}}%{?dist}%{?_variant} +Release: %{?!preversion:6}%{?preversion:5_%{preversion}}%{?dist}%{?_variant} License: GPLv2+ Group: Applications/Utilities @@ -86,7 +86,6 @@ great on your desktop. %build unset QTDIR QTINC QTLIB export PATH="%{tde_bindir}:${PATH}" -export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}" # Warning: --enable-final causes FTBFS %configure \ @@ -116,6 +115,7 @@ export PATH="%{tde_bindir}:${PATH}" %find_lang %{tde_pkg} + %clean %__rm -rf %{buildroot} @@ -156,19 +156,5 @@ done %changelog -* Fri Jul 05 2013 Francois Andriot <[email protected]> - 1.90.0-5 +* Fri Jul 05 2013 Francois Andriot <[email protected]> - 1.90.0-6 - Initial release for TDE 14.0.0 - -* Mon Jun 03 2013 Francois Andriot <[email protected]> - 1.90.0-4 -- Initial release for TDE 3.5.13.2 - -* Wed Oct 03 2012 Francois Andriot <[email protected]> - 1.90.0-3 -- Initial release for TDE 3.5.13.1 - -* Wed May 02 2012 Francois Andriot <[email protected]> - 1.90.0-2 -- Rebuild for Fedora 17 -- GCC 4.7 fixes. [Commit #fdf6d340] - -* Sat Dec 03 2011 Francois Andriot <[email protected]> - 1.90.0-1 -- Initial release for RHEL 5, RHEL 6, Fedora 15, Fedora 16 - |