From 484657b2cd96cba22f04bcf8955aa03facbe6288 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jun 2014 15:29:01 +0200 Subject: Split up server and client rpms --- miav-client.spec | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 miav-client.spec (limited to 'miav-client.spec') diff --git a/miav-client.spec b/miav-client.spec new file mode 100644 index 0000000..03e5384 --- /dev/null +++ b/miav-client.spec @@ -0,0 +1,38 @@ +Summary: MIaV client - The Multicast Image and Video project +Name: miav-client +Version: 0.4.0 +Release: 3 +License: GPL+ +Group: Multimedia +Source: miav-%{version}.tar.gz +URL: http://www.aasimon.org/miav +BuildRoot: %{_topdir}/BUILD/%{name}-%{version}-%{release} + +%description +%{summary} + +%prep +%setup -q + +%build +./configure --prefix=/usr --with-gui --without-server +make + +%install +%make_install + +%files +%defattr(-,root,root,-) +/ + +%changelog +* Wed Jun 11 2014 Bent Bisballe Nyeng 0.4.0-3 +- Make client-only package + +* Wed Jun 11 2014 Bent Bisballe Nyeng 0.4.0-2 +- Bump build number + +* Wed Jun 11 2014 Bent Bisballe Nyeng 0.4.0-1 +- First Build + + -- cgit v1.2.3