2024-01-05 17:52:25 +01:00
|
|
|
Name: skype-call-recorder
|
2024-01-05 17:52:25 +01:00
|
|
|
Version: 0.9
|
2024-01-05 17:52:25 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Record your Skype calls to MP3 files
|
|
|
|
Group: Graphical Desktop/Applications/Networking
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
|
|
URL: http://atdot.ch
|
2024-01-05 17:52:25 +01:00
|
|
|
Source: https://github.com/jlherren/skype-call-recorder.git/%{version}/skype-call-recorder-%{version}.tar.bz2
|
|
|
|
#Source: http://atdot.ch/scr/files/%{version}/skype-call-recorder-%{version}.tar.gz
|
|
|
|
Patch0: skype-call-recorder-0.9-libvorbis-1.3.4.patch
|
2024-01-05 17:52:25 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libid3
|
|
|
|
BuildRequires: liblame-devel
|
|
|
|
BuildRequires: libogg-devel
|
|
|
|
BuildRequires: libqt4-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libvorbis-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 17:52:25 +01:00
|
|
|
BuildRequires: libid3-devel
|
2024-01-05 17:52:25 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Skype Call Recorder is an open source tool that allows you to record your Skype calls on Linux.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 17:52:25 +01:00
|
|
|
%patch0 -p1
|
2024-01-05 17:52:25 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/skype-call-recorder
|
|
|
|
%{_datadir}/applications/skype-call-recorder.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/skype-call-recorder.png
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:52:25 +01:00
|
|
|
* Fri Oct 18 2013 Automatic Build System <autodist@mambasoft.it> 0.9-1mamba
|
|
|
|
- update to 0.9
|
|
|
|
|
2024-01-05 17:52:25 +01:00
|
|
|
* Wed Jan 12 2011 Davide Madrisan <davide.madrisan@gmail.com> 0.8-1mamba
|
|
|
|
- package created by autospec
|