update to 0.9 [release 0.9-1mamba;Fri Oct 18 2013]
This commit is contained in:
parent
5013cbdf0b
commit
8170596a2f
11
skype-call-recorder-0.9-libvorbis-1.3.4.patch
Normal file
11
skype-call-recorder-0.9-libvorbis-1.3.4.patch
Normal file
@ -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
|
@ -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 <davide.madrisan@gmail.com>
|
||||
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 <autodist@mambasoft.it> 0.9-1mamba
|
||||
- update to 0.9
|
||||
|
||||
* Wed Jan 12 2011 Davide Madrisan <davide.madrisan@gmail.com> 0.8-1mamba
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user