- fix minor problems in spec file
This commit is contained in:
parent
58b4f4903b
commit
2e02193f53
15
aspell.spec
15
aspell.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Spell checker
|
Summary: Spell checker
|
||||||
Name: aspell
|
Name: aspell
|
||||||
Version: 0.60.6
|
Version: 0.60.6
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
Epoch: 12
|
Epoch: 12
|
||||||
# LGPLv2+ .. aspell-0.60.6/misc/po-filter.c, ltmain.sh, modules/speller/default/affix.cpp
|
# LGPLv2+ .. aspell-0.60.6/misc/po-filter.c, ltmain.sh, modules/speller/default/affix.cpp
|
||||||
# GPLv2+ .. aspell-0.60.6/misc/po-filter.c, aspell-0.60.6/ltmain.sh
|
# GPLv2+ .. aspell-0.60.6/misc/po-filter.c, aspell-0.60.6/ltmain.sh
|
||||||
@ -15,7 +15,6 @@ Patch5: aspell-0.60.5-fileconflict.patch
|
|||||||
Patch7: aspell-0.60.5-pspell_conf.patch
|
Patch7: aspell-0.60.5-pspell_conf.patch
|
||||||
Patch8: aspell-0.60.6-zero.patch
|
Patch8: aspell-0.60.6-zero.patch
|
||||||
Patch9: aspell-0.60.6-mp.patch
|
Patch9: aspell-0.60.6-mp.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildRequires: gettext, ncurses-devel, pkgconfig
|
BuildRequires: gettext, ncurses-devel, pkgconfig
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
Requires(pre): /sbin/install-info
|
Requires(pre): /sbin/install-info
|
||||||
@ -32,7 +31,7 @@ dictionaries and intelligently handling personal dictionaries when more
|
|||||||
than one Aspell process is open at once.
|
than one Aspell process is open at once.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Static libraries and header files for Aspell development
|
Summary: Libraries and header files for Aspell development
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: aspell = %{epoch}:%{version}-%{release}
|
Requires: aspell = %{epoch}:%{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
@ -40,8 +39,8 @@ Requires(post): /sbin/install-info
|
|||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Aspell is a spelling checker. The aspell-devel package includes the
|
Aspell is a spelling checker. The aspell-devel package includes
|
||||||
static libraries and header files needed for Aspell development.
|
libraries and header files needed for Aspell development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n aspell-%{version}
|
%setup -q -n aspell-%{version}
|
||||||
@ -114,9 +113,6 @@ fi
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README TODO COPYING examples/aspell-import examples/aspell-import.1
|
%doc README TODO COPYING examples/aspell-import examples/aspell-import.1
|
||||||
@ -147,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/pspell-config.1*
|
%{_mandir}/man1/pspell-config.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 2 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 12.0.60.6-15
|
||||||
|
- fix minor problems in spec file
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6-14
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user