diff --git a/skype-call-recorder-0.9-libvorbis-1.3.4.patch b/skype-call-recorder-0.9-libvorbis-1.3.4.patch new file mode 100644 index 0000000..9a7fd63 --- /dev/null +++ b/skype-call-recorder-0.9-libvorbis-1.3.4.patch @@ -0,0 +1,11 @@ +--- skype-call-recorder-0.9/CMakeLists.txt.orig 2014-09-21 04:08:07.497253407 +0200 ++++ skype-call-recorder-0.9/CMakeLists.txt 2014-09-21 04:07:28.809254839 +0200 +@@ -97,7 +97,7 @@ + # main target + + ADD_EXECUTABLE(${TARGET} ${SOURCES}) +-TARGET_LINK_LIBRARIES(${TARGET} ${LIBRARIES}) ++TARGET_LINK_LIBRARIES(${TARGET} ${LIBRARIES} libvorbis.so libogg.so) + ADD_DEPENDENCIES(${TARGET} Version) + + # installation diff --git a/skype-call-recorder.spec b/skype-call-recorder.spec index 30f8009..bc9c80f 100644 --- a/skype-call-recorder.spec +++ b/skype-call-recorder.spec @@ -1,5 +1,5 @@ Name: skype-call-recorder -Version: 0.8 +Version: 0.9 Release: 1mamba Summary: Record your Skype calls to MP3 files Group: Graphical Desktop/Applications/Networking @@ -7,7 +7,9 @@ Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan URL: http://atdot.ch -Source: http://atdot.ch/scr/files/%{version}/skype-call-recorder-%{version}.tar.gz +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 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -19,6 +21,7 @@ BuildRequires: libqt4-devel BuildRequires: libstdc++6-devel BuildRequires: libvorbis-devel ## AUTOBUILDREQ-END +BuildRequires: libid3-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -26,6 +29,7 @@ Skype Call Recorder is an open source tool that allows you to record your Skype %prep %setup -q +%patch0 -p1 %build %cmake -d build @@ -46,5 +50,8 @@ Skype Call Recorder is an open source tool that allows you to record your Skype %doc COPYING %changelog +* Fri Oct 18 2013 Automatic Build System 0.9-1mamba +- update to 0.9 + * Wed Jan 12 2011 Davide Madrisan 0.8-1mamba - package created by autospec