- add --disable-rpath to configure part remove remanent obsolete tags fix
license field
This commit is contained in:
parent
2fb88d7cf0
commit
23584a71b4
21
aspell.spec
21
aspell.spec
@ -1,9 +1,11 @@
|
||||
Summary: Spell checker
|
||||
Name: aspell
|
||||
Version: 0.60.6
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Epoch: 12
|
||||
License: LGPLv2 and MIT
|
||||
# LGPLv2+ .. aspell-0.60.6/misc/po-filter.c, ltmain.sh,
|
||||
# GPLv2+ .. aspell-0.60.6/misc/po-filter.c, aspell-0.60.6/ltmain.sh
|
||||
License: LGPLv2 and LGPLv2+ and GPLv2+ and MIT
|
||||
Group: Applications/Text
|
||||
URL: http://aspell.net/
|
||||
Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
|
||||
@ -34,8 +36,6 @@ Requires: aspell = %{epoch}:%{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
Provides: pspell-devel < 0.13
|
||||
Obsoletes: pspell-devel < 0.13
|
||||
|
||||
%description devel
|
||||
Aspell is a spelling checker. The aspell-devel package includes the
|
||||
@ -52,9 +52,10 @@ iconv -f windows-1252 -t utf-8 manual/aspell.info -o manual/aspell.info.aux
|
||||
mv manual/aspell.info.aux manual/aspell.info
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --disable-rpath
|
||||
make %{?_smp_mflags}
|
||||
cp scripts/aspell-import examples/aspell-import
|
||||
chmod 644 examples/aspell-import
|
||||
cp manual/aspell-import.1 examples/aspell-import.1
|
||||
|
||||
|
||||
@ -106,7 +107,7 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%doc README TODO COPYING examples/aspell-import examples/aspell-import.1
|
||||
%dir %{_libdir}/aspell-0.60
|
||||
%{_bindir}/a*
|
||||
@ -117,7 +118,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/word-list-compress
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_libdir}/aspell-0.60/*
|
||||
%{_datadir}/locale/*/LC_MESSAGES/aspell.mo
|
||||
%{_infodir}/aspell.*
|
||||
%{_mandir}/man1/aspell.1.*
|
||||
%{_mandir}/man1/run-with-aspell.1*
|
||||
@ -125,7 +125,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/prezip-bin.1.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/pspell
|
||||
%{_bindir}/pspell-config
|
||||
%{_includedir}/aspell.h
|
||||
@ -136,6 +136,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/pspell-config.1*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 1 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-9
|
||||
- add --disable-rpath to configure part
|
||||
remove remanent obsolete tags
|
||||
fix license field
|
||||
|
||||
* Fri Nov 27 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-8
|
||||
- change summary name
|
||||
remove outdated Obsoletes, Conflicts and Provides flag
|
||||
|
Loading…
Reference in New Issue
Block a user