]> git.pld-linux.org Git - packages/aspell.git/blobdiff - aspell.spec
- fix info dir for main and devel packages
[packages/aspell.git] / aspell.spec
index d3ca350a1ce848d9ee6ba0d159d08491600141ca..39bf13fef6833fa89457ca04f1b9ffc5f5271814 100644 (file)
-%define        name    aspell
-%define        version .27.2
-%define        release 2
-%define        serial  1
-
-Summary:       Aspell is an Open Source spell checker.
-Name:          %{name}
-Version:       %{version}
-Release:       %{release}
-Serial:                %{serial}
-Copyright:     LGPL
-Group:         Utilities/Text
-URL:           http://metalab.unc.edu/kevina/aspell
-Vendor:                Kevin Atkinson <kevinatk@home.com>
-Source:                %{name}-%{version}.tar.gz
-Distribution:  Freshmeat RPMs
-Packager:      Ryan Weaver <ryanw@infohwy.com>
-BuildRoot:     /tmp/%{name}-%{version}
+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:       6
+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
+Patch0:                %{name}-info.patch
+# Patch1:              %{name}-home_etc.patch
+Patch2:                %{name}-mk-static-filter.pl.patch
+Patch3:                %{name}-ac.patch
+URL:           http://aspell.net/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: gettext-devel >= 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}
+Obsoletes:     libaspell15
+Obsoletes:     pspell
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
- Aspell is an Open Source spell checker designed to eventually replace
- Ispell. Its main feature is that it does a much better job of coming
- up with possible suggestions than Ispell does. In fact recent tests
- shows that it even does better than Microsoft Word 97's spell checker
- in some cases. In addition it has both compile time and run time
- support for other non English languages. Aspell also doubles as a
- powerful C++ library with C and Perl interfaces in the works.
-
-%package       devel
-Summary:       Static Libraries and header files for aspell
+GNU Aspell is a Free and Open Source spell checker designed to
+eventually replace Ispell. It can either be used as a library or as an
+independent spell checker. Its main feature is that it does a much
+better job of coming up with possible suggestions than just about any
+other spell checker out there for the English language, including
+Ispell and Microsoft Word. It also has many other technical
+enhancements over Ispell such as using shared memory for dictionaries
+and intelligently handling personal dictionaries when more than one
+Aspell process is open at once.
+
+%description -l pl.UTF-8
+GNU Aspell jest kontrolerem pisowni zaprojektowanym tak, by móc
+zastąpić ispella. Dodatkowo zawiera wsparcie dla innych języków niż
+angielski. Interfejs aspella napisany został w C++, a interfejsy w
+Perlu i C są aktualnie rozwijane.
+
+%description -l pt_BR.UTF-8
+GNU Aspell é um verificador ortográfico criado para substituir o
+antigo "ispell". Sua principal vantagem (sobre o Ispell) é uma melhor
+sugestão de correções. Aspell inclui suporte a vários idiomas e pode
+fazer a checagem de arquivos LaTeX e HTML.
+
+%package libs
+Summary:       aspell libraries
+Summary(pl.UTF-8):     Biblioteki aspella
+Group:         Libraries
+Conflicts:     aspell < 0.60.4-1.2
+
+%description libs
+aspell/pspell libraries
+
+%description libs -l pl.UTF-8
+Biblioteki aspell/pspell.
+
+%package devel
+Summary:       Header files for aspell development
+Summary(pl.UTF-8):     Pliki nagłówkowe dla programistów używających aspella
+Summary(pt_BR.UTF-8):  Arquivos para desenvolvimento usando Aspell
 Group:         Development/Libraries
-Serial:                %{serial}
-%description   devel
- Aspell is an Open Source spell checker.
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
+Requires:      libstdc++-devel
+Provides:      pspell-devel = %{epoch}:%{version}-%{release}
+Obsoletes:     libaspell15-devel
+Obsoletes:     pspell-devel
+
+%description devel
+Aspell is an Open Source spell checker. This package contains header
+files for aspell development.
+
+%description devel -l pl.UTF-8
+Aspell jest kontrolerem pisowni. Ten pakiet zawiera pliki nagłówkowe
+dla programistów używających bibliotek aspella.
+
+%description devel -l pt_BR.UTF-8
+Aspell é um corretor ortográfico. O pacote -devel inclui bibliotecas
+dinâmicas e arquivos de inclusão necessários para o desenvolvimento
+utilizando o aspell.
+
+%package static
+Summary:       Static libraries for aspell development
+Summary(pl.UTF-8):     Biblioteki statyczne aspella
+Summary(pt_BR.UTF-8):  Bibliotecas estáticas para desenvolvimento usando Aspell
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
+Provides:      pspell-static = %{epoch}:%{version}-%{release}
+Obsoletes:     pspell-static
 
