Author: glen Date: Thu Jun 14 18:34:01 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - update to 0.91.0
---- Files affected: SPECS: multisync-gui.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/multisync-gui.spec diff -u SPECS/multisync-gui.spec:1.5 SPECS/multisync-gui.spec:1.6 --- SPECS/multisync-gui.spec:1.5 Thu Jun 14 19:59:35 2007 +++ SPECS/multisync-gui.spec Thu Jun 14 20:33:56 2007 @@ -2,19 +2,25 @@ Summary: OpenSync data synchronization GUI Summary(pl.UTF-8): Graficzny interfejs synchronizacji danych OpenSync Name: multisync-gui -Version: 0.90.19 +Version: 0.91.0 Release: 1 License: GPL -Group: Applications +Group: X11/Applications Source0: http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.gz?format=raw -# Source0-md5: 57bfe0f3375c8d6d5a86cb861d1eeeea -URL: http://opensync.org/ -BuildRequires: libopensync-devel +# Source0-md5: 3760eef2216f3905f21491b6b345d07f +URL: http://www.opensync.org/ +BuildRequires: glib2-devel +BuildRequires: gtk+2-devel > 2:2.6.0 +BuildRequires: libglade2-devel > 1:2.0.1 +BuildRequires: libopensync-devel >= 0.20 +BuildRequires: libxml2-devel +BuildRequires: rpmbuild(macros) >= 1.335 +BuildRequires: waf BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -OpenSync is a synchronization framework that is platform and distribution -independent. +OpenSync is a synchronization framework that is platform and +distribution independent. It consists of several plugins that can be used to connect to devices, a powerful sync-engine and the framework itself. @@ -28,29 +34,33 @@ Składa się z różnych wtyczek, których można używać do łączenia z urządzeniami, potężnego silnika synchronizacji oraz samego szkieletu. -Ten pakiet zawiera graficzny interfejs użytkownika do korzystania -ze szkieletu OpenSync. +Ten pakiet zawiera graficzny interfejs użytkownika do korzystania ze +szkieletu OpenSync. %prep %setup -q %build -%configure -%{__make} +%waf configure \ + --prefix=%{_prefix} +%waf %install rm -rf $RPM_BUILD_ROOT - -%{__make} install \ - DESTDIR=$RPM_BUILD_ROOT +%waf install \ + --destdir $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/multisync-gui +%{_desktopdir}/multisync-gui.desktop +%dir %{_datadir}/multisync-gui +%{_datadir}/multisync-gui/multisync-gui.glade +%dir %{_pixmapsdir}/multisync-gui +%{_pixmapsdir}/multisync-gui/multisync.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -58,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2007/06/14 18:33:56 glen +- update to 0.91.0 + Revision 1.5 2007/06/14 17:59:35 arekm - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/multisync-gui.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
