Author: glen Date: Mon Jan 22 23:17:36 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - update to 0.99.9
---- Files affected: SPECS: jpilot.spec (1.42 -> 1.43) ---- Diffs: ================================================================ Index: SPECS/jpilot.spec diff -u SPECS/jpilot.spec:1.42 SPECS/jpilot.spec:1.43 --- SPECS/jpilot.spec:1.42 Sun Jun 26 04:38:48 2005 +++ SPECS/jpilot.spec Tue Jan 23 00:17:26 2007 @@ -7,26 +7,28 @@ Summary(pl): Organizer dla urządzeń PalmOS Summary(pt_BR): Software para interaçăo com o Pilot Name: jpilot -Version: 0.99.7 -Release: 4 +Version: 0.99.9 +Release: 1 License: GPL Group: X11/Applications -Source0: http://jpilot.org/%{name}-%{version}.tar.gz -# Source0-md5: 11bb7236702e2e4c7e3d06372bdc9695 +# wget is banned, so use our df. +# Source0Download: http://jpilot.org/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz +# Source0-md5: c39df29aeed57b84a674524856ebc290 Source1: %{name}.desktop Source2: %{name}.png Patch0: %{name}-locale-names.patch -Patch1: %{name}_other.v0_99_7.diff +#PatchX: %{name}_other.v0_99_7.diff URL: http://jpilot.org/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: gettext-devel +BuildRequires: gettext-devel >= 0.16.1 %{?with_gtk1:BuildRequires: gtk+-devel >= 1.2.0} %{!?with_gtk1:BuildRequires: gtk+2-devel >= 1:2.0.3} BuildRequires: intltool BuildRequires: libtool BuildRequires: openssl-devel >= 0.9.7d -BuildRequires: pilot-link-devel >= 0.11.5 +BuildRequires: pilot-link-devel >= 0.11.2 BuildRequires: pkgconfig BuildRequires: readline-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -47,7 +49,7 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 +#%patchX -p1 # UPDATE or DROP mv -f po/{no,nb}.po rm -f po/stamp-po @@ -56,16 +58,15 @@ %{__perl} -pi -e 's@/lib/jpilot/plugins@/%{_lib}/jpilot/plugins@' */Makefile.am %build -%{?with_gtk1:echo 'AC_DEFUN([AM_PATH_GTK_2_0],[$3])' >> acinclude.m4} -%{!?with_gtk1:echo 'AC_DEFUN([AM_PATH_GTK],[$3])' >> acinclude.m4} %{__gettextize} %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure \ ABILIB="%{_lib}" \ - %{!?with_gtk1:--enable-gtk2} + %{?with_gtk1:--disable-gtk2} %{__make} @@ -90,12 +91,12 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS BUGS UPGRADING README TODO icons docs/{*.png,*.jpg,*.html} +%doc AUTHORS BUGS README TODO icons docs/{*.png,*.jpg,*.html} %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/plugins %attr(755,root,root) %{_libdir}/%{name}/plugins/*.so* -#%{_datadir}/jpilot +%{_datadir}/jpilot %{_mandir}/man1/* %{_desktopdir}/jpilot.desktop @@ -105,6 +106,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43 2007/01/22 23:17:26 glen +- update to 0.99.9 + Revision 1.42 2005/06/26 02:38:48 zbyniu - BR: pkgconfig ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/jpilot.spec?r1=1.42&r2=1.43&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