- Static Libraries and header files for aspell
+%description static
+Aspell is an Open Source spell checker. This package contains static
+aspell libraries.
 
-%prep
-%setup -q
+%description static -l pl.UTF-8
+Aspell jest kontrolerem pisowni. Pakiet ten zawiera biblioteki
+statyczne aspella.
 
-cp -p /usr/include/g++/stl_rope.h .
-patch <misc/stl_rope-30.diff
+%description static -l pt_BR.UTF-8
+Aspell é um corretor ortográfico. O pacote -devel-static inclui as
+bibliotecas estáticas necessárias para o desenvolvimento utilizando o
+aspell.
 
-./configure --prefix=/usr --enable-static
+%prep
+%setup -q
+%patch0 -p1
+# 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.
+#%%patch1 -p1
+%patch2 -p0
+%patch3 -p1
 
 %build
-make
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+%configure \
+       --enable-shared \
+       --enable-static \
+       --enable-pkgdatadir=%{_datadir}/aspell \
+       --enable-pkglibdir=%{_libdir}/aspell
+
+%{__make}
 
 %install
-if [ -e $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
-mkdir -p $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install-strip
-
-cp -pr $RPM_BUILD_ROOT/usr/doc/aspell .
+rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/ldconfig
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-%postun
-/sbin/ldconfig
+rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
-%defattr(-,root,root)
-%doc README TODO aspell/*
-/usr/bin/aspell
-/usr/bin/run-with-aspell
-/usr/lib/aspell
-/usr/lib/libaspell.so.*
-
-%files         devel
-%defattr(-,root,root)
-/usr/include/aspell
-/usr/lib/libaspell.a
-/usr/lib/libaspell.la
-/usr/lib/libaspell.so
-
-%changelog
-* Tue Mar  2 1999 Ryan Weaver <ryanw@infohwy.com>
-  [aspell-.27.2-2]
-- Changes from .27.1 to .27.2 (Mar 1, 1999)
-- Fixed a major bug that caused aspell to dump core when used
-  without any arguments
-- Fixed another major bug that caused aspell to do nothing when used
-  in interactive mode.
-- Added an option to exit in Aspell's interactive mode.
-- Removed some old documentation files from the distribution.
-- Minor changes on to the section on using Aspell with egcs.
-- Minor changes to remove -Wall warnings.
+%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
+%{_infodir}/aspell.info*
+%attr(755,root,root) %{_bindir}/aspell
+%attr(755,root,root) %{_bindir}/aspell-import
+%attr(755,root,root) %{_bindir}/pre*
+%attr(755,root,root) %{_bindir}/run-with-aspell
+%attr(755,root,root) %{_bindir}/word-list-compress
+%dir %{_datadir}/aspell
+%attr(755,root,root) %{_datadir}/aspell/ispell
+%attr(755,root,root) %{_datadir}/aspell/spell
+%{_datadir}/aspell/*.cmap
+%{_datadir}/aspell/*.cset
+%{_datadir}/aspell/*.kbd
+%{_mandir}/man1/aspell.1*
+%{_mandir}/man1/aspell-import.1*
+%{_mandir}/man1/pre*.1*
+%{_mandir}/man1/run-with-aspell.1*
+%{_mandir}/man1/word-list-compress.1*
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libaspell.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libaspell.so.15
+%attr(755,root,root) %{_libdir}/libpspell.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpspell.so.15
+%{_libdir}/aspell
+
+%files devel
+%defattr(644,root,root,755)
+%doc manual/aspell-dev.html
+%attr(755,root,root) %{_bindir}/pspell-config
+%attr(755,root,root) %{_libdir}/libaspell.so
+%attr(755,root,root) %{_libdir}/libpspell.so
+%{_libdir}/libaspell.la
+%{_libdir}/libpspell.la
+%{_includedir}/pspell
+%{_includedir}/aspell.h
+%{_mandir}/man1/pspell-config.1*
+%{_infodir}/aspell-dev.info*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libaspell.a
+%{_libdir}/libpspell.a
This page took 0.100227 seconds and 4 git commands to generate.