Skip to content

Commit

Permalink
Remove unused yaml file and cleanup spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaodan committed Jul 17, 2021
1 parent 1e38530 commit 24fe428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
26 changes: 1 addition & 25 deletions rpm/harbour-piepmatz.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.32
#

Name: harbour-piepmatz

# >> macros
# << macros

%{!?qtc_qmake:%define qtc_qmake %qmake}
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
%{!?qtc_make:%define qtc_make make}
Expand All @@ -19,7 +11,6 @@ Group: Qt/Qt
License: LICENSE
URL: http://werkwolf.de/
Source0: %{name}-%{version}.tar.bz2
Source100: harbour-piepmatz.yaml
Requires: sailfishsilica-qt5 >= 0.10.9
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2
BuildRequires: pkgconfig(Qt5Core)
Expand All @@ -36,38 +27,23 @@ Piepmatz is a Twitter client for Sailfish OS
%prep
%setup -q -n %{name}-%{version}

# >> setup
# << setup

%build
# >> build pre
# << build pre

%qtc_qmake5

%qtc_make %{?_smp_mflags}

# >> build post
# << build post

%install
rm -rf %{buildroot}
# >> install pre
# << install pre
%qmake5_install

# >> install post
# << install post

desktop-file-install --delete-original \
--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/*.desktop

%files
%defattr(-,root,root,-)
%{_bindir}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
# >> files
# << files
47 changes: 0 additions & 47 deletions rpm/harbour-piepmatz.yaml

This file was deleted.

0 comments on commit 24fe428

Please sign in to comment.