Author: qboosh Date: Sun Sep 2 13:26:35 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, cleanup; todos left
---- Files affected: SPECS: libwbxml2.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/libwbxml2.spec diff -u SPECS/libwbxml2.spec:1.2 SPECS/libwbxml2.spec:1.3 --- SPECS/libwbxml2.spec:1.2 Wed Aug 29 23:34:48 2007 +++ SPECS/libwbxml2.spec Sun Sep 2 15:26:29 2007 @@ -1,5 +1,10 @@ # $Revision$, $Date$ +# TODO: +# - rename to synce-wbxml2 (contains synce modifications) +# - kill unecessary -lnsl etc. +# - lib is linked with -lexpat, but .pc specifies libxml2 Summary: Library and tools to parse, encode and handle WBXML documents +Summary(pl.UTF-8: Biblioteka i narzędzia do analizy, kodowania i obsługi dokumentów WBXML Name: libwbxml2 Version: 0.9.2 Release: 0.1 @@ -9,16 +14,32 @@ # Source0-md5: 07f659f41d529d9b89da4a86db1e0ee8 URL: http://libwbxml.aymerick.com/ BuildRequires: expat-devel >= 1.95.8 +BuildRequires: popt-devel +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description +Library and tools to parse, encode and handle WBXML documents. + +%description -l pl.UTF-8 +Biblioteka i narzędzia do analizy, kodowania i obsługi dokumentów +WBXML. %package devel -Summary: Header files for libwbxml2 library +Summary: Header files for wbxml2 library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki wbxml2 Group: Development/Libraries Requires: %{name} = %{version}-%{release} +# CHECKME +Requires: expat-devel +Requires: popt-devel +Requires: zlib-devel %description devel +Header files for wbxml2 library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki wbxml2. %prep %setup -q -n wbxml2-%{version}+svn49synce @@ -44,15 +65,15 @@ %files %defattr(644,root,root,755) -%doc AUTHORS BUGS ChangeLog INSTALL NEWS README References THANKS TODO bootstrap +%doc AUTHORS BUGS ChangeLog NEWS README References THANKS TODO %attr(755,root,root) %{_bindir}/wbxml2xml %attr(755,root,root) %{_bindir}/xml2wbxml %attr(755,root,root) %{_libdir}/libwbxml2.so.*.*.* %files devel %defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libwbxml2.so %{_libdir}/libwbxml2.la -%{_libdir}/libwbxml2.so %{_includedir}/wbxml*.h %{_pkgconfigdir}/libwbxml2.pc @@ -62,6 +83,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/09/02 13:26:29 qboosh +- pl, cleanup; todos left + Revision 1.2 2007/08/29 21:34:48 glen - license correction ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libwbxml2.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
