provide/obsolete appdata-tools [release 0.4.1-2mamba;Sat Mar 12 2016]
This commit is contained in:
parent
8ef6dc7be9
commit
3e5ae751a1
@ -1,7 +1,7 @@
|
|||||||
%define tagver %(echo %version | tr . _)
|
%define tagver %(echo %version | tr . _)
|
||||||
Name: appstream-glib
|
Name: appstream-glib
|
||||||
Version: 0.2.5
|
Version: 0.4.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library that provides GObjects and helper methods to make it easy to read and write AppStream metadata
|
Summary: A library that provides GObjects and helper methods to make it easy to read and write AppStream metadata
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -36,9 +36,14 @@ BuildRequires: libpng-devel
|
|||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libsqlite-devel
|
BuildRequires: libsqlite-devel
|
||||||
|
BuildRequires: libthai-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: libyaml-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: gcab
|
||||||
|
Provides: appdata-tools
|
||||||
|
Obsoletes: appdata-tools
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -69,7 +74,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure
|
%configure \
|
||||||
|
--disable-rpm
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -86,6 +93,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/appdata-validate
|
||||||
%{_bindir}/appstream-builder
|
%{_bindir}/appstream-builder
|
||||||
%{_bindir}/appstream-util
|
%{_bindir}/appstream-util
|
||||||
%{_datadir}/bash-completion/completions/appstream-builder
|
%{_datadir}/bash-completion/completions/appstream-builder
|
||||||
@ -101,24 +109,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libappstream-glib.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
|
%{_libdir}/girepository-1.0/AppStreamGlib-1.0.typelib
|
||||||
%dir %{_libdir}/asb-plugins
|
%dir %{_libdir}/asb-plugins-2
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_absorb.*
|
%{_libdir}/asb-plugins-2/libasb_plugin_*
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_appdata.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_blacklist.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_dbus.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_desktop.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_font.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_gettext.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_gir.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_gresource.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_gstreamer.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_hardcoded.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_ibus_sql.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_ibus_xml.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_kde_notifyrc.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_kde_services.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_metainfo.*
|
|
||||||
%{_libdir}/asb-plugins/libasb_plugin_nm.*
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -135,11 +127,20 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libappstream-glib.so
|
%{_libdir}/libappstream-glib.so
|
||||||
%{_libdir}/pkgconfig/appstream-builder.pc
|
%{_libdir}/pkgconfig/appstream-builder.pc
|
||||||
%{_libdir}/pkgconfig/appstream-glib.pc
|
%{_libdir}/pkgconfig/appstream-glib.pc
|
||||||
%{_datadir}/aclocal/appstream-xml.m4
|
%{_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
|
%{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-2mamba
|
||||||
|
- provide/obsolete appdata-tools
|
||||||
|
|
||||||
|
* Sat Feb 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
|
||||||
|
- update to 0.4.1
|
||||||
|
|
||||||
|
* Sun Oct 26 2014 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Aug 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.5-1mamba
|
* Wed Aug 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.5-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user