automatic version update by autodist [release 0.8.2-1mamba;Sun Feb 19 2023]
This commit is contained in:
parent
66885ee26f
commit
0422ce5dfa
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libnotify
|
||||
Version: 0.8.1
|
||||
Version: 0.8.2
|
||||
Release: 1mamba
|
||||
Summary: Desktop notifications library
|
||||
Group: System/Libraries
|
||||
@ -18,7 +18,7 @@ BuildRequires: libglib-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libpopt-devel
|
||||
Provides: libnotify07
|
||||
Obsoletes: libnotify07
|
||||
Obsoletes: libnotify07 < 0.8
|
||||
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -30,7 +30,7 @@ Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libnotify07-devel
|
||||
Obsoletes: libnotify07-devel
|
||||
Obsoletes: libnotify07-devel < 0.8
|
||||
|
||||
%description devel
|
||||
A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec.
|
||||
@ -54,7 +54,7 @@ Summary: Libnotify API documentation
|
||||
Group: Documentation
|
||||
Requires: gtk-doc
|
||||
Provides: libnotify07-apidocs
|
||||
Obsoletes: libnotify07-apidocs
|
||||
Obsoletes: libnotify07-apidocs < 0.8
|
||||
|
||||
%description apidocs
|
||||
Libnotify API documentation.
|
||||
@ -102,9 +102,13 @@ Libnotify API documentation.
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
%dir %{_docdir}/libnotify-0
|
||||
%{_docdir}/libnotify-0/*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 19 2023 Automatic Build System <autodist@mambasoft.it> 0.8.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 17 2022 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user