Accepting request 394272 from home:jengelh:branches:KDE:Frameworks5
- Drop unnecessary manual library require - Avoid /bin/sh invocation for simple ldconfig calls OBS-URL: https://build.opensuse.org/request/show/394272 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/AppStream?expand=0&rev=19
This commit is contained in:
parent
833787497a
commit
400c0f8209
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 8 19:25:29 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Drop unnecessary manual library require
|
||||||
|
- Avoid /bin/sh invocation for simple ldconfig calls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 6 17:25:56 UTC 2016 - mailaender@opensuse.org
|
Fri May 6 17:25:56 UTC 2016 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@ BuildRequires: pkgconfig(vapigen)
|
|||||||
BuildRequires: pkgconfig(xapian-core)
|
BuildRequires: pkgconfig(xapian-core)
|
||||||
BuildRequires: pkgconfig(yaml-0.1)
|
BuildRequires: pkgconfig(yaml-0.1)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: libappstream3
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AppStream-Core makes it easy to access application information from the
|
AppStream-Core makes it easy to access application information from the
|
||||||
@ -134,17 +133,13 @@ make
|
|||||||
|
|
||||||
%find_lang appstream %{name}.lang
|
%find_lang appstream %{name}.lang
|
||||||
|
|
||||||
%post -n libappstream3
|
%post -n libappstream3 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -n libappstream3
|
%postun -n libappstream3 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libAppstreamQt1
|
%post -n libAppstreamQt1 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -n libAppstreamQt1
|
%postun -n libAppstreamQt1 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user