package created by autospec [release 0.8-1mamba;Wed Jan 12 2011]
This commit is contained in:
parent
9d96f8fe9f
commit
5013cbdf0b
@ -1,2 +1,4 @@
|
||||
# skype-call-recorder
|
||||
|
||||
Skype Call Recorder is an open source tool that allows you to record your Skype calls on Linux.
|
||||
|
||||
|
50
skype-call-recorder.spec
Normal file
50
skype-call-recorder.spec
Normal file
@ -0,0 +1,50 @@
|
||||
Name: skype-call-recorder
|
||||
Version: 0.8
|
||||
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
|
||||
Source: http://atdot.ch/scr/files/%{version}/skype-call-recorder-%{version}.tar.gz
|
||||
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
|
||||
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
|
||||
|
||||
%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
|
||||
* 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