Author: adamg Date: Sun Aug 17 23:37:22 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: libydpdict.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libydpdict.spec diff -u /dev/null SPECS/libydpdict.spec:1.1 --- /dev/null Mon Aug 18 01:37:22 2008 +++ SPECS/libydpdict.spec Mon Aug 18 01:37:17 2008 @@ -0,0 +1,127 @@ +# $Revision$, $Date$ +Summary: Interface with YDP dictionaries +Summary(pl.UTF-8): Interfejs do słowników YDP +Name: libydpdict +Version: 1.0.0 +Release: 1 +License: GPL +Group: Libraries +Source0: http://toxygen.net/ydpdict/%{name}-%{version}.tar.gz +# Source0-md5: e6d5989d74c275e23fad0e2a5cc997fe +URL: http://toxygen.net/ydpdict/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This library makes it easy for a program to read the dictionaries +distributed by Young Digital Planet (English-Polish/Polish-English +and/or German-Polish/Polish-German). + +This package only contains the library, it does not contain the +dictionary files. To use it, you need a copy of the dictionary from +YDP and a program which can use this library (e.g. ydpdict). + +%description -l pl.UTF-8 +Biblioteka ta pozwala na łatwy dostęp do słowników rozpowszechnianych +przez Young Digital Planet (angielski-polski/polsko-angielski i/lub +niemiecko-polski/polsko-niemiecki). + +Pakiet ten zawiera tylko biobloteką, bez plików słownika. Aby +skorzystać z danych, potrzebujesz kopie plików słowników z YDP oraz +program korzystający z tej biblioteki (n.p. ydpdict). + +%package devel +Summary: Header files for libydpdict library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libydpdict +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for libydpdict library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki libydpdict. + +%package static +Summary: Static libydpdict library +Summary(pl.UTF-8): Statyczna biblioteka libydpdict +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static libydpdict library. + +%description static -l pl.UTF-8 +Statyczna biblioteka libydpdict. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%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 ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/lib*.so.*.*.* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/lib*.la +%{_includedir}/ydpdict +%{_pkgconfigdir}/*.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/lib*.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/08/17 23:37:17 adamg +- new + +Revision 1.8 2008-05-07 21:38:12 glen +- add epoch when needed + +Revision 1.7 2007-02-12 22:09:17 glen +- tabs in preamble + +Revision 1.6 2007/02/12 01:06:34 baggins +- converted to UTF-8 + +Revision 1.5 2006/07/18 21:02:32 qboosh +- no PreReq + +Revision 1.4 2005/04/02 22:26:49 qboosh +- patch disabled by default + +Revision 1.3 2004/02/15 13:39:20 qboosh +- ac/am comments to avoid missing BRs + +Revision 1.2 2004/02/13 14:38:37 grzegol +- R: %{version}-%{release} + +Revision 1.1 2003/07/28 12:47:41 qboosh +- suitable for standard library with -devel and -static scheme ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
