diff options
Diffstat (limited to 'miav.spec')
-rw-r--r-- | miav.spec | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/miav.spec b/miav.spec new file mode 100644 index 0000000..3813f2a --- /dev/null +++ b/miav.spec @@ -0,0 +1,31 @@ +Summary: MIaV - The Multicast Image and Video project +Name: miav +Version: 0.4.0 +Release: 1 +License: GPL+ +Group: Multimedia +Source: %{name}-%{version}.tar.gz +URL: http://www.aasimon.org/miav +BuildRoot: %{_topdir}/BUILD/%{name}-%{version}-%{release} + +%description +%{summary} + +%prep +%autosetup + +%build +./configure --prefix=/usr --with-gui --with-server +make + +%install +%make_install + +%files +%defattr(-,root,root,-) +/ + +%changelog +* Wed Jun 11 2014 Bent Bisballe Nyeng <deva@aasimon.org> 0.4.0-1 +- First Build + |