Author: qboosh Date: Mon Jul 21 19:48:39 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: hyphen.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/hyphen.spec diff -u /dev/null SPECS/hyphen.spec:1.1 --- /dev/null Mon Jul 21 21:48:39 2008 +++ SPECS/hyphen.spec Mon Jul 21 21:48:33 2008 @@ -0,0 +1,92 @@ +# $Revision$, $Date$ +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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/07/21 19:48:33 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
