-
Notifications
You must be signed in to change notification settings - Fork 1
/
sopcast.spec
61 lines (42 loc) · 1.22 KB
/
sopcast.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Name: sopcast
Version: 3.2.6
Release: 4.R
Summary: A P2P Stream program
License: Redistributable
URL: http://www.sopcast.org
Group: Applications/Internet
Source0: http://download.easetuner.com/download/sp-auth.tgz
Source1: sopcast
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: mplayer
BuildArch: i686
%description
A P2P Stream program and playing script
%prep
%setup -q -n sp-auth
%build
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
%{__install} -pD -m755 sp-sc-auth %{buildroot}%{_bindir}
# File install
%{__install} -pD -m755 %{SOURCE1} \
$RPM_BUILD_ROOT%{_bindir}/sopcast
%clean
rm -rf %{buildroot}
%files
%doc Readme
%defattr(-,root,root)
%{_bindir}/*
%changelog
* Wed Jul 13 2011 Arkady L. Shane <ashejn@russianfedora.ru> 3.2.6-4.R
- added BuildArch: i686
- cleanup spec
- remove %%{?dist}
* Tue Jul 12 2011 Vasiliy N. Glazov <vascom2@gmail.com> 3.2.6-3.R
- updated to 3.2.6
- added playing script
* Mon May 19 2008 Arkady L. Shane <ashejn@yandex-team.ru> 1.1.1-2
- fixed bug #12
* Sun May 18 2008 Arkady L. Shane <ashejn@yandex-team.ru> 1.1.1-1
- initial build for Fedora