diff --git a/ssr.spec b/ssr.spec index f5a1bca..5e64bad 100644 --- a/ssr.spec +++ b/ssr.spec @@ -1,5 +1,5 @@ Name: ssr -Version: 0.2.2 +Version: 0.3.8 Release: 1mamba Summary: Simple Screen Recorder is a Linux program to record programs and games Group: Graphical Desktop/Applications/Multimedia @@ -8,7 +8,7 @@ Distribution: openmamba Packager: Silvan Calarco URL: http://www.maartenbaert.be/simplescreenrecorder/ ## GITSOURCE https://github.com/MaartenBaert/ssr.git 0.2.2 -Source: https://github.com/MaartenBaert/ssr.git/%{version}/ssr-20140303git.tar.bz2 +Source: https://github.com/MaartenBaert/ssr.git/%{version}/ssr-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -19,10 +19,12 @@ BuildRequires: libXau-devel BuildRequires: libXdmcp-devel BuildRequires: libXext-devel BuildRequires: libXfixes-devel +BuildRequires: libXi-devel BuildRequires: libalsa-devel BuildRequires: libavcodec-ffmpeg-devel BuildRequires: libavformat-ffmpeg-devel BuildRequires: libavutil-ffmpeg-devel +BuildRequires: libbsd-devel BuildRequires: libgcc BuildRequires: libjack-devel BuildRequires: libpulseaudio-devel @@ -39,7 +41,7 @@ Simple Stream Recorder is a Linux program to record programs and games. %debug_package %prep -%setup -q -n %{name}-20140303git +%setup -q %build %configure @@ -54,18 +56,26 @@ Simple Stream Recorder is a Linux program to record programs and games. %files %defattr(-,root,root) +%{_bindir}/ssr-glinject %{_bindir}/simplescreenrecorder %{_libdir}/libssr-glinject.la %{_libdir}/libssr-glinject.so %{_datadir}/applications/simplescreenrecorder.desktop +%{_datadir}/appdata/simplescreenrecorder.appdata.xml %{_datadir}/icons/hicolor/*/apps/simplescreenrecorder*.png %{_datadir}/icons/hicolor/scalable/apps/simplescreenrecorder*.svg %dir %{_datadir}/simplescreenrecorder %dir %{_datadir}/simplescreenrecorder/translations %{_datadir}/simplescreenrecorder/translations/simplescreenrecorder_*.qm +%dir %{_datadir}/simplescreenrecorder/output-profiles +%{_datadir}/simplescreenrecorder/output-profiles/*.conf +%{_mandir}/man1/*.1* %doc COPYING #%doc README.md %changelog +* Thu Jun 22 2017 Silvan Calarco 0.3.8-1mamba +- update to 0.3.8 + * Mon Mar 03 2014 Silvan Calarco 0.2.2-1mamba - package created using the webbuild interface