Author: qboosh Date: Fri Nov 17 22:37:54 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: libcmml.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libcmml.spec diff -u /dev/null SPECS/libcmml.spec:1.1 --- /dev/null Fri Nov 17 23:37:54 2006 +++ SPECS/libcmml.spec Fri Nov 17 23:37:49 2006 @@ -0,0 +1,110 @@ +# $Revision$, $Date$ +Summary: A library for parsing CMML files +Summary(pl): Biblioteka do analizy plików CMML +Name: libcmml +Version: 0.9.2 +Release: 1 +License: BSD +Group: Libraries +Source0: http://annodex.net/software/libcmml/download/%{name}-%{version}.tar.gz +# Source0-md5: 00ece8c9a0363b37957ce670bcf270d3 +URL: http://annodex.net/software/libcmml/index.html +BuildRequires: expat-devel >= 1.95 +Requires: expat >= 1.95 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Libcmml is a library which enables the handling of documents +written in CMML (Continuous Media Markup Language) for the +Continuous Media Web (CMWeb). + +It provides a very simple API for reading files marked up with the +Continuous Media Markup Language (CMML), and returns C structures +containing this information in a format which can be used by an +Annodexer for creating ANNODEX(tm) format documents (ANX). + +%description -l pl +libcmml to biblioteka umożliwiająca obsługę dokumentów napisanych w +formacie CMML (Continuous Media Markup Language - języku oznaczeń dla +mediów ciągłych) dla CMWeb (Continuos Media Web - sieci dla mediów +ciągłych). + +Udostępnia bardzo proste API do odczytu plików ze znacznikami w +formacie CMML, zwraca struktury C zawierające informacje w formacie, +który może być użyty w Annodexerze do tworzenia dokumentów w formacie +ANNODEX(tm) (ANX). + +%package devel +Summary: Header files for libcmml library +Summary(pl): Pliki nagłówkowe biblioteki libcmml +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: expat-devel >= 1.95 + +%description devel +Header files for libcmml library. + +%description devel -l pl +Pliki nagłówkowe biblioteki libcmml. + +%package static +Summary: Static libcmml library +Summary(pl): Statyczna biblioteka libcmml +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static libcmml library. + +%description static -l pl +Statyczna biblioteka libcmml. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -rf $RPM_BUILD_ROOT%{_docdir}/libcmml + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog README TODO +%attr(755,root,root) %{_bindir}/cmml* +%attr(755,root,root) %{_libdir}/libcmml.so.*.*.* +%{_mandir}/man1/cmml*.1* +%{_mandir}/man6/cmml-fortune.6* + +%files devel +%defattr(644,root,root,755) +%doc doc/libcmml/html/* +%attr(755,root,root) %{_libdir}/libcmml.so +%{_libdir}/libcmml.la +%{_includedir}/cmml.h +%{_pkgconfigdir}/cmml.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/libcmml.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 2006/11/17 22:37:49 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
