131 lines
3.3 KiB
RPMSpec
131 lines
3.3 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
Name: libnma
|
|
Version: 1.8.34
|
|
Release: 1mamba
|
|
Summary: Network Manager Applet library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://wiki.gnome.org/
|
|
Source: http://ftp.acc.umu.se/pub/GNOME/sources/libnma/%{majver}/libnma-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libatk-devel
|
|
BuildRequires: libbrotli-devel
|
|
BuildRequires: libbzip2-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libffi-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgcr-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgraphite2-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libnm-devel
|
|
BuildRequires: libp11-kit-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpcre-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libffi-devel >= 3.3
|
|
Obsoletes: libnm-gtk
|
|
|
|
%description
|
|
Network Manager Applet library.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
Obsoletes: libnm-gtk-devel
|
|
|
|
%description 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 %{name} || touch %{name}.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
if [ $1 -ge 1 ]; then
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
|
fi
|
|
:
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
if [ $1 -eq 0 ]; then
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
|
fi
|
|
:
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libnma.so.*
|
|
%{_libdir}/girepository-1.0/NMA-1.0.typelib
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
|
|
%doc COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/libnma
|
|
%{_includedir}/libnma/nma*.h
|
|
%{_libdir}/libnma.a
|
|
%{_libdir}/libnma.la
|
|
%{_libdir}/libnma.so
|
|
%{_libdir}/pkgconfig/libnma.pc
|
|
%{_datadir}/gir-1.0/NMA-1.0.gir
|
|
%{_datadir}/vala/vapi/libnma.deps
|
|
%{_datadir}/vala/vapi/libnma.vapi
|
|
%doc NEWS
|
|
|
|
%files apidocs
|
|
%defattr(-,root,root)
|
|
%dir %{_datadir}/gtk-doc/html/libnma
|
|
%{_datadir}/gtk-doc/html/libnma/*
|
|
|
|
%changelog
|
|
* Thu Jan 20 2022 Automatic Build System <autodist@mambasoft.it> 1.8.34-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 20 2021 Automatic Build System <autodist@mambasoft.it> 1.8.32-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 25 2020 Automatic Build System <autodist@mambasoft.it> 1.8.30-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.28-2mamba
|
|
- rebuilt with libffi 3.3
|
|
|
|
* Fri Mar 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.28-1mamba
|
|
- package created using the webbuild interface
|