diff --git a/stardict.changes b/stardict.changes index fb66c81..b02ec24 100644 --- a/stardict.changes +++ b/stardict.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 22 18:44:53 UTC 2018 - jengelh@inai.de + +- Remove filler wording from description. +- Don't bother with xargs, use find delete directly. + ------------------------------------------------------------------- Wed Mar 21 08:29:03 UTC 2018 - aloisio@gmx.com diff --git a/stardict.spec b/stardict.spec index eb4b740..f43c8a1 100644 --- a/stardict.spec +++ b/stardict.spec @@ -25,7 +25,7 @@ Name: stardict Version: 3.0.5 Release: 0 -Summary: A cross-platform and internationalized dictionary +Summary: A internationalized dictionary License: GPL-3.0-only Group: Productivity/Office/Dictionary Url: http://stardict-4.sourceforge.net/ @@ -57,12 +57,10 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -StarDict is a Cross-Platform and international dictionary written in -Gtk3. - -It has powerful features such as "Glob-style pattern matching", "Scan -selection word","Fuzzy query" etc. +StarDict is an international dictionary written with Gtk3. +It has features such as "Glob-style pattern matching", "Scan +selection word" and "Fuzzy query". %lang_package %prep @@ -73,7 +71,7 @@ selection word","Fuzzy query" etc. # Remove unneeded sigc++ header files to make it sure # that we are using system-wide libsigc++ -find src/sigc++* -name \*.h -or -name \*.cc | xargs rm -f +find dict/src/sigc++* -name "*.h" -or -name "*.cc" -delete %build %configure \ @@ -100,9 +98,6 @@ find %{buildroot}%{_libdir}/stardict/plugins -name "*.la" -print0 | xargs -0 rm # save space, create symlinks for identical files %fdupes -s %{buildroot} -%clean -rm -rf %{buildroot} - %files -f %{name}.lang %defattr(-,root,root) %doc dict/doc/FAQ dict/doc/HACKING dict/doc/HowToCreateDictionary dict/doc/StarDictFileFormat dict/doc/Translation dict/AUTHORS COPYING dict/ChangeLog dict/README