automatic version update by autodist [release 0.7.8-1mamba;Fri Apr 26 2019]
This commit is contained in:
parent
d2e7313847
commit
226c93258f
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libnotify
|
||||
Version: 0.7.7
|
||||
Version: 0.7.8
|
||||
Release: 1mamba
|
||||
Summary: Desktop notifications library
|
||||
Group: System/Libraries
|
||||
@ -56,13 +56,13 @@ Libnotify API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
# --enable-gtk-doc warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -79,12 +79,12 @@ Libnotify API documentation.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/lib*.a
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/lib*.la
|
||||
%dir %{_includedir}/libnotify
|
||||
%{_includedir}/libnotify/*
|
||||
%{_libdir}/libnotify.so
|
||||
%{_libdir}/pkgconfig/libnotify.pc
|
||||
%{_includedir}/libnotify/
|
||||
%{_datadir}/gir-1.0/Notify-0.7.gir
|
||||
%{_datadir}/doc/libnotify/spec/notification-spec.html
|
||||
%doc ChangeLog NEWS
|
||||
|
||||
%files apidocs
|
||||
@ -92,6 +92,9 @@ Libnotify API documentation.
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
%changelog
|
||||
* Fri Apr 26 2019 Automatic Build System <autodist@mambasoft.it> 0.7.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 0.7.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user