-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnulloy.spec
More file actions
41 lines (34 loc) · 1.08 KB
/
nulloy.spec
File metadata and controls
41 lines (34 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Name: nulloy
URL: http://nulloy.com
License: GPLv3
Summary: Music player with a waveform progress bar
Version: _DUMMY_
Release: 0
Source: %{name}-%{version}.tar.gz
BuildRequires: gcc-c++ qt5-qtbase-devel qt5-qttools-devel qt5-qttools-static qt5-qtscript-devel qt5-qtbase-private-devel qt5-linguist gstreamer1-plugins-base-devel gstreamer1-devel zip libX11-devel libxcb-devel taglib-devel ImageMagick librsvg2 qt5-qtsvg-devel
BuildRoot: %{_topdir}/%{name}-%{version}-root
%description
Music player with a waveform progress bar.
%global debug_package %{nil}
%prep
%setup -q
%build
# provided by _service:download_url:ChangeLog:
cp ../../SOURCES/ChangeLog .
CFLAGS="%{optflags}" \
CXXFLAGS="%{optflags}" \
QMAKE=qmake-qt5 \
LRELEASE=lrelease-qt5 \
./configure --no-update-check --prefix %{buildroot}%{_prefix}
make
%install
make install
%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_datadir}/%{name}/skins/*
%{_datadir}/%{name}/i18n/*
%{_datadir}/icons/*
%{_datadir}/applications/%{name}.desktop
%{_prefix}/lib/%{name}/plugins/
%changelog