File: silverjuke.spec

package info (click to toggle)
silverjuke 18.2.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,048 kB
  • sloc: cpp: 117,242; ansic: 68,210; sh: 3,917; xml: 1,241; python: 508; makefile: 352; pascal: 143; php: 99; sed: 16
file content (68 lines) | stat: -rw-r--r-- 2,073 bytes parent folder | download | duplicates (5)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#
# spec file for package silverjuke
#
# cobbled together by thb@documentfoundation.org
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later
# version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program.  If not, see http://www.gnu.org/licenses/ .
#


Name:           silverjuke
Version:        15.1.5
Release:        0
Summary:        Jukebox application to play your music and videos
License:        GPL-3.0+
Group:          Productivity/Multimedia/Sound/Players
Url:            https://github.com/r10s/silverjuke/archive/v15.1-beta.5.tar.gz
Source:         silverjuke-v15.1-beta.5.tar.gz
BuildRequires:  gcc-c++
BuildRequires:  libtool
BuildRequires:  make
BuildRequires:  pkgconfig
BuildRequires:  wxWidgets-wxcontainer-devel
BuildRequires:  xine-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Silverjuke is the easy-to-use jukebox with more than ten yeas of experience, see
http://silverjuke.net for further information.

%prep
%setup -q -n silverjuke-15.1-beta.5

%build
./autogen.sh --prefix=/usr --docdir=%{_docdir}/silverjuke
make %{?_smp_mflags}

%install
%makeinstall

%files
%defattr(-,root,root,-)
%docdir %{_docdir}
%dir %{_docdir}/silverjuke
%{_docdir}/silverjuke/CHANGES.md
%{_docdir}/silverjuke/LICENSE
%{_docdir}/silverjuke/README.md
%{_docdir}/silverjuke/command-line.md
%{_docdir}/silverjuke/dde.md
%{_docdir}/silverjuke/localization.md
%{_docdir}/silverjuke/plugins.md
%{_docdir}/silverjuke/scripting.md
%{_docdir}/silverjuke/skinning.md
%{_docdir}/silverjuke/user-guide.md
%{_docdir}/silverjuke/virtual-keyboards.md
%{_bindir}/silverjuke

%changelog