Author: adamg Date: Sat Mar 29 12:34:14 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.0.0 - BuildRequires: python >= 1:2.5, python-pygtk-devel >= 2:2.10.0 - adapterized
---- Files affected: SPECS: gramps.spec (1.52 -> 1.53) ---- Diffs: ================================================================ Index: SPECS/gramps.spec diff -u SPECS/gramps.spec:1.52 SPECS/gramps.spec:1.53 --- SPECS/gramps.spec:1.52 Tue Jan 22 09:19:12 2008 +++ SPECS/gramps.spec Sat Mar 29 13:34:09 2008 @@ -2,30 +2,32 @@ Summary: Genealogical Research and Analysis Management Programming System Summary(pl.UTF-8): System programowania do zarządzania badaniami i analizą genealogiczną Name: gramps -Version: 2.2.10 +Version: 3.0.0 Release: 1 License: GPL v2 Group: Applications/Science Source0: http://dl.sourceforge.net/gramps/%{name}-%{version}.tar.gz -# Source0-md5: 19fd44347642d09c202932aa618ee4f5 +# Source0-md5: 4faf56a6d4236e79b98ba5c2847d58f3 Patch0: %{name}-icon_path.patch Patch1: %{name}-locale_names.patch URL: http://gramps-project.org/ +BuildRequires: GConf2-devel BuildRequires: autoconf BuildRequires: automake -BuildRequires: GConf2-devel BuildRequires: gettext-devel BuildRequires: gnome-doc-utils BuildRequires: gtk+2-devel >= 2:2.8.0 BuildRequires: intltool BuildRequires: pkgconfig +BuildRequires: python >= 1:2.5 BuildRequires: python-gnome-devel >= 2.6.0 +BuildRequires: python-pygtk-devel >= 2:2.10.0 BuildRequires: rpmbuild(macros) >= 1.197 BuildRequires: scrollkeeper >= 0.3.5 %pyrequires_eq python-modules -Requires(post,preun): GConf2 Requires(post,postun): desktop-file-utils Requires(post,postun): scrollkeeper +Requires(post,preun): GConf2 Requires: hicolor-icon-theme Requires: python-gnome-ui >= 2.12.2-2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -64,7 +66,7 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_pixmapsdir} @@ -97,11 +99,12 @@ %files -f gramps.lang %defattr(644,root,root,755) -%doc AUTHORS ChangeLog FAQ NEWS README TODO +%doc AUTHORS FAQ NEWS README TODO %attr(755,root,root) %{_bindir}/gramps %dir %{_datadir}/gramps %{_datadir}/gramps/*.py* +%{_datadir}/gramps/BasicUtils %{_datadir}/gramps/Config %{_datadir}/gramps/DataViews %{_datadir}/gramps/DateHandler @@ -110,17 +113,19 @@ %{_datadir}/gramps/Editors %{_datadir}/gramps/FilterEditor %{_datadir}/gramps/Filters -%{_datadir}/gramps/GrampsDb +%{_datadir}/gramps/GrampsDbUtils +%{_datadir}/gramps/GrampsLocale %{_datadir}/gramps/GrampsLogger %{_datadir}/gramps/Merge %{_datadir}/gramps/Mime %{_datadir}/gramps/PluginUtils -%{_datadir}/gramps/RelLib %{_datadir}/gramps/ReportBase %{_datadir}/gramps/Selectors +%{_datadir}/gramps/Simple %{_datadir}/gramps/data %{_datadir}/gramps/docgen %{_datadir}/gramps/example +%{_datadir}/gramps/gen %{_datadir}/gramps/glade %{_datadir}/gramps/images %{_datadir}/gramps/plugins @@ -130,11 +135,13 @@ %{_pixmapsdir}/gramps.png %{_datadir}/mime/packages/gramps.xml -%{_sysconfdir}/gconf/schemas/gramps.schemas +%{_datadir}/mime/packages/gramps.schemas %{_mandir}/man1/* %lang(fr) %{_mandir}/fr/man1/* -%{_omf_dest_dir}/%{name} +%lang(nl) %{_mandir}/nl/man1/* +%lang(pl) %{_mandir}/pl/man1/* +%lang(sv) %{_mandir}/sv/man1/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -142,6 +149,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.53 2008-03-29 12:34:09 adamg +- updated to 3.0.0 +- BuildRequires: python >= 1:2.5, python-pygtk-devel >= 2:2.10.0 +- adapterized + Revision 1.52 2008-01-22 08:19:12 ankry - 2.2.10, builds, not tested ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gramps.spec?r1=1.52&r2=1.53&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
