update to 0.3.11 [release 0.3.11-1mamba;Sat Aug 11 2018]
This commit is contained in:
parent
9ba2e2e79b
commit
9fc3e03849
13
ssr.spec
13
ssr.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ssr
|
Name: ssr
|
||||||
Version: 0.3.8
|
Version: 0.3.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Simple Screen Recorder is a Linux program to record programs and games
|
Summary: Simple Screen Recorder is a Linux program to record programs and games
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -33,6 +33,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libswscale-ffmpeg-devel
|
BuildRequires: libswscale-ffmpeg-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpulseaudio-devel >= 12.2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,12 +45,13 @@ Simple Stream Recorder is a Linux program to record programs and games.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%cmake -d build
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -58,7 +60,7 @@ Simple Stream Recorder is a Linux program to record programs and games.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ssr-glinject
|
%{_bindir}/ssr-glinject
|
||||||
%{_bindir}/simplescreenrecorder
|
%{_bindir}/simplescreenrecorder
|
||||||
%{_libdir}/libssr-glinject.la
|
#%{_libdir}/libssr-glinject.la
|
||||||
%{_libdir}/libssr-glinject.so
|
%{_libdir}/libssr-glinject.so
|
||||||
%{_datadir}/applications/simplescreenrecorder.desktop
|
%{_datadir}/applications/simplescreenrecorder.desktop
|
||||||
%{_datadir}/appdata/simplescreenrecorder.appdata.xml
|
%{_datadir}/appdata/simplescreenrecorder.appdata.xml
|
||||||
@ -74,6 +76,9 @@ Simple Stream Recorder is a Linux program to record programs and games.
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 11 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.11-1mamba
|
||||||
|
- update to 0.3.11
|
||||||
|
|
||||||
* Thu Jun 22 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.8-1mamba
|
* Thu Jun 22 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.8-1mamba
|
||||||
- update to 0.3.8
|
- update to 0.3.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user