]> git.pld-linux.org Git - packages/hyphen.git/blob - hyphen.spec
- release 2
[packages/hyphen.git] / hyphen.spec
1 Summary:        Hyphenation library to use converted TeX hyphenation patterns
2 Summary(pl.UTF-8):      Biblioteka przenoszenia słów używająca przekonwertowanych wzorców TeXa
3 Name:           hyphen
4 Version:        2.8.8
5 Release:        2
6 License:        GPL v2+ or LGPL v2.1+ or MPL 1.1+
7 Group:          Libraries
8 Source0:        http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
9 # Source0-md5:  5ade6ae2a99bc1e9e57031ca88d36dad
10 URL:            http://lingucomponent.openoffice.org/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Hyphen is a hyphenation library to use converted TeX hyphenation
15 patterns. This was part of libHnj library by Raph Levien.
16
17 %description -l pl.UTF-8
18 Hyphen to biblioteka przenoszenia słów używająca przekonwertowanych
19 wzorców przenoszenia z TeXa. Była częścią biblioteki libHnj autorstwa
20 Rapha Leviena.
21
22 %package devel
23 Summary:        Header files for hyphen library
24 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki hyphen
25 Group:          Development/Libraries
26 Requires:       %{name} = %{version}-%{release}
27
28 %description devel
29 Header files for hyphen library.
30
31 %description devel -l pl.UTF-8
32 Pliki nagłówkowe biblioteki hyphen.
33
34 %package static
35 Summary:        Static hyphen library
36 Summary(pl.UTF-8):      Statyczna biblioteka hyphen
37 Group:          Development/Libraries
38 Requires:       %{name}-devel = %{version}-%{release}
39
40 %description static
41 Static hyphen library.
42
43 %description static -l pl.UTF-8
44 Statyczna biblioteka hyphen.
45
46 %prep
47 %setup -q
48
49 %build
50 %configure
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post   -p /sbin/ldconfig
63 %postun -p /sbin/ldconfig
64
65 %files
66 %defattr(644,root,root,755)
67 %doc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO doc/tb87nemeth.pdf
68 %attr(755,root,root) %{_bindir}/substrings.pl
69 %attr(755,root,root) %{_libdir}/libhyphen.so.*.*.*
70 %attr(755,root,root) %ghost %{_libdir}/libhyphen.so.0
71 %dir %{_datadir}/hyphen
72 %{_datadir}/hyphen/hyph_en_US.dic
73
74 %files devel
75 %defattr(644,root,root,755)
76 %attr(755,root,root) %{_libdir}/libhyphen.so
77 %{_libdir}/libhyphen.la
78 %{_includedir}/hyphen.h
79
80 %files static
81 %defattr(644,root,root,755)
82 %{_libdir}/libhyphen.a
This page took 0.079105 seconds and 3 git commands to generate.