latest version

f41
Caolán McNamara 13 years ago
parent 1491ca56c4
commit 9057564ca3

2
.gitignore vendored

@ -1 +1 @@
mythes-1.2.1.tar.gz
/mythes-1.2.2.tar.gz

@ -1,10 +0,0 @@
--- mythes.cxx 2011-02-08 10:42:57.262964286 +0000
+++ mythes.cxx 2011-02-08 10:43:06.305076490 +0000
@@ -14,6 +14,7 @@
encoding = NULL;
list = NULL;
offst = NULL;
+ pdfile = NULL;
if (thInitialize(idxpath, datpath) != 1) {
fprintf(stderr,"Error - can't open %s or %s\n",idxpath, datpath);

@ -1,14 +1,13 @@
Name: mythes
Summary: A thesaurus library
Version: 1.2.1
Release: 3%{?dist}
Version: 1.2.2
Release: 1%{?dist}
Source: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
Group: System Environment/Libraries
URL: http://hunspell.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: BSD
BuildRequires: hunspell-devel
Patch0: mythes-1.2.1-rhbz675806.patch
%description
MyThes is a simple thesaurus that uses a structured text data file and an
@ -25,7 +24,6 @@ Includes and definitions for developing with mythes
%prep
%setup -q
%patch0 -p0 -b .rhbz675806
%build
%configure --disable-rpath --disable-static
@ -64,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/th_gen_idx.pl
%changelog
* Wed Dec 21 2011 Caolán McNamara <caolanm@redhat.com> - 1.2.2-1
- latest version
- drop integrated mythes-1.2.1-rhbz675806.patch
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

@ -1 +1 @@
54b310488dda6929cf31ae859928c945 mythes-1.2.1.tar.gz
e1e255dc43dbcbb34cb19e8a0eba90ae mythes-1.2.2.tar.gz

Loading…
Cancel
Save