*** empty log message ***
This commit is contained in:
parent
20a789c1a4
commit
6f36959d58
@ -0,0 +1 @@
|
||||
hyphen-2.3.tar.gz
|
56
hyphen.spec
Normal file
56
hyphen.spec
Normal file
@ -0,0 +1,56 @@
|
||||
Name: hyphen
|
||||
Summary: A text hyphenation library
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
|
||||
Group: System Environment/Libraries
|
||||
URL: http://hunspell.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+ or MPLv1.1
|
||||
BuildRequires: perl, patch
|
||||
|
||||
%description
|
||||
Hyphen is a library for high quality hyphenation and justification.
|
||||
|
||||
%package devel
|
||||
Requires: hyphen = %{version}-%{release}
|
||||
Summary: Files for developing with hyphen
|
||||
Group: Development/Libraries
|
||||
|
||||
%description devel
|
||||
Includes and definitions for developing with hyphen
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog README README.hyphen README.nonstandard TODO
|
||||
%{_libdir}/*.so.*
|
||||
%{_datadir}/hyphen/
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/hyphen.h
|
||||
%{_libdir}/*.so
|
||||
%{_bindir}/substrings.pl
|
||||
|
||||
%changelog
|
||||
* Mon Nov 12 2007 Caolan McNamara <caolanm@redhat.com> - 2.3-1
|
||||
- initial version
|
Loading…
Reference in New Issue
Block a user