]> git.pld-linux.org Git - packages/galculator.git/blobdiff - galculator.spec
- up to 2.1.4;
[packages/galculator.git] / galculator.spec
index 8ef9e8270f0004d0da148f7f4274e0d3416b80aa..3828374123b84b86df97f8bb635c38948c749395 100644 (file)
@@ -1,29 +1,37 @@
-Summary:       A GTK 2 based scientific calculator
-Summary(pl):   Kalkulator naukowy bazuj±cy na GTK 2
+#
+# Conditional build:
+%bcond_without gtk3    # use GTK+ 3.x instead of 2.x
+
+Summary:       A GTK+3 based scientific calculator
+Summary(pl.UTF-8):     Kalkulator naukowy bazujący na GTK+3
 Name:          galculator
-Version:       1.2.0
+Version:       2.1.4
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Applications/Math
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-# Source0-md5: f4df335d4323de181a25f36591a26835
-Patch0:                %{name}-am.patch
-URL:           http://galculator.sourceforge.net/
+Source0:       http://galculator.mnim.org/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5: 1a115d6799dc453a29760e7bd4a56374
+Patch0:                %{name}-desktop.patch
+URL:           http://galculator.mnim.org
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libglade2-devel >= 2.0.1
+BuildRequires: flex
+BuildRequires: libglade2-devel >= 1:2.0.1
 BuildRequires: pkgconfig
+Requires:      desktop-file-utils
+Requires:      gtk-update-icon-cache
+Requires:      hicolor-icon-theme
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-GTK 2 based scientific calculator with ordinary notation/reverse
+GTK+3 based scientific calculator with ordinary notation/reverse
 polish notation, different number bases (DEC, HEX, OCT, BIN) and
 different angle bases (DEG, RAD, GRAD).
 
-%description -l pl
-Kalkulator naukowy bazuj±cy na GTK 2 z notacj± zwyk³± i odwrotn±
-polsk±, ró¿nymi systemami liczbowymi (dziesiêtny, szesnastkowy,
-ósemkowy, binarny) i ró¿nymi miarami k±towymi (stopieñ, radian,
+%description -l pl.UTF-8
+Kalkulator naukowy bazujący na GTK+3 z notacją zwykłą i odwrotną
+polską, różnymi systemami liczbowymi (dziesiętny, szesnastkowy,
+ósemkowy, binarny) i różnymi miarami kątowymi (stopień, radian,
 gradus).
 
 %prep
@@ -34,12 +42,15 @@ gradus).
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+# workaround for GCC10 build failure
+export CFLAGS="%(echo %{optflags}) -fcommon"
+export CXXFLAGS="$CFLAGS"
+%configure \
+       %{__enable_disable gtk3}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -48,9 +59,21 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_desktop_database
+%update_icon_cache hicolor
+
+%postun
+%update_desktop_database
+%update_icon_cache hicolor
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}
-%{_desktopdir}/%{name}.desktop
-%{_datadir}/%{name}
 %{_mandir}/man1/%{name}.1*
+%{_datadir}/%{name}
+%{_datadir}/appdata/galculator.appdata.xml
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.xpm
+%{_iconsdir}/hicolor/*/apps/galculator.png
+%{_iconsdir}/hicolor/*/apps/galculator.svg
This page took 0.122894 seconds and 4 git commands to generate.