X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=aspell.spec;h=99404ebe34414fb5d70c41a4b14bb5c86f2203e0;hb=a7f9bd699959a4a1e291bc4c0ec28416003088c1;hp=13845de5d367fb38a97292443f7cd4db5b96e622;hpb=e013e49cbd242adc29b67b575bdd7caa1dd03dc7;p=packages%2Faspell.git diff --git a/aspell.spec b/aspell.spec index 13845de..99404eb 100644 --- a/aspell.spec +++ b/aspell.spec @@ -2,22 +2,23 @@ Summary: GNU Aspell is an Open Source spell checker Summary(pl.UTF-8): GNU Aspell jest kontrolerem pisowni Summary(pt_BR.UTF-8): Verificador ortográfico Name: aspell -Version: 0.60.6 -Release: 3 +Version: 0.60.6.1 +Release: 4 Epoch: 3 License: LGPL v2 or v2.1 Group: Applications/Text Source0: http://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz -# Source0-md5: bc80f0198773d5c05086522be67334eb +# Source0-md5: e66a9c9af6a60dc46134fdacf6ce97d7 Patch0: %{name}-info.patch -Patch1: %{name}-home_etc.patch -Patch2: %{name}-mk-static-filter.pl.patch +Patch1: %{name}-ac.patch +#Patch2: %{name}-home_etc.patch URL: http://aspell.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake -BuildRequires: gettext-devel >= 0.16.1 +BuildRequires: gettext-tools >= 0.16.1 BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 +BuildRequires: ncurses-devel BuildRequires: texinfo Requires: %{name}-libs = %{epoch}:%{version}-%{release} Provides: pspell = %{epoch}:%{version}-%{release} @@ -110,7 +111,11 @@ aspell. %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p0 +# home_etc patch is fubar. If HOME_ETC var is not defined, it tries to open +# such files: +# open("$HOME|.//.aspell.conf", O_RDONLY) = -1 ENOENT (No such file or directory) +# Disabled until someone fixes it. +#%%patch2 -p1 %build %{__gettextize} @@ -119,7 +124,6 @@ aspell. %{__autoconf} %{__automake} %configure \ - --enable-shared \ --enable-static \ --enable-pkgdatadir=%{_datadir}/aspell \ --enable-pkglibdir=%{_libdir}/aspell @@ -141,6 +145,18 @@ rm -rf $RPM_BUILD_ROOT %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig +%post -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + +%postun -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + +%post devel -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + +%postun devel -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + %files -f %{name}.lang %defattr(644,root,root,755) %doc README manual/aspell.html