update to 0.12.1 [release 0.12.1-1mamba;Sat Jul 06 2019]
This commit is contained in:
parent
b9f44314b0
commit
ef5651c111
53
folks.spec
53
folks.spec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: folks
|
||||
Version: 0.11.4
|
||||
Release: 2mamba
|
||||
Version: 0.12.1
|
||||
Release: 1mamba
|
||||
Summary: A library that aggregates people from multiple sources to create metacontacts
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -12,33 +12,15 @@ Source: ftp://ftp.gnome.org/pub/gnome/sources/folks/%{majver}/folks-%{ver
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libdb51-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libevolution-data-server-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcr-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgee-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libnspr-devel
|
||||
BuildRequires: libnss-devel
|
||||
BuildRequires: libreadline-devel
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: p11-kit-devel
|
||||
BuildRequires: telepathy-glib-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libevolution-data-server-devel >= 3.28.5
|
||||
BuildRequires: libevolution-data-server-devel >= 3.32.3
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -56,8 +38,7 @@ libfolks is a library that aggregates people from multiple sources (eg, Telepath
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
## note: you can add this requirement if .pc files are provided by this package
|
||||
#Requires: pkg-config
|
||||
Requires: pkg-config
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
@ -69,14 +50,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-fatal-warnings
|
||||
export LDFLAGS="-ltermcap"
|
||||
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
@ -96,27 +78,21 @@ This package contains libraries and header files for developing applications tha
|
||||
%dir %{_libdir}/folks/*
|
||||
%dir %{_libdir}/folks/*/backends
|
||||
%dir %{_libdir}/folks/*/backends/bluez
|
||||
%{_libdir}/folks/*/backends/bluez/bluez.la
|
||||
%{_libdir}/folks/*/backends/bluez/bluez.so
|
||||
%dir %{_libdir}/folks/*/backends/dummy
|
||||
%{_libdir}/folks/*/backends/dummy/dummy.*
|
||||
%dir %{_libdir}/folks/*/backends/eds
|
||||
%{_libdir}/folks/*/backends/eds/eds.la
|
||||
%{_libdir}/folks/*/backends/eds/eds.so
|
||||
%dir %{_libdir}/folks/*/backends/key-file
|
||||
%{_libdir}/folks/*/backends/key-file/key-file.la
|
||||
%{_libdir}/folks/*/backends/key-file/key-file.so
|
||||
%dir %{_libdir}/folks/*/backends/ofono
|
||||
%{_libdir}/folks/*/backends/ofono/ofono.la
|
||||
%{_libdir}/folks/*/backends/ofono/ofono.so
|
||||
%dir %{_libdir}/folks/*/backends/telepathy
|
||||
%{_libdir}/folks/*/backends/telepathy/telepathy.la
|
||||
%{_libdir}/folks/*/backends/telepathy/telepathy.so
|
||||
%{_libdir}/girepository-1.0/Folks-0.6.typelib
|
||||
%{_libdir}/girepository-1.0/FolksDummy-0.6.typelib
|
||||
%{_libdir}/girepository-1.0/FolksEds-0.6.typelib
|
||||
%{_libdir}/girepository-1.0/FolksTelepathy-0.6.typelib
|
||||
%{_datadir}/GConf/gsettings/folks.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
@ -126,13 +102,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_bindir}/folks-inspect
|
||||
%dir %{_includedir}/folks
|
||||
%{_includedir}/folks/*.h
|
||||
%{_libdir}/libfolks.la
|
||||
%{_libdir}/libfolks.so
|
||||
%{_libdir}/libfolks-dummy.la
|
||||
%{_libdir}/libfolks-dummy.so
|
||||
%{_libdir}/libfolks-eds.la
|
||||
%{_libdir}/libfolks-eds.so
|
||||
%{_libdir}/libfolks-telepathy.la
|
||||
%{_libdir}/libfolks-telepathy.so
|
||||
%{_libdir}/pkgconfig/folks.pc
|
||||
%{_libdir}/pkgconfig/folks-dummy.pc
|
||||
@ -150,9 +122,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_datadir}/vala/vapi/folks-dummy.vapi
|
||||
%{_datadir}/vala/vapi/folks-telepathy.deps
|
||||
%{_datadir}/vala/vapi/folks-telepathy.vapi
|
||||
%doc ChangeLog NEWS README
|
||||
%doc NEWS
|
||||
|
||||
%changelog
|
||||
* Sat Jul 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.1-1mamba
|
||||
- update to 0.12.1
|
||||
|
||||
* Wed Sep 05 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.4-2mamba
|
||||
- rebuilt with libevolution-data-server 3.28.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user