1 |
%define name subsonic |
%define name subsonic |
2 |
%define version 4.8 |
%define version 4.8 |
3 |
%define release 1 |
%define release 2 |
4 |
Name: %{name} |
Name: %{name} |
5 |
Version: %{version} |
Version: %{version} |
6 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
7 |
Summary: A web-based music streamer, jukebox and Podcast receiver |
Summary: A web-based music streamer, jukebox and Podcast receiver |
8 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
9 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
10 |
|
BuildArch: noarch |
11 |
#BuildRequires: e-smith-devtools |
#BuildRequires: e-smith-devtools |
12 |
Group: Applications/Multimedia |
Group: Applications/Multimedia |
13 |
License: GPLv3 |
License: GPLv3 |
14 |
URL: http://subsonic.org |
URL: http://subsonic.org |
15 |
|
|
16 |
|
%changelog |
17 |
|
* Sun Oct 27 2013 JP Pialasse <tests@pialasse.com> 4.8-2.sme |
18 |
|
- first build for sme |
19 |
|
- adding noarch |
20 |
|
|
21 |
%description |
%description |
22 |
Subsonic is a web-based music streamer, jukebox and Podcast receiver, |
Subsonic is a web-based music streamer, jukebox and Podcast receiver, |
23 |
providing access to your music collection wherever you are. Use it |
providing access to your music collection wherever you are. Use it |