-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsmplayer-skins.spec
46 lines (37 loc) · 1.31 KB
/
smplayer-skins.spec
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
%define name smplayer-skins
%define version 15.2.0
%define release rvm
Name: %{name}
Summary: Skins for SMPlayer
License: GPL
Group: Applications/Multimedia
URL: http://smplayer.sourceforge.net/
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Distribution: SUSE Linux 9.2 (i586)
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArchitectures: noarch
Autoreqprov: On
Requires: smplayer >= 0.8.2
%description
This package provides skin themes for SMPlayer.
SMPlayer is a graphical user interface (GUI) for the award-winning mplayer
and also for mpv. But apart from providing access for the most common
and useful options of mplayer and mpv, SMPlayer adds other interesting features
like the possibility to play Youtube videos or search and download subtitles.
One of the main features is the ability to remember the state of a
played file, so when you play it later it will be resumed at the same point
and with the same settings.
%prep
%setup -q
%install
make PREFIX=/usr DESTDIR=%{?buildroot:%{buildroot}} install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%attr (-,root,root) /*
%changelog
* Sun Oct 28 2012 Ricardo Villalba <[email protected]>
- first spec file