rpms/enchant/devel enchant-1.1.5-manpage.patch, NONE, 1.1 enchant.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Mon Mar 14 22:35:01 UTC 2005


Author: katzj

Update of /cvs/extras/rpms/enchant/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7633/devel

Modified Files:
	.cvsignore sources 
Added Files:
	enchant-1.1.5-manpage.patch enchant.spec 
Log Message:
auto-import enchant-1.1.5-3 on branch devel from enchant-1.1.5-3.src.rpm

enchant-1.1.5-manpage.patch:

--- NEW FILE enchant-1.1.5-manpage.patch ---
diff -ru enchant-1.1.5.orig/doc/enchant.1 enchant-1.1.5/doc/enchant.1
--- enchant-1.1.5.orig/doc/enchant.1	2005-01-14 08:42:25.000000000 +0000
+++ enchant-1.1.5/doc/enchant.1	2005-01-14 08:51:34.355927565 +0000
@@ -22,13 +22,15 @@
 .TP
 .I "\-v"
 Prints the program's version
-.SH Enchant Ordering File
-.TP
+.SH ENCHANT ORDERING FILE
 Enchant has a global and a local ordering file. It lets the user specify
 which spelling backend to use for individual languages if you really care
 which backend gets used. It takes the form of:
+.PP
 *:aspell,myspell,ispell
+.br
 en:aspell,myspell,ispell
+.br
 fr:myspell,ispell:aspell
 .SH MORE INFORMATION
 http://www.abisource.com/enchant/


--- NEW FILE enchant.spec ---
Summary: An Enchanting Spell Checking Library
Name: enchant
Version: 1.1.5
Release: 3
Epoch: 1
Group: System Environment/Libraries
License: LGPL
Source: http://prdownloads.sourceforge.net/abiword/enchant-%{version}.tar.gz
URL: http://www.abisource.com/
Requires: glib2 >= 2.0.0
BuildRequires: glib2-devel >= 2.0.0
BuildRequires: aspell-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root

Patch0: enchant-1.1.5-manpage.patch

%description
A library that wraps other spell checking backends.

%package devel
Summary: Support files necessary to compile applications with libenchant.
Group: Development/Libraries
Requires: enchant

%description devel
Libraries, headers, and support files necessary to compile applications using libenchant.

%prep
%setup -q
%patch0 -p1 -b .manpage

%build
%configure --disable-ispell

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la

%files
%defattr(-,root,root)
%doc AUTHORS COPYING.LIB README
%{_bindir}/*
%{_libdir}/lib*.so.*
%{_libdir}/enchant/lib*.so*
%{_mandir}/man1/enchant.1.gz

%files devel
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/enchant/*.a
%{_libdir}/pkgconfig/enchant.pc
%{_includedir}/enchant

%post
/sbin/ldconfig

%postun
/sbin/ldconfig

%clean
rm -r $RPM_BUILD_ROOT

%changelog
* Wed Mar  2 2005 Caolan McNamara <caolanm at redhat.com> 1:1.1.15-3
- rebuild with gcc4

* Fri Jan 14 2005 Caolan McNamara <caolanm at redhat.com> 1:1.1.15-2
- RH#145010# misformatted manpage

* Mon Dec 20 2004 Caolan McNamara <caolanm at redhat.com> 1:1.1.15-1
- initial fedora import

* Sun Aug 24 2003 Rui Miguel Seabra <rms at 1407.org>
- update spec to current stat of affairs
- building from source rpm is now aware of --with and --without flags:
- --without aspell --without ispell --without myspell --with uspell

* Wed Jul 16 2003 Rui Miguel Seabra <rms at 1407.org>
- take advantage of environment rpm macros

* Sun Jul 13 2003 Dom Lachowicz <cinamod at hotmail.com>
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/enchant/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Mar 2005 22:34:44 -0000	1.1
+++ .cvsignore	14 Mar 2005 22:34:59 -0000	1.2
@@ -0,0 +1 @@
+enchant-1.1.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/enchant/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Mar 2005 22:34:44 -0000	1.1
+++ sources	14 Mar 2005 22:34:59 -0000	1.2
@@ -0,0 +1 @@
+b7f266ca9241797839929972395a76cf  enchant-1.1.5.tar.gz




More information about the fedora-extras-commits mailing list