Author: arvenil Date: Thu Jul 24 17:53:44 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.2.2 - added libsyncml bcond - BR: libsyncml-devel - BR: gettext-devel - cleanup
---- Files affected: SPECS: osmo.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/osmo.spec diff -u SPECS/osmo.spec:1.3 SPECS/osmo.spec:1.4 --- SPECS/osmo.spec:1.3 Sat Apr 5 10:09:38 2008 +++ SPECS/osmo.spec Thu Jul 24 19:53:38 2008 @@ -1,18 +1,24 @@ # $Revision$, $Date$ +# +# Conditional builds: +%bcond_with libsyncml # enable experimental SyncML plugin +# Summary: Simple PIM application Summary(pl.UTF-8): Prosta aplikacja PIM (do zarzÄ…dzania informacjami osobistymi) Name: osmo -Version: 0.2.0 +Version: 0.2.2 Release: 1 License: GPL v2+ Group: X11/Applications Source0: http://dl.sourceforge.net/osmo-pim/%{name}-%{version}.tar.gz -# Source0-md5: 6960aae8b95eb09bf8d0bf4f8656a080 +# Source0-md5: d790c2040fda541765a7db2a6827673c URL: http://clay.ll.pl/osmo/ +BuildRequires: gettext-devel BuildRequires: gtk+2-devel >= 2:2.10.0 BuildRequires: libgringotts-devel >= 1.2.1 BuildRequires: libical-devel >= 0.27 BuildRequires: libnotify-devel >= 0.4.4 +%{?with_libsyncml:BuildRequires: libsyncml-devel >= 0.4.0} BuildRequires: libxml2-devel >= 2.0 BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -42,7 +48,8 @@ %setup -q %build -%configure +%configure \ + --with%{!?with_libsyncml:out}-libsyncml %{__make} %install @@ -62,7 +69,8 @@ %attr(755,root,root) %{_bindir}/osmo %{_pixmapsdir}/osmo.png %{_pixmapsdir}/osmo.svg -%{_desktopdir}/*.desktop +%{_desktopdir}/osmo.desktop +%{_mandir}/man1/osmo.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -70,6 +78,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2008/07/24 17:53:38 arvenil +- up to 0.2.2 +- added libsyncml bcond +- BR: libsyncml-devel +- BR: gettext-devel +- cleanup + Revision 1.3 2008/04/05 08:09:38 gotar - upgraded to 0.2.0 (TODO: PLD-ize desktop file) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/osmo.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
