package created using the webbuild interface [release 3.18.1-1mamba;Fri Dec 25 2015]
This commit is contained in:
parent
b5b2011182
commit
3cffa0dafa
@ -1,2 +1,5 @@
|
||||
# gnome-bluetooth
|
||||
|
||||
gnome-bluetooth is a fork of bluez-gnome focused on integration with the GNOME desktop environment.
|
||||
gnome-bluetooth is the historical name of the first GNOME focused Bluetooth effort for Linux. As such, when the need came to name this project, we selected something that was still in the people's minds.
|
||||
|
||||
|
139
gnome-bluetooth.spec
Normal file
139
gnome-bluetooth.spec
Normal file
@ -0,0 +1,139 @@
|
||||
Name: gnome-bluetooth
|
||||
Version: 3.18.1
|
||||
Release: 1mamba
|
||||
Summary: A fork of bluez-gnome focused on integration with the GNOME desktop environment
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://live.gnome.org
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-bluetooth/3.18/gnome-bluetooth-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libtdb-devel
|
||||
BuildRequires: libthai-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
gnome-bluetooth is a fork of bluez-gnome focused on integration with the GNOME desktop environment.
|
||||
gnome-bluetooth is the historical name of the first GNOME focused Bluetooth effort for Linux. As such, when the need came to name this project, we selected something that was still in the people's minds.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
|
||||
%description -n lib%{name}
|
||||
This package contains shared libraries for %{name}.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package apidocs
|
||||
Group: Documentation
|
||||
Summary: %{name} API documentation
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: gtk-doc
|
||||
|
||||
%description apidocs
|
||||
This package includes the %{name} API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang gnome-bluetooth2
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f gnome-bluetooth2.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/bluetooth-sendto
|
||||
%{_datadir}/applications/bluetooth-sendto.desktop
|
||||
%{_datadir}/applications/mimeinfo.cache
|
||||
%{_datadir}/gnome-bluetooth/pin-code-database.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/bluetooth.png
|
||||
%{_datadir}/icons/hicolor/*/status/bluetooth-active.png
|
||||
%{_datadir}/icons/hicolor/*/status/bluetooth-disabled.png
|
||||
%{_datadir}/icons/hicolor/*/status/bluetooth-paired.png
|
||||
%{_datadir}/icons/hicolor/icon-theme.cache
|
||||
%{_datadir}/icons/hicolor/scalable/apps/bluetooth.svg
|
||||
%{_datadir}/icons/hicolor/scalable/status/bluetooth-paired.svg
|
||||
%{_mandir}/man1/bluetooth-sendto.1*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgnome-bluetooth.so.*
|
||||
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
|
||||
%doc COPYING.LIB
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/gnome-bluetooth
|
||||
%{_includedir}/gnome-bluetooth/*.h
|
||||
%{_libdir}/libgnome-bluetooth.la
|
||||
%{_libdir}/libgnome-bluetooth.so
|
||||
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
||||
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
|
||||
%doc ChangeLog ChangeLog.pre-2.27 NEWS README
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/gnome-bluetooth
|
||||
%{_datadir}/gtk-doc/html/gnome-bluetooth/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.18.1-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user