automatic version update by autodist [release 4.13.0-1mamba;Thu Apr 17 2014]
This commit is contained in:
parent
3a854d377a
commit
64916a38ad
@ -1,2 +1,4 @@
|
||||
# audiocd-kio
|
||||
|
||||
Rip audio from CD's and re-encode it into different formats with KDE.
|
||||
|
||||
|
147
audiocd-kio.spec
Normal file
147
audiocd-kio.spec
Normal file
@ -0,0 +1,147 @@
|
||||
Name: audiocd-kio
|
||||
Version: 4.13.0
|
||||
Release: 1mamba
|
||||
Summary: Rip audio from CD's and re-encode it into different formats with KDE
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/audiocd-kio-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: libcdparanoia-devel
|
||||
BuildRequires: libflac-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkcddb-devel
|
||||
BuildRequires: libkcompactdisc-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Provides: kdemultimedia-audiocd
|
||||
Obsoletes: kdemultimedia-audiocd
|
||||
Provides: kdemultimedia4-audiocd
|
||||
Obsoletes: kdemultimedia4-audiocd
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Rip audio from CD's and re-encode it into different formats with KDE.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libkdemultimedia-devel
|
||||
|
||||
%description devel
|
||||
Headers files for developing audiocd applications.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_libdir}/kde4/kcm_audiocd.so
|
||||
%{_kde4_libdir}/kde4/kio_audiocd.so
|
||||
%{_kde4_libdir}/kde4/libaudiocd_encoder_flac.so
|
||||
%{_kde4_libdir}/kde4/libaudiocd_encoder_lame.so
|
||||
%{_kde4_libdir}/kde4/libaudiocd_encoder_vorbis.so
|
||||
%{_kde4_libdir}/kde4/libaudiocd_encoder_wav.so
|
||||
%{_kde4_libdir}/libaudiocdplugins.so.*
|
||||
%{_kde4_datadir}/konqsidebartng/virtual_folders/services/audiocd.desktop
|
||||
%{_kde4_datadir}/solid/actions/solid_audiocd.desktop
|
||||
%{_kde4_kcfgdir}/audiocd_lame_encoder.kcfg
|
||||
%{_kde4_kcfgdir}/audiocd_vorbis_encoder.kcfg
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kioslave/audiocd/common
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kioslave/audiocd/index.cache.bz2
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kioslave/audiocd/index.docbook
|
||||
%{_kde4_servicesdir}/audiocd.desktop
|
||||
%{_kde4_servicesdir}/audiocd.protocol
|
||||
%doc COPYING COPYING.DOC
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_includedir}/audiocdencoder.h
|
||||
%{_kde4_libdir}/libaudiocdplugins.so
|
||||
|
||||
%changelog
|
||||
* Thu Apr 17 2014 Automatic Build System <autodist@mambasoft.it> 4.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 03 2014 Automatic Build System <autodist@mambasoft.it> 4.12.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 14 2014 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 19 2013 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 05 2013 Automatic Build System <autodist@mambasoft.it> 4.11.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 06 2013 Automatic Build System <autodist@mambasoft.it> 4.11.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 02 2013 Automatic Build System <autodist@mambasoft.it> 4.11.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 04 2013 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 14 2013 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 02 2013 Automatic Build System <autodist@mambasoft.it> 4.10.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 07 2013 Automatic Build System <autodist@mambasoft.it> 4.10.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 03 2013 Automatic Build System <autodist@mambasoft.it> 4.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 14 2013 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 03 2013 Automatic Build System <autodist@mambasoft.it> 4.9.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 06 2012 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 08 2012 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 24 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.2-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user