base-specs/liblouisxml.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 21665 3cdd7b64559f
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.

# Copyright 2009, 2010, Oracle and/or its affiliates. All rights reserved.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
Summary:	Support for braille transciption services for XML documents.
Name:		liblouisxml
Version:	2.1.0
License:	LGPLv3 for library, GPLv3 for binaries
Group:		Libraries
Source: 	http://liblouisxml.googlecode.com/files/%{name}-%{version}.tar.gz

%define python_version 2.6

%description
Provides a braille transcription service for XML documents.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} --enable-ucs4
make

%install
make install DESTDIR=$RPM_BUILD_ROOT

%changelog
* Wed Nov 03 2010 - Li Yuan <[email protected]>
- Update description.
* Wed Oct 06 2010 - Brian Cameron
- Initial spec with version 2.1.0.