forked from pool/kbookmarks
This commit is contained in:
parent
9af7bdd42d
commit
32440bec92
@ -45,6 +45,7 @@ Framework which lets you access and manipulate bookmarks stored using XBEL forma
|
|||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Lets you access and manipulate bookmarks stored using XBEL format
|
Summary: Lets you access and manipulate bookmarks stored using XBEL format
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
Recommends: %lname-lang = %{version}
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
Framework which lets you access and manipulate bookmarks stored using XBEL format
|
Framework which lets you access and manipulate bookmarks stored using XBEL format
|
||||||
@ -64,6 +65,7 @@ Requires: pkgconfig(Qt5Xml) >= 5.2.0
|
|||||||
Framework which lets you access and manipulate bookmarks stored using XBEL format.
|
Framework which lets you access and manipulate bookmarks stored using XBEL format.
|
||||||
Development files
|
Development files
|
||||||
|
|
||||||
|
%lang_package -n %lname
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -73,12 +75,16 @@ Development 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