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