new upstream

f39
helloworld1 15 years ago
parent 22842bc1dd
commit d7146a649d

@ -1 +1 @@
goldendict-ceab951.tar.gz goldendict-c33fa2c.tar.gz

@ -1,9 +1,9 @@
%define githash ceab951 %define githash c33fa2c
%define gitdate 20100510 %define gitdate 20100610
Name: goldendict Name: goldendict
Version: 0.9.0 Version: 0.9.0
Release: 11.%{gitdate}git%{githash}%{?dist} Release: 12.%{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+
@ -39,7 +39,6 @@ Scan popup functionality.
%build %build
cd src
# Fix the directory in goldendict.pro by removing apps # 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
@ -48,7 +47,6 @@ make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
cd src
make install INSTALL_ROOT=%{buildroot} INSTALL="install -p" make install INSTALL_ROOT=%{buildroot} INSTALL="install -p"
rm -rf %{buildroot}/%{_datadir}/app-install rm -rf %{buildroot}/%{_datadir}/app-install
@ -73,7 +71,7 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc src/LICENSE.txt %doc LICENSE.txt
%dir %{_datadir}/goldendict/ %dir %{_datadir}/goldendict/
%dir %{_datadir}/goldendict/locale/ %dir %{_datadir}/goldendict/locale/
%{_bindir}/goldendict %{_bindir}/goldendict
@ -84,6 +82,12 @@ rm -rf %{buildroot}
%changelog %changelog
* Thu Jun 10 2010 Howard Ning <mrlhwliberty@gmail.com> - 0.9.0-12
- New upstream version
- Better BGL support
- Updated translations
- Play audio from website
* Tue May 11 2010 Howard Ning <mrlhwliberty@gmail.com> - 0.9.0-11 * Tue May 11 2010 Howard Ning <mrlhwliberty@gmail.com> - 0.9.0-11
- Drop the patch files in favor of sed. - Drop the patch files in favor of sed.
- Change to a more standard directory by removing app directory. - Change to a more standard directory by removing app directory.

@ -1 +1 @@
f1285668ec58c3fe36eefc1d62f0123c goldendict-ceab951.tar.gz baa66278f6eeda5eea966bda7d5ec58d goldendict-c33fa2c.tar.gz

Loading…
Cancel
Save