spec: remove deprecated pc files
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 2 Feb 2021 06:18:21 +0000 (15:18 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 25 Jan 2024 14:28:44 +0000 (15:28 +0100)
 - /usr/lib/pkgconfig/libsystemd-daemon.pc
 - /usr/lib/pkgconfig/libsystemd-id128.pc
 - /usr/lib/pkgconfig/libsystemd-journal.pc
 - /usr/lib/pkgconfig/libsystemd-login.pc

Change-Id: I4e2d3a82bbc4f53845cca6186c62588d8894566f

packaging/systemd.spec

index 728f3b8..02460c4 100644 (file)
@@ -132,7 +132,7 @@ Libraries for systemd and udev, as well as the systemd PAM module.
 License:        LGPL-2.1+
 Summary:        Development headers for systemd
 Requires:       %{name} = %{version}
-Requires:              libsystemd = %{version}
+Requires:       libsystemd = %{version}
 Provides:       libudev-devel = %{version}
 Obsoletes:      libudev-devel < 183
 
@@ -161,8 +161,8 @@ This package is part of 'dbus-integratnion-tests' framework and contains set of
 for sd-bus component (DBUS API C library).
 
 %package extension-kdbus
-Summary:       Extension for systemd to support KDBUS in Tizen
-Requires:      %{name} = %{version}-%{release}
+Summary:        Extension for systemd to support KDBUS in Tizen
+Requires:       %{name} = %{version}-%{release}
 
 %description extension-kdbus
 This modifies systemd to support KDBUS in Tizen.
@@ -367,11 +367,6 @@ rm -rf %{buildroot}/%{_datadir}/zsh/site-functions/*
 
 mkdir -p %{buildroot}/%{_localstatedir}/log/journal
 
-ln -sf ./libsystemd.pc %{buildroot}%{_libdir}/pkgconfig/libsystemd-daemon.pc
-ln -sf ./libsystemd.pc %{buildroot}%{_libdir}/pkgconfig/libsystemd-id128.pc
-ln -sf ./libsystemd.pc %{buildroot}%{_libdir}/pkgconfig/libsystemd-journal.pc
-ln -sf ./libsystemd.pc %{buildroot}%{_libdir}/pkgconfig/libsystemd-login.pc
-
 # Delayed target
 install -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/wait-default-target.sh
 install -m 0755 %{SOURCE5} %{buildroot}%{_bindir}/wait-delayed-target.sh
@@ -732,10 +727,6 @@ fi
 %{_libdir}/pkgconfig/libsystemd.pc
 %{_datadir}/pkgconfig/systemd.pc
 %{_datadir}/pkgconfig/udev.pc
-%{_libdir}/pkgconfig/libsystemd-daemon.pc
-%{_libdir}/pkgconfig/libsystemd-id128.pc
-%{_libdir}/pkgconfig/libsystemd-journal.pc
-%{_libdir}/pkgconfig/libsystemd-login.pc
 %{_sysconfdir}/rpm/macros.systemd
 
 %files analyze