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)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.7.7
|
Version: 0.7.8
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Desktop notifications library
|
Summary: Desktop notifications library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -56,13 +56,13 @@ Libnotify API documentation.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
# --enable-gtk-doc warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
|
|
||||||
%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}"
|
||||||
@ -79,12 +79,12 @@ Libnotify API documentation.
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/lib*.a
|
%dir %{_includedir}/libnotify
|
||||||
%{_libdir}/lib*.so
|
%{_includedir}/libnotify/*
|
||||||
%{_libdir}/lib*.la
|
%{_libdir}/libnotify.so
|
||||||
%{_libdir}/pkgconfig/libnotify.pc
|
%{_libdir}/pkgconfig/libnotify.pc
|
||||||
%{_includedir}/libnotify/
|
|
||||||
%{_datadir}/gir-1.0/Notify-0.7.gir
|
%{_datadir}/gir-1.0/Notify-0.7.gir
|
||||||
|
%{_datadir}/doc/libnotify/spec/notification-spec.html
|
||||||
%doc ChangeLog NEWS
|
%doc ChangeLog NEWS
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
@ -92,6 +92,9 @@ Libnotify API documentation.
|
|||||||
%{_datadir}/gtk-doc/html/%{name}/
|
%{_datadir}/gtk-doc/html/%{name}/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 0.7.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user