This commit is contained in:
parent
29bb6d7b48
commit
51a53be79f
3
kcompletion-4.99.0.tar.xz
Normal file
3
kcompletion-4.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb49e5aaf6a3878dbd4949deea2765f2815649b61b9ed4e8d4543b7034c52da1
|
||||||
|
size 2762824
|
@ -41,6 +41,7 @@ lower-level completion class which can be used with your own widgets.
|
|||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Provides widgets with advanced completion support
|
Summary: Provides widgets with advanced completion support
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
Recommends: %lname-lang = %{version}
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
KCompletion provides widgets with advanced completion support as well as a
|
KCompletion provides widgets with advanced completion support as well as a
|
||||||
@ -59,6 +60,7 @@ KCompletion provides widgets with advanced completion support as well as a
|
|||||||
lower-level completion class which can be used with your own widgets. Development
|
lower-level completion class which can be used with your own widgets. Development
|
||||||
files.
|
files.
|
||||||
|
|
||||||
|
%lang_package -n %lname
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -68,12 +70,16 @@ files.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes -s %{buildroot}
|
%fdupes %{buildroot}%{_kf5_sharedir}
|
||||||
|
|
||||||
|
%find_lang %{name}5 --with-qt --without-mo
|
||||||
|
|
||||||
%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 -n %lname-lang -f %{name}5.lang
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
|
Loading…
Reference in New Issue
Block a user