diff options
Diffstat (limited to 'redhat/applications/abakus')
-rw-r--r-- | redhat/applications/abakus/trinity-abakus-3.5.13.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/redhat/applications/abakus/trinity-abakus-3.5.13.spec b/redhat/applications/abakus/trinity-abakus-3.5.13.spec index 616896d1e..c47b06adc 100644 --- a/redhat/applications/abakus/trinity-abakus-3.5.13.spec +++ b/redhat/applications/abakus/trinity-abakus-3.5.13.spec @@ -1,7 +1,7 @@ # Default version for this component %define kdecomp abakus %define version 0.91 -%define release 2 +%define release 3 # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". %if "%{?_prefix}" != "/usr" @@ -45,7 +45,7 @@ AbaKus is a complex calculator, which provides many different kinds of calculations. Think of it as bc (the command-line calculator) with a nice GUI. It also gives information about mathematical variables and -has the user-friendly menu options of a normal KDE application. +has the user-friendly menu options of a normal TDE application. %prep %setup -q -n applications/%{kdecomp} @@ -56,7 +56,7 @@ export LDFLAGS="-L%{_libdir} -I%{_includedir}" export CXXFLAGS="-I%{_includedir}/tqt" ./configure - + %__make %{?_smp_mflags} @@ -84,11 +84,14 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %doc AUTHORS COPYING %{_bindir}/* %{_datadir}/apps/*/ -%{_datadir}/icons/*/*/*/* +%{_datadir}/icons/hicolor/*/*/* %{tde_docdir}/HTML/*/*/ %{_datadir}/applnk/Utilities/abakus.desktop %Changelog +* Wed Apr 25 2012 Francois Andriot <francois.andriot@free.fr> - 0.91-3 +- Fix postinstall + * Sun Oct 30 2011 Francois Andriot <francois.andriot@free.fr> - 0.91-2 - Rebuilt for TDE 3.5.13 on RHEL 6, RHEL 5 and Fedora 15 |