require obex-data-server and obex-client; conflict with obexd [release 1.3.2-3mamba;Tue Nov 05 2013]
This commit is contained in:
parent
aab3e3f092
commit
fa99a9edd0
@ -1,2 +1,4 @@
|
||||
# bluedevil
|
||||
|
||||
A set of components which integrates bluetooth within KDE 4.
|
||||
|
||||
|
142
bluedevil.spec
Normal file
142
bluedevil.spec
Normal file
@ -0,0 +1,142 @@
|
||||
Name: bluedevil
|
||||
Epoch: 1
|
||||
Version: 1.3.2
|
||||
Release: 3mamba
|
||||
Summary: A set of components which integrates bluetooth within KDE 4
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: ftp://ftp.kde.org/pub/kde/stable/bluedevil/%{version}/src/bluedevil-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: libbluedevil-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: bluez
|
||||
Requires: obex-data-server
|
||||
Requires: obex-client
|
||||
Conflicts: obexd < 1:0.47
|
||||
Provides: kbluetooth
|
||||
Obsoletes: kbluetooth
|
||||
Provides: kdebluetooth
|
||||
Obsoletes: kdebluetooth
|
||||
Provides: kdebluetooth4
|
||||
Obsoletes: kdebluetooth4
|
||||
Provides: bluedevil.spec
|
||||
Obsoletes: bluedevil.spec
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A set of components which integrates bluetooth within KDE 4.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-v%{version}
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_bindir}/bluedevil-audio
|
||||
%{_kde4_bindir}/bluedevil-helper
|
||||
%{_kde4_bindir}/bluedevil-input
|
||||
%{_kde4_bindir}/bluedevil-monolithic
|
||||
%{_kde4_bindir}/bluedevil-network-dun
|
||||
%{_kde4_bindir}/bluedevil-network-panu
|
||||
%{_kde4_bindir}/bluedevil-sendfile
|
||||
%{_kde4_bindir}/bluedevil-wizard
|
||||
%{_kde4_xdgappsdir}/bluedevil-*.desktop
|
||||
%{_kde4_datadir}/bluedevil/bluedevil.notifyrc
|
||||
%{_kde4_datadir}/bluedevilwizard/pin-code-database.xml
|
||||
%{_kde4_libexecdir}/bluedevil-authorize
|
||||
%{_kde4_libexecdir}/bluedevil-confirmmodechange
|
||||
%{_kde4_libexecdir}/bluedevil-requestconfirmation
|
||||
%{_kde4_libexecdir}/bluedevil-requestpin
|
||||
%{_kde4_libdir}/kde4/bluedevil*actionplugin.so
|
||||
%{_kde4_libdir}/kde4/bluetoothfiletiemaction.so
|
||||
%{_kde4_libdir}/kde4/kcm_bluedevil*.so
|
||||
%{_kde4_libdir}/kde4/kded_bluedevil.so
|
||||
%{_kde4_libdir}/kde4/kded_obexftpdaemon.so
|
||||
%{_kde4_libdir}/kde4/kio_bluetooth.so
|
||||
%{_kde4_libdir}/kde4/kio_obexftp.so
|
||||
%{_kde4_libdir}/libbluedevilaction.so
|
||||
%{_kde4_servicesdir}/kded/bluedevil.desktop
|
||||
%{_kde4_servicesdir}/kded/obexftpdaemon.desktop
|
||||
%{_kde4_servicesdir}/bluedevil*.desktop
|
||||
%{_kde4_servicesdir}/bluetooth.protocol
|
||||
%{_kde4_servicesdir}/obexftp.protocol
|
||||
%{_kde4_servicesdir}/sendfile.desktop
|
||||
%{_kde4_servicetypesdir}/actionplugin.desktop
|
||||
%{_kde4_mimedir}/packages/bluedevil-mime.xml
|
||||
%{_datadir}/dbus-1/services/org.kde.BlueDevil.Service.service
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_includedir}/bluedevil/actionplugin.h
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-3mamba
|
||||
- require obex-data-server and obex-client; conflict with obexd
|
||||
|
||||
* Mon Nov 04 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-2mamba
|
||||
- requirement obexd < 0.47 and Conflict with obex-data-server
|
||||
|
||||
* Sat Sep 21 2013 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
||||
- update to 1.3.2
|
||||
|
||||
* Fri Apr 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
|
||||
- update to 1.3.1
|
||||
|
||||
* Sat Jan 26 2013 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 24 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-1mamba
|
||||
- update to 1.2.3
|
||||
|
||||
* Fri Mar 02 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.2-1mamba
|
||||
- update to 1.2.2
|
||||
|
||||
* Mon Aug 08 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
|
||||
- update to 1.1.1
|
||||
|
||||
* Mon Aug 08 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
|
||||
- update to 1.0.5
|
||||
|
||||
* Sun Mar 13 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-3mamba
|
||||
- added requirement for obex-data-server
|
||||
|
||||
* Thu Mar 10 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-2mamba
|
||||
- added requirement for bluez
|
||||
|
||||
* Sun Feb 06 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
||||
- update to 1.0.2
|
||||
|
||||
* Thu Dec 02 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0rc4-1mamba
|
||||
- update to 1.0rc4
|
||||
|
||||
* Sun Aug 22 2010 Silvan Calarco <silvan.calarco@mambasoft.it> v1.0rc3-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user