Fixed installing of document generators
svn: r977
This commit is contained in:
parent
30825301de
commit
0c9465d038
21
NEWS
21
NEWS
@ -1,3 +1,24 @@
|
|||||||
|
Version 0.7.3
|
||||||
|
* New Russian (Alex Roitman) and Danish (Lars Lundin) translations.
|
||||||
|
GRAMPS now supports English, Italian, German, French, Spanish,
|
||||||
|
Brazilian-Portuguese, Swedish, Danish, and Russian.
|
||||||
|
* Custom filter editor allows you to create your personal complex
|
||||||
|
filters that can be applied to reports to select the people that
|
||||||
|
you want. Tools->Utilites->Custom Filter Editor to access the
|
||||||
|
filter builder. (Thanks to Jeff Ollie for some major contributions
|
||||||
|
here).
|
||||||
|
* New report - Complete Individual Report. Allows you to produce a
|
||||||
|
more complete form of the Individual Summary. You can use filters
|
||||||
|
to select all ancestors, all decendants, or any custom filter you
|
||||||
|
want to create more of a 'book' form of a report.
|
||||||
|
* On-the-fly document generation instead of pre-built HTML files
|
||||||
|
(Thanks to Don Peterson)
|
||||||
|
* Web page generation now generates a two column list, along with
|
||||||
|
labels.
|
||||||
|
* GEDCOM impovements, including the ability to use GRAMPS as a GEDCOM
|
||||||
|
viewer (accepts a GEDCOM file as an argument).
|
||||||
|
|
||||||
|
|
||||||
Version 0.7.2
|
Version 0.7.2
|
||||||
* New Brazilian-Portuguese translation (Marcos Bedinelli)
|
* New Brazilian-Portuguese translation (Marcos Bedinelli)
|
||||||
* Python Imaging Library no longer required for several report
|
* Python Imaging Library no longer required for several report
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define ver 0.7.3
|
%define ver 0.7.3
|
||||||
%define rel 1
|
%define rel 2
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
Summary: Genealogical Research and Analysis Management Programming System.
|
Summary: Genealogical Research and Analysis Management Programming System.
|
||||||
@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{prefix}/share/gramps/*.xpm
|
%{prefix}/share/gramps/*.xpm
|
||||||
%{prefix}/share/gramps/*.jpg
|
%{prefix}/share/gramps/*.jpg
|
||||||
%{prefix}/share/gramps/*.png
|
%{prefix}/share/gramps/*.png
|
||||||
|
%{prefix}/share/gramps/docgen/*.py
|
||||||
|
%{prefix}/share/gramps/docgen/*.pyo
|
||||||
%{prefix}/share/gramps/filters/*.py
|
%{prefix}/share/gramps/filters/*.py
|
||||||
%{prefix}/share/gramps/filters/*.pyo
|
%{prefix}/share/gramps/filters/*.pyo
|
||||||
%{prefix}/share/gramps/plugins/*.py
|
%{prefix}/share/gramps/plugins/*.py
|
||||||
|
Loading…
Reference in New Issue
Block a user