automatic version update by autodist [release 0.7.9-1mamba;Fri Feb 28 2020]
This commit is contained in:
parent
226c93258f
commit
2d0143fb05
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libnotify
|
||||
Version: 0.7.8
|
||||
Version: 0.7.9
|
||||
Release: 1mamba
|
||||
Summary: Desktop notifications library
|
||||
Group: System/Libraries
|
||||
@ -23,6 +23,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: libpopt-devel
|
||||
Provides: libnotify07
|
||||
Obsoletes: libnotify07
|
||||
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -42,6 +43,17 @@ These notifications can be used to inform the user about an event or display som
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%package tools
|
||||
Group: System/Tools
|
||||
Summary: Tools for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec.
|
||||
These notifications can be used to inform the user about an event or display some form of information without getting in the user's way.
|
||||
|
||||
This package contains static the tools provides by %{name}.
|
||||
|
||||
%package apidocs
|
||||
Summary: Libnotify API documentation
|
||||
Group: Documentation
|
||||
@ -52,6 +64,8 @@ Obsoletes: libnotify07-apidocs
|
||||
%description apidocs
|
||||
Libnotify API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -72,9 +86,8 @@ Libnotify API documentation.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/notify-send
|
||||
%{_libdir}/libnotify.so.*
|
||||
%{_libdir}/girepository-1.0/Notify-0.7.typelib
|
||||
%{_libdir}/girepository-1.0/Notify-*.typelib
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
@ -83,15 +96,23 @@ Libnotify API documentation.
|
||||
%{_includedir}/libnotify/*
|
||||
%{_libdir}/libnotify.so
|
||||
%{_libdir}/pkgconfig/libnotify.pc
|
||||
%{_datadir}/gir-1.0/Notify-0.7.gir
|
||||
%{_datadir}/gir-1.0/Notify-*.gir
|
||||
%{_datadir}/doc/libnotify/spec/notification-spec.html
|
||||
%doc ChangeLog NEWS
|
||||
%doc NEWS
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/notify-send
|
||||
%{_mandir}/man1/notify-send.1*
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
%changelog
|
||||
* Fri Feb 28 2020 Automatic Build System <autodist@mambasoft.it> 0.7.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 26 2019 Automatic Build System <autodist@mambasoft.it> 0.7.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user