]> git.pld-linux.org Git - packages/hyphen.git/commitdiff
- new auto/th/hyphen-2_4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Jul 2008 19:48:33 +0000 (19:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hyphen.spec -> 1.1

hyphen.spec [new file with mode: 0644]

diff --git a/hyphen.spec b/hyphen.spec
new file mode 100644 (file)
index 0000000..38281be
--- /dev/null
@@ -0,0 +1,82 @@
+Summary:       Hyphenation library to use converted TeX hyphenation patterns
+Summary(pl.UTF-8):     Biblioteka przenoszenia słów używająca przekonwertowanych wzorców TeXa
+Name:          hyphen
+Version:       2.4
+Release:       1
+License:       GPL v2+ or LGPL v2.1+ or MPL 1.1+
+Group:         Libraries
+Source0:       http://dl.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
+# Source0-md5: d0b5af6e408b8d2958f3d83b5244f5e8
+URL:           http://lingucomponent.openoffice.org/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Hyphen is a hyphenation library to use converted TeX hyphenation
+patterns. This was part of libHnj library by Raph Levien.
+
+%description -l pl.UTF-8
+Hyphen to biblioteka przenoszenia słów używająca przekonwertowanych
+wzorców przenoszenia z TeXa. Była częścią biblioteki libHnj autorstwa
+Rapha Leviena.
+
+%package devel
+Summary:       Header files for hyphen library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki hyphen
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for hyphen library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki hyphen.
+
+%package static
+Summary:       Static hyphen library
+Summary(pl.UTF-8):     Statyczna biblioteka hyphen
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static hyphen library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka hyphen.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO doc/tb87nemeth.pdf
+%attr(755,root,root) %{_bindir}/substrings.pl
+%attr(755,root,root) %{_libdir}/libhyphen.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libhyphen.so.0
+%dir %{_datadir}/hyphen
+%{_datadir}/hyphen/hyph_en_US.dic
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libhyphen.so
+%{_libdir}/libhyphen.la
+%{_includedir}/hyphen.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libhyphen.a
This page took 0.1009 seconds and 4 git commands to generate.