Package init
This commit is contained in:
parent
6325e07939
commit
4f9afbe1ff
16
pkgconf.spec
16
pkgconf.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pkgconf
|
Name: pkgconf
|
||||||
Version: 1.6.3
|
Version: 1.6.3
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Package compiler and linker metadata toolkit
|
Summary: Package compiler and linker metadata toolkit
|
||||||
|
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -16,10 +16,10 @@ BuildRequires: gcc, make, autoconf, automake, libtool
|
|||||||
BuildRequires: kyua, atf-tests
|
BuildRequires: kyua, atf-tests
|
||||||
|
|
||||||
Provides: pkgconfig(pkgconf) = %{version}
|
Provides: pkgconfig(pkgconf) = %{version}
|
||||||
Conflicts: pkgconfig < %{version}
|
Conflicts: pkgconfig < 1:%{version}
|
||||||
Obsoletes: pkgconfig < %{version}
|
Obsoletes: pkgconfig < 1:%{version}
|
||||||
Provides: pkgconfig = %{version}
|
Provides: pkgconfig = 1:%{version}
|
||||||
Provides: pkgconfig%{?_isa} = %{version}
|
Provides: pkgconfig%{?_isa} = 1:%{version}
|
||||||
Provides: pkgconfig(pkg-config) = %{version}
|
Provides: pkgconfig(pkg-config) = %{version}
|
||||||
Provides: pkg-config = %{version}
|
Provides: pkg-config = %{version}
|
||||||
Provides: pkgconf-pkg-config = %{version}
|
Provides: pkgconf-pkg-config = %{version}
|
||||||
@ -101,6 +101,12 @@ mkdir -p %{buildroot}%{_datadir}/pkgconfig
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 28 2019 shenyangyang <shenyangyang4@huawei.com> - 1.6.3-5
|
||||||
|
- Type: enhancement
|
||||||
|
- ID: NA
|
||||||
|
- SUG: NA
|
||||||
|
- DESC: add provides of pkgconfig with epoch 1
|
||||||
|
|
||||||
* Tue Oct 29 2019 shenyangyang <shenyangyang4@huawei.com> - 1.6.3-4
|
* Tue Oct 29 2019 shenyangyang <shenyangyang4@huawei.com> - 1.6.3-4
|
||||||
- Type: enhancement
|
- Type: enhancement
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user