automatic version update by autodist [release 0.7.15-1mamba;Sun Mar 03 2019]
This commit is contained in:
parent
0091bf07d5
commit
0542d2732c
@ -1,6 +1,6 @@
|
||||
%define tagver %(echo %version | tr . _)
|
||||
Name: appstream-glib
|
||||
Version: 0.7.14
|
||||
Version: 0.7.15
|
||||
Release: 1mamba
|
||||
Summary: A library that provides GObjects and helper methods to make it easy to read and write AppStream metadata
|
||||
Group: System/Tools
|
||||
@ -93,9 +93,9 @@ export DESTDIR=%{buildroot}
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libappstream-builder.so.*
|
||||
#%{_libdir}/libappstream-builder.so.*
|
||||
%{_libdir}/libappstream-glib.so.*
|
||||
%{_libdir}/girepository-1.0/AppStreamBuilder-1.0.typelib
|
||||
#%{_libdir}/girepository-1.0/AppStreamBuilder-1.0.typelib
|
||||
%{_libdir}/girepository-1.0/AppStreamGlib-1.0.typelib
|
||||
%dir %{_libdir}/asb-plugins-*
|
||||
%{_libdir}/asb-plugins-*/libasb_plugin_*
|
||||
@ -103,22 +103,25 @@ export DESTDIR=%{buildroot}
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libappstream-builder
|
||||
%{_includedir}/libappstream-builder/*.h
|
||||
#%dir %{_includedir}/libappstream-builder
|
||||
#%{_includedir}/libappstream-builder/*.h
|
||||
%dir %{_includedir}/libappstream-glib
|
||||
%{_includedir}/libappstream-glib/*.h
|
||||
%{_libdir}/libappstream-builder.so
|
||||
#%{_libdir}/libappstream-builder.so
|
||||
%{_libdir}/libappstream-glib.so
|
||||
%{_libdir}/pkgconfig/appstream-builder.pc
|
||||
#%{_libdir}/pkgconfig/appstream-builder.pc
|
||||
%{_libdir}/pkgconfig/appstream-glib.pc
|
||||
%{_datadir}/aclocal/*.m4
|
||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||
#%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||
%{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
|
||||
%dir %{_datadir}/gtk-doc/html/appstream-glib
|
||||
%{_datadir}/gtk-doc/html/appstream-glib/*
|
||||
%doc NEWS README.md
|
||||
|
||||
%changelog
|
||||
* Sun Mar 03 2019 Automatic Build System <autodist@mambasoft.it> 0.7.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 0.7.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user