From 871e7104a8d94328c9c8c8495f2d60a9f443960e Mon Sep 17 00:00:00 2001 From: Howard Liberty Date: Fri, 10 Dec 2010 20:25:55 -0500 Subject: [PATCH] modified: .gitignore modified: goldendict.spec modified: sources * 1.0.1 --- .gitignore | 1 + goldendict.spec | 17 +++++++++-------- sources | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c0544e4..d1e5c7e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ goldendict-c33fa2c.tar.gz goldendict-4fa567e.tar.gz goldendict-415f35e.tar.gz /goldendict-ac4be0b.tar.gz +/goldendict-1.0.1-src.tar.bz2 diff --git a/goldendict.spec b/goldendict.spec index 9cad2b8..0fb7a05 100644 --- a/goldendict.spec +++ b/goldendict.spec @@ -1,9 +1,6 @@ -%define githash ac4be0b -%define gitdate 20101012 - Name: goldendict -Version: 0.9.0 -Release: 15.%{gitdate}git%{githash}%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: A feature-rich dictionary lookup program Group: Applications/System License: GPLv3+ @@ -12,7 +9,7 @@ URL: http://goldendict.berlios.de/ # The source is generated from the git snapshot using the following command # git clone git://gitorious.org/goldendict/goldendict.git # git archive master --prefix=goldendict-`git log --pretty=format:"%h"| head -n1`/ |gzip > goldendict-`git log --pretty=format:"%h"|head -n1`.tar.gz -Source0: %{name}-%{githash}.tar.gz +Source0: %{name}-%{version}-src.tar.gz # Modify the Icon section in desktop file to comform package guideline. @@ -34,7 +31,7 @@ Support MediaWiki-based sites to perform search; Scan popup functionality. %prep -%setup -q -n goldendict-%{githash} +%setup -q -n goldendict-%{version} #%patch0 -p1 @@ -54,7 +51,7 @@ rm -rf %{buildroot}/%{_datadir}/app-install sed -i 's/\/usr\/share\/pixmaps\/goldendict\.png/goldendict/g' %{buildroot}/%{_datadir}/applications/goldendict.desktop # Fix the categories in desktop file desktop-file-install \ ---add-category="Utility" \ +--add-category="Dictionary" \ --remove-category="Office" \ --remove-category="Education" \ --remove-category="Applications" \ @@ -82,6 +79,10 @@ rm -rf %{buildroot} %changelog +* Tue Dec 10 2010 Howard Ning - 1.0.1-1 +- New upstream +- Change the categories to fix 592954 + * Tue Oct 12 2010 Howard Ning - 0.9.0-15 - New upstream diff --git a/sources b/sources index ce1781f..c709e74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10f8b583fb9b710443ba6eb88f4f5358 goldendict-ac4be0b.tar.gz +d56bb854936015104029d1f0b98b61bb goldendict-1.0.1-src.tar.bz2