summaryrefslogtreecommitdiff
path: root/miav-client.spec
blob: 2f4c1883998710f4af6bc5a25b653fa604032928 (plain)
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
Summary: MIaV client - The Multicast Image and Video project
Name: miav-client
Version: 0.4.0
Release: 9
License: GPL+
Group: Multimedia
Source: miav-%{version}.tar.gz
URL: http://www.aasimon.org/miav
BuildRoot: %{_topdir}/BUILD/%{name}-%{version}-%{release}

%description
%{summary}

%prep
rm %{_builddir}/* -Rf
tar xvzf %{_sourcedir}/%{SOURCEURL0}
mv miav-%{version}/* %{_builddir}

%build
./configure --prefix= --exec-prefix=/usr --with-client --without-server --with-debug
make

%install
%make_install

%files
%defattr(-,root,root,-)
/usr/bin/miav
%config(noreplace) /etc/miav/miav.conf

%changelog
* Wed Jun 18 2014  Bent Bisballe Nyeng <deva@aasimon.org> 0.4.0-9
- Fix config filename on server.

* Wed Jun 18 2014  Bent Bisballe Nyeng <deva@aasimon.org> 0.4.0-8
- Fix daemon background mode.

* Wed Jun 18 2014  Bent Bisballe Nyeng <deva@aasimon.org> 0.4.0-5
- Make sure config is not overwritten on update.

* Wed Jun 11 2014  Bent Bisballe Nyeng <deva@aasimon.org> 0.4.0-3
- Make client-only package

* Wed Jun 11 2014  Bent Bisballe Nyeng <deva@aasimon.org> 0.4.0-2
- Bump build number

* Wed Jun 11 2014  Bent Bisballe Nyeng <deva@aasimon.org> 0.4.0-1
- First Build