summaryrefslogtreecommitdiff
path: root/miav-client.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'miav-client.spec.in')
-rw-r--r--miav-client.spec.in50
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
+
+