forked from vmware/photon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
glib-networking: create lang package properly
Change-Id: I0139cf859adf145126455f15367a8273d269de8b Signed-off-by: Shreenidhi Shedi <[email protected]> Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/20873 Tested-by: gerrit-photon <[email protected]> Reviewed-by: Tapas Kundu <[email protected]> (cherry picked from commit b834c60) Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/20937
- Loading branch information
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Summary: Glib networking modules | ||
Name: glib-networking | ||
Version: 2.74.0 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 | ||
URL: http://wiki.gnome.org/glib-networking | ||
Group: System Environment/Development | ||
|
@@ -20,7 +20,6 @@ BuildRequires: ca-certificates | |
BuildRequires: gnutls-devel | ||
BuildRequires: openssl-devel | ||
BuildRequires: intltool | ||
BuildRequires: glib | ||
BuildRequires: glib-devel | ||
BuildRequires: glib-schemas | ||
BuildRequires: meson | ||
|
@@ -40,7 +39,9 @@ Glib-netowkring contains networking related gio modules for Glib. | |
%package lang | ||
Summary: Additional language files for glib-networking | ||
Group: System Environment/Development | ||
Requires: glib-networking | ||
Requires: %{name} = %{version}-%{release} | ||
|
||
Conflicts: %{name} < 2.74.0-2 | ||
|
||
%description lang | ||
These are the additional language files of glib-networking. | ||
|
@@ -69,15 +70,18 @@ CONFIGURE_OPTS=( | |
%meson_test | ||
%endif | ||
|
||
%files -f %{name}.lang | ||
%files | ||
%defattr(-,root,root) | ||
%license COPYING | ||
%doc NEWS README | ||
%{_libdir}/gio/modules/libgioopenssl.so | ||
%{_libdir}/gio/modules/libgiognutls.so | ||
%{_libdir}/gio/modules/libgioenvironmentproxy.so | ||
|
||
%files lang -f %{name}.lang | ||
%defattr(-,root,root) | ||
|
||
%changelog | ||
* Wed May 31 2023 Shreenidhi Shedi <[email protected]> 2.74.0-2 | ||
- Package lang properly | ||
* Tue Nov 01 2022 Susant Sahani <[email protected]> 2.74.0-1 | ||
- Bump version | ||
* Tue Aug 30 2022 Shreenidhi Shedi <[email protected]> 2.70.1-3 | ||
|