Author: qboosh Date: Fri Feb 25 21:09:38 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - enhanced pl desc, cosmetics
---- Files affected: SPECS: wbxml2.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/wbxml2.spec diff -u SPECS/wbxml2.spec:1.3 SPECS/wbxml2.spec:1.4 --- SPECS/wbxml2.spec:1.3 Fri Feb 25 11:33:48 2005 +++ SPECS/wbxml2.spec Fri Feb 25 22:09:32 2005 @@ -13,6 +13,7 @@ URL: http://libwbxml.aymerick.com/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -21,11 +22,12 @@ %description -l pl Format WBXML2 jest binarną reprezentacją XML, zdefiniowaną przez Wap -Forum. +Forum, mającą na celu zmniejszenie ruchu w komunikacji przez +urządzenia przenośne. %package devel Summary: Header files for WBXML2 library -Summary(pl): Pliki nagłówkowe biblioteki WBXML +Summary(pl): Pliki nagłówkowe biblioteki WBXML2 Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -62,8 +64,6 @@ %install rm -rf $RPM_BUILD_ROOT -# create directories if necessary -#install -d $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -79,7 +79,6 @@ %doc AUTHORS ChangeLog NEWS README THANKS TODO %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/lib*.so.*.*.* -# %{_datadir}/%{name} %files devel %defattr(644,root,root,755) @@ -97,6 +96,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2005/02/25 21:09:32 qboosh +- enhanced pl desc, cosmetics + Revision 1.3 2005/02/25 10:33:48 spider - missing br @@ -105,4 +107,3 @@ Revision 1.1 2005/02/25 10:17:45 tiwek - initial release - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/wbxml2.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
