Author: qboosh Date: Thu Nov 3 00:23:50 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, only ascii in C desc
---- Files affected: SPECS: php-wbxml.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/php-wbxml.spec diff -u SPECS/php-wbxml.spec:1.1 SPECS/php-wbxml.spec:1.2 --- SPECS/php-wbxml.spec:1.1 Tue Nov 1 16:25:22 2005 +++ SPECS/php-wbxml.spec Thu Nov 3 01:23:45 2005 @@ -1,5 +1,6 @@ # $Revision$, $Date$ -Summary: PHP WBXML Libraray wrapper +Summary: PHP WBXML Library wrapper +Summary(pl): Wrapper PHP do biblioteki WBXML Name: php-wbxml Version: 0.1 Release: 0.1 @@ -9,8 +10,8 @@ URL: http://www.k-fish.de/SyncML_support.57.0.html BuildRequires: autoconf BuildRequires: automake -BuildRequires: wbxml2-devel BuildRequires: php-devel +BuildRequires: wbxml2-devel Requires: wbxml2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -18,8 +19,16 @@ %description This is a simple extension that acts as a wrapper around the +conversion functions in the WBXML Library written by Aymerick Jehanne. + +%description -l en +This is a simple extension that acts as a wrapper around the conversion functions in the WBXML Library written by Aymerick Jéhanne. +%description +To jest proste rozszerzenie obudowujące funkcje konwersji z biblioteki +WBXML napisanej przez Aymericka Jéhanne'a. + %prep %setup -q -n wbxml-%{version} @@ -35,7 +44,8 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT -%{__make} install INSTALL_ROOT=$RPM_BUILD_ROOT +%{__make} install \ + INSTALL_ROOT=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -51,7 +61,7 @@ %files %defattr(644,root,root,755) %doc README CREDITS -%{_libdir}/php/* +%attr(755,root,root) %{_libdir}/php/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -59,6 +69,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/11/03 00:23:45 qboosh +- pl, only ascii in C desc + Revision 1.1 2005/11/01 15:25:22 ggodlewski - Initial release. Seems to work - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/php-wbxml.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
