Skip to content

Commit

Permalink
fix: update rpm spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
holazt authored and borgmanJeremy committed Sep 7, 2020
1 parent 4ec100d commit e76aca0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/rpm/flameshot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.3.0
BuildRequires: qt5-qttools-devel
BuildRequires: qt5-linguist
BuildRequires: qt5-qtsvg-devel
BuildRequires: git
BuildRequires: cmake >= 3.13.0

Requires: qt5-qtbase >= 5.3.0
Requires: qt5-qttools
Expand All @@ -35,8 +35,7 @@ powerful yet simple to use for GNU/Linux
%setup -q -n v%{version}

%build
#%%qmake_qt5 PREFIX=%{_prefix}
%qmake_qt5 CONFIG+=packaging CONFIG-=debug CONFIG+=release
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr
make %{?_smp_mflags}

%install
Expand All @@ -49,15 +48,16 @@ make %{?_smp_mflags}
%doc README.md
%license LICENSE
%{_bindir}/%{name}
%{_datadir}/dbus-1/interfaces/org.dharkael.Flameshot.xml
%{_datadir}/metainfo/flameshot.appdata.xml
%{_datadir}/dbus-1/services/org.dharkael.Flameshot.service
%{_datadir}/flameshot/translations/Internationalization_*.qm
%{_datadir}/dbus-1/interfaces/org.flameshot.Flameshot.xml
%{_datadir}/dbus-1/services/org.flameshot.Flameshot.service
%{_datadir}/flameshot/translations
%{_datadir}/applications/%{name}.desktop
%{_datadir}/bash-completion/completions/%{name}
%{_datadir}/bash-completions/completions/%{name}
%{_datadir}/icons/hicolor

%changelog
* Mon Sep 07 2020 Zetao Yang <[email protected]> - 0.8.0-1
- Updated for flameshot 0.8.0
* Sat Aug 18 2018 Zetao Yang <[email protected]> - 0.6.0-1
- Updated for flameshot 0.6.0
- More details, please see https://flameshot.js.org/#/changelog?id=v060
Expand Down

0 comments on commit e76aca0

Please sign in to comment.