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