rpms/hyphen/devel hyphen.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Nov 23 17:29:53 UTC 2007


Author: caolanm

Update of /cvs/pkgs/rpms/hyphen/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21212/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hyphen.spec 
Log Message:



--- NEW FILE hyphen.spec ---
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 at redhat.com> - 2.3-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2007 16:42:57 -0000	1.1
+++ .cvsignore	23 Nov 2007 17:29:21 -0000	1.2
@@ -0,0 +1 @@
+hyphen-2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2007 16:42:57 -0000	1.1
+++ sources	23 Nov 2007 17:29:21 -0000	1.2
@@ -0,0 +1 @@
+f0a2f9368253850b1b29e45bbc780f1f  hyphen-2.3.tar.gz




More information about the fedora-extras-commits mailing list