bump release to 11

f39
helloworld1 15 years ago
parent c6ebdc9df1
commit 5b8e06722d

@ -3,7 +3,7 @@
Name: goldendict Name: goldendict
Version: 0.9.0 Version: 0.9.0
Release: 10.%{gitdate}git%{githash}%{?dist} Release: 11.%{gitdate}git%{githash}%{?dist}
Summary: A feature-rich dictionary lookup program Summary: A feature-rich dictionary lookup program
Group: Applications/System Group: Applications/System
License: GPLv3+ License: GPLv3+
@ -40,7 +40,7 @@ Scan popup functionality.
%build %build
cd src cd src
# Fix the directory in goldendict.pro # Fix the directory in goldendict.pro by removing apps
sed -i 's/share\/apps\/goldendict/share\/goldendict/g' goldendict.pro sed -i 's/share\/apps\/goldendict/share\/goldendict/g' goldendict.pro
PREFIX=%{_prefix} qmake-qt4 PREFIX=%{_prefix} qmake-qt4
make %{?_smp_mflags} make %{?_smp_mflags}
@ -84,7 +84,12 @@ rm -rf %{buildroot}
%changelog %changelog
* Wed May 11 2010 Howard Ning <mrlhwliberty@gmail.com> - 0.9.0-10 * Tue May 11 2010 Howard Ning <mrlhwliberty@gmail.com> - 0.9.0-11
- Drop the patch files in favor of sed.
- Change to a more standard directory by removing app directory.
- Remove libzip-devel and kde-filesystem requirement.
* Tue May 11 2010 Howard Ning <mrlhwliberty@gmail.com> - 0.9.0-10
- Clean up the spec file. - Clean up the spec file.
- Update to the latest upstream. - Update to the latest upstream.
- Enhance dictiionary groups editing. - Enhance dictiionary groups editing.

Loading…
Cancel
Save