Skip to content

Commit

Permalink
glib-networking: create lang package properly
Browse files Browse the repository at this point in the history
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
sshedi committed Jun 8, 2023
1 parent b97929c commit 835060e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions SPECS/glib-networking/glib-networking.spec
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
Expand All @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 835060e

Please sign in to comment.