Skip to content

Commit

Permalink
[Release] roll back spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
poetaster committed Jun 20, 2023
1 parent 0a5f4ee commit eb71e3f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions rpm/harbour-fibonacci.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,19 @@
Name: harbour-fibonacci
# >> macros
%define _binary_payload w2.xzdio
%define _with_harbour 0
%define __provides_exclude_from ^%{_datadir}/%{name}/lib/.*\\.so\\>
%define __requires_exclude_from ^%{_datadir}/%{name}/lib/.*\\.so\\>
%define __requires_exclude ^libc|libdl|libm|libpthread|libpython3.7m|libpython3.4m|python|env|libutil.*$
# << macros

%bcond_with harbour

%{!?qtc_qmake:%define qtc_qmake %qmake}
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}

Summary: RPN Calculator with exprtk programmable interface for SailfishOS.
Version: 1.0.1
Release: 2
Version: 1.0.2
Release: 1
Group: Qt/Qt
License: GPL
URL: https://github.com/poetaster/fibonacci
Expand All @@ -34,9 +31,7 @@ Source0: %{name}-%{version}.tar.bz2

Requires: sailfishsilica-qt5 >= 0.10.9
Requires: pyotherside-qml-plugin-python3-qt5 >= 1.3.0
%if ! %{with harbour}
Requires: jolla-keyboard
%endif
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml)
Expand Down Expand Up @@ -122,7 +117,6 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/bin

cd %_builddir

%if ! %{with harbour}
%post
# >> post
killall maliit-server
Expand All @@ -131,17 +125,14 @@ killall maliit-server
# >> postun
killall maliit-server
# << postun
%endif

%files
%defattr(-,root,root,-)
%{_bindir}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%if ! %{with harbour}
%{_datadir}/maliit/plugins/com/jolla/layouts/programmers.qml
%{_datadir}/maliit/plugins/com/jolla/layouts/layouts_programmers.conf
%endif
# >> files
# << files

0 comments on commit eb71e3f

Please sign in to comment.