update to 0.8.3.20160501 [release 0.8.3.20160501-1mamba;Sun May 08 2016]
This commit is contained in:
parent
4cef852a12
commit
71c22f4432
@ -1,14 +1,16 @@
|
||||
%define pkgver %(echo %version | cut -d. -f1-3)
|
||||
%define relver %(echo %version | cut -d. -f4)
|
||||
Name: sayonara-player
|
||||
Version: 0.7.1.r189
|
||||
Release: 3mamba
|
||||
Version: 0.8.3.20160501
|
||||
Release: 1mamba
|
||||
Summary: A small, clear and fast audio player
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://sayonara-player.com/
|
||||
Source: ftp://sayonara-player.com/archive/0.7.1/sayonara-player-%{relver}.tar.gz
|
||||
Source: http://sayonara-player.com/sw/sayonara-player-%{pkgver}-git2-%{relver}.tar.gz
|
||||
#ftp://sayonara-player.com/archive/0.7.1/sayonara-player-%{relver}.tar.gz
|
||||
Source1: https://sayonara-player.googlecode.com/files/french_language_pack.tar.gz
|
||||
Source2: https://sayonara-player.googlecode.com/files/russian_language_pack.tar.gz
|
||||
Source3: https://sayonara-player.googlecode.com/files/hungarian_language_pack.tar.gz
|
||||
@ -22,14 +24,15 @@ Patch0: sayonara-0.4.0.695-x86_64-libdir.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgst-plugins-base010-devel
|
||||
BuildRequires: libgstreamer010-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgst-plugins-base-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: libmtp-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtag-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libtag-devel >= 1.9.1
|
||||
BuildRequires: cmake
|
||||
@ -45,7 +48,7 @@ One of Sayonara's goals are intuitive and easy usablility never leading to the i
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{relver}
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
@ -68,14 +71,18 @@ One of Sayonara's goals are intuitive and easy usablility never leading to the i
|
||||
%{_datadir}/appdata/sayonara.appdata.xml
|
||||
%{_datadir}/applications/sayonara.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/sayonara.png
|
||||
%{_datadir}/icons/hicolor/*/apps/sayonara.xpm
|
||||
%{_datadir}/icons/sayonara.png
|
||||
%{_datadir}/menu/sayonara
|
||||
%{_datadir}/pixmaps/sayonara.png
|
||||
%dir %{_datadir}/sayonara
|
||||
%{_datadir}/sayonara/*
|
||||
%{_mandir}/man1/sayonara.1*
|
||||
%doc MANUAL
|
||||
|
||||
%changelog
|
||||
* Sun May 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.3.20160501-1mamba
|
||||
- update to 0.8.3.20160501
|
||||
|
||||
* Thu Nov 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1.r189-3mamba
|
||||
- rebuilt with libtag 1.9.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user