diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-07-02 16:07:26 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-07-02 16:07:26 +0200 |
commit | 759a5694418eebbb610a1c83499b41a810bf2512 (patch) | |
tree | c265527174c949dab59aa1417b5c378431fbdc55 /miav-client.spec.in | |
parent | 8d75833aacaa6c5aebd4014c79ace5633d6dabf3 (diff) |
Diffstat (limited to 'miav-client.spec.in')
-rw-r--r-- | miav-client.spec.in | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/miav-client.spec.in b/miav-client.spec.in new file mode 100644 index 0000000..0ace234 --- /dev/null +++ b/miav-client.spec.in @@ -0,0 +1,50 @@ +Summary: MIaV client - The Multicast Image and Video project +Name: miav-client +Version: @VERSION@ +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 + + |