Author: tiwek Date: Fri Feb 25 10:17:51 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial release
---- Files affected: SPECS: wbxml2.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/wbxml2.spec diff -u /dev/null SPECS/wbxml2.spec:1.1 --- /dev/null Fri Feb 25 11:17:51 2005 +++ SPECS/wbxml2.spec Fri Feb 25 11:17:45 2005 @@ -0,0 +1,99 @@ +# $Revision$, $Date$ +Summary: WBXML2 Library +Summary(pl): Biblioteka WBXML2 +Name: wbxml2 +Version: 0.9.0 +Release: 1 +Epoch: 0 +License: GPL +Group: Libraries +Source0: http://dl.sourceforge.net/wbxmllib/%{name}-%{version}-src.tar.gz +# Source0-md5: 3f9b5bf104ec523b8eebe69f93919ded +Patch0: http://www.multisync.org/files/%{name}-0.9.0.patch +URL: http://libwbxml.aymerick.com/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The WBXML2 format is a binary representation of XML, defined by the Wap +Forum, and used to reduce bandwidth in mobile communications. + +%description -l pl +Format WBXML2 jest binarną reprezentacją XML, zdefiniowaną przez Wap Forum. + +%package devel +Summary: Header files for WBXML2 library +Summary(pl): Pliki nagłówkowe biblioteki WBXML +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for WBXML2 library. + +%description devel -l pl +Pliki nagłówkowe biblioteki WBXML2. + +%package static +Summary: Static WBXML2 library +Summary(pl): Statyczna biblioteka WBXML2 +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static WBXML2 library. + +%description static -l pl +Statyczna biblioteka WBXML2. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +# create directories if necessary +#install -d $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 THANKS TODO +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +# %{_datadir}/%{name} + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/lib*.la +%{_includedir}/* + +%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 2005/02/25 10:17:45 tiwek +- initial release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
