automatic version update by autodist [release 1.25-1mamba;Thu Apr 16 2020]
This commit is contained in:
parent
4020aa04d3
commit
6d20bd8c76
@ -1,5 +1,5 @@
|
||||
Name: libaccounts-glib
|
||||
Version: 1.23
|
||||
Version: 1.25
|
||||
Release: 1mamba
|
||||
Summary: Glib client library for the accounts and SSO (Single Sign-On) framework
|
||||
Group: System/Libraries
|
||||
@ -28,8 +28,7 @@ Glib client library for the accounts and SSO (Single Sign-On) framework for Linu
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{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 devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
@ -58,13 +57,14 @@ This package includes the %{name} API documentation.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --enable-gtk-doc
|
||||
%make
|
||||
%meson \
|
||||
-Dgtk_doc=true
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -81,35 +81,37 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/xml/accounts/schema/dtd/accounts-provider.dtd
|
||||
%{_datadir}/xml/accounts/schema/dtd/accounts-service-type.dtd
|
||||
%{_datadir}/xml/accounts/schema/dtd/accounts-service.dtd
|
||||
%{_datadir}/backup-framework/applications/accounts.conf
|
||||
%{python_sitearch}/gi/overrides/Accounts.py
|
||||
%{python_sitearch}/gi/overrides/Accounts.pyc
|
||||
%{python_sitearch}/gi/overrides/Accounts.pyo
|
||||
%doc AUTHORS COPYING
|
||||
%{_datadir}/gettext/its/accounts-*
|
||||
%{python3_sitearch}/gi/overrides/Accounts.py
|
||||
#%{_datadir}/backup-framework/applications/accounts.conf
|
||||
#%{python_sitearch}/gi/overrides/Accounts.py
|
||||
#%{python_sitearch}/gi/overrides/Accounts.pyc
|
||||
#%{python_sitearch}/gi/overrides/Accounts.pyo
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libaccounts-glib
|
||||
%{_includedir}/libaccounts-glib/*.h
|
||||
%{_libdir}/libaccounts-glib.la
|
||||
#%{_libdir}/libaccounts-glib.la
|
||||
%{_libdir}/libaccounts-glib.so
|
||||
%{_libdir}/pkgconfig/libaccounts-glib.pc
|
||||
%{_datadir}/gir-1.0/Accounts-1.0.gir
|
||||
%dir %{_libdir}/libaccounts-glib
|
||||
%{_libdir}/libaccounts-glib/*
|
||||
%dir %{_datadir}/libaccounts-glib
|
||||
%dir %{_datadir}/libaccounts-glib/testdata/
|
||||
%{_datadir}/libaccounts-glib/testdata/*
|
||||
#%dir %{_libdir}/libaccounts-glib
|
||||
#%{_libdir}/libaccounts-glib/*
|
||||
#%dir %{_datadir}/libaccounts-glib
|
||||
#%dir %{_datadir}/libaccounts-glib/testdata/
|
||||
#%{_datadir}/libaccounts-glib/testdata/*
|
||||
%{_datadir}/vala/vapi/libaccounts-glib.deps
|
||||
%{_datadir}/vala/vapi/libaccounts-glib.vapi
|
||||
%doc ChangeLog NEWS README
|
||||
%doc NEWS
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/ag-backup
|
||||
%{_bindir}/ag-tool
|
||||
%{_mandir}/man1/ag-backup.1*
|
||||
%{_mandir}/man1/ag-tool.1*
|
||||
#%{_mandir}/man1/ag-backup.1*
|
||||
#%{_mandir}/man1/ag-tool.1*
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
@ -117,6 +119,12 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/gtk-doc/html/libaccounts-glib/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 16 2020 Automatic Build System <autodist@mambasoft.it> 1.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 29 2016 Automatic Build System <autodist@mambasoft.it> 1.23-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user