forked from pool/kdelibs4support
This commit is contained in:
parent
837cf99b42
commit
fd125891d2
@ -60,6 +60,7 @@ BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
|||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
|
Recommends: %{name}-lang = %{version}
|
||||||
Provides: kde4support = %{version}
|
Provides: kde4support = %{version}
|
||||||
Obsoletes: kde4support < %{version}
|
Obsoletes: kde4support < %{version}
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||||
@ -185,10 +186,14 @@ KDEDIRS environment variable correctly. Development files.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user