]> git.pld-linux.org Git - packages/aspell.git/blobdiff - aspell.spec
- obsolete
[packages/aspell.git] / aspell.spec
index 51b543e62300ec0fa8de5c55bd0f229e8b4e514a..b2fb1cbdbed5b22e80efe7dc8f0df8e9608896e9 100644 (file)
-Summary:       Aspell is an Open Source spell checker.
-Summary(pl):   Aspell jest kontrolerem pisowni.
+Summary:       GNU Aspell is an Open Source spell checker
+Summary(pl):   GNU Aspell jest kontrolerem pisowni
 Name:          aspell
-Version:       .27.2
-Release:       3
-Serial:                1
+Version:       0.50.1
+Release:       1
+Epoch:         2
 License:       LGPL
-Group:         Utilities/Text
-Group(fr):     Utilitaires/Texte
-Group(pl):     Narzêdzia/Tekst
-Vendor:                Kevin Atkinson <kevinatk@home.com>
-Source0:       http://metalab.unc.edu/kevina/aspell/%{name}-%{version}.tar.gz
-URL:           http://metalab.unc.edu/kevina/aspell/
+Group:         Applications/Text
+Vendor:                Kevin Atkinson <kevina@gnu.org>
+Source0:       ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
+URL:           http://aspell.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libstdc++-devel
-Provides:      ispell
-Obsoletes:     ispell
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     libaspell10
+Obsoletes:     pspell
+Provides:      pspell = %{epoch}:%{version}-%{release}
 
 %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.
+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
-Aspell jest kontrolerem pisowni zaprojektowanym tak, by móc zast±piæ
-ispell'a. 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.
+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.
 
 %package devel
-Summary:       Libraries and header files for aspell development
-Summary(pl):   Biblioteki i pliki nag³ówkowe dla developerów aspella
+Summary:       Header files for aspell development
+Summary(pl):   Pliki nag³ówkowe dla programistów u¿ywaj±cych aspella
 Group:         Development/Libraries
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Serial:                %{serial}
 Requires:      %{name} = %{version}
+Obsoletes:     libaspell10-devel
+Obsoletes:     pspell-devel
+Provides:      pspell-devel = %{epoch}:%{version}-%{release}
 
 %description devel
-Aspell is an Open Source spell checker.
+Aspell is an Open Source spell checker. This package contains header
+files for aspell development.
 
-Libraries and header files for aspell development
-
-%description -l pl devel
-Aspell jest kontrolerem pisowni. Pakiet ten zawiera biblioteki i pliki
-nag³ówkowe dla developerów aspella.
+%description devel -l pl
+Aspell jest kontrolerem pisowni. Ten pakiet zawiera pliki nag³ówkowe
+dla programistów u¿ywaj±cych bibliotek aspella.
 
 %package static
-Summary:       Static Libraries for aspell development
-Summary(pl):   Biblioteki statyczne dla developerów aspella
+Summary:       Static libraries for aspell development
+Summary(pl):   Biblioteki statyczne aspella
 Group:         Development/Libraries
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Serial:                %{serial}
 Requires:      %{name}-devel = %{version}
+Obsoletes:     pspell-static
+Provides:      pspell-static = %{epoch}:%{version}-%{release}
 
 %description static
-Aspell is an Open Source spell checker.
-
-Static Libraries for aspell development
+Aspell is an Open Source spell checker. This package contains static
+aspell libraries.
 
-%description -l pl static
+%description static -l pl
 Aspell jest kontrolerem pisowni. Pakiet ten zawiera biblioteki
-statyczne dla developerów aspella.
+statyczne aspella.
 
 %prep
 %setup -q
 
-cp -p %{_includedir}/g++/stl_rope.h .
-patch <misc/stl_rope-30.diff
-
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure %{_target_platform} \
---prefix=%{_prefix} \
-       --libdir=%{_datadir} \
+# don't regenerate that stuff - cvs version of libtool is required for that
+# (1.4.2 is too old)
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__automake}
+%configure \
        --enable-shared \
        --enable-static
-make 
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       pkgdatadir=%{_datadir}/aspell \
-       libdir=%{_libdir}
-
-#cp -pr $RPM_BUILD_ROOT%{_prefix}/doc/aspell .
+install -d $RPM_BUILD_ROOT%{_libdir}/aspell
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-strip $RPM_BUILD_ROOT%{_bindir}/* || :
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-ln -sf aspell $RPM_BUILD_ROOT%{_bindir}/ispell
-rm -rf $RPM_BUILD_ROOT%{_prefix}/{bin/run-with-aspell,share/aspell/ispell}
+rm -f $RPM_BUILD_ROOT{%{_bindir}/run-with-aspell,%{_datadir}/aspell/{i,}spell}
 
-gzip -9nf manual/manual2.lyx manual/man-text/*.txt
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
-%doc README TODO manual/{*,man-text/*.txt}.gz
-%attr(755,root,root) %{_bindir}/*
+%doc README manual/man-html/*.{html,png,css}
+%attr(755,root,root) %{_bindir}/a*
+%attr(755,root,root) %{_bindir}/w*
+%attr(755,root,root) %{_libdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/lib*-common-*.so
 %{_datadir}/aspell
-%{_libdir}/libaspell.so.*.*
+%dir %{_libdir}/aspell
 
-%files devel
+%files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libaspell.so
-%{_includedir}/aspell
-%{_libdir}/libaspell.la
+%doc manual/dev-html/*.{html,png,css}
+%attr(755,root,root) %{_bindir}/p*
+%attr(755,root,root) %{_libdir}/lib*.so
+%exclude %{_libdir}/lib*-common-*.so
+%attr(755,root,root) %{_libdir}/lib*.la
+%{_includedir}/pspell
+%{_includedir}/*.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libaspell.a
-
-%define date   %(LC_ALL="C" date +"%a %b %d %Y"`)
+%{_libdir}/lib*.a
This page took 0.047841 seconds and 4 git commands to generate.