1 |
%define name subsonic |
%define name subsonic |
2 |
%define version 4.8 |
%define version 4.8 |
3 |
%define release 1 |
%define release 4 |
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 |
#BuildRequires: e-smith-devtools |
BuildArch: noarch |
11 |
|
BuildRequires: e-smith-devtools |
12 |
|
AutoReqProv: no |
13 |
|
|
14 |
Group: Applications/Multimedia |
Group: Applications/Multimedia |
15 |
License: GPLv3 |
License: GPLv3 |
16 |
URL: http://subsonic.org |
URL: http://subsonic.org |
17 |
|
|
18 |
|
%changelog |
19 |
|
* Wed Nov 6 2013 JP Pialasse <tests@pialasse.com> 4.8-4.sme |
20 |
|
- dependencies corrected. |
21 |
|
|
22 |
|
* Sun Oct 27 2013 JP Pialasse <tests@pialasse.com> 4.8-3.sme |
23 |
|
- first build for sme |
24 |
|
- adding noarch |
25 |
|
- adding e-smith-devtools |
26 |
|
|
27 |
%description |
%description |
28 |
Subsonic is a web-based music streamer, jukebox and Podcast receiver, |
Subsonic is a web-based music streamer, jukebox and Podcast receiver, |
29 |
providing access to your music collection wherever you are. Use it |
providing access to your music collection wherever you are. Use it |