michael@0: # michael@0: # lifelines.spec - RPM configuration file for Lifelines michael@0: # michael@1: Name: lifelines michael@1: Summary: Lifelines genealogy program michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@1: Version: 3.0.62 michael@1: Release: 20101206 michael@1: License: X11 michael@1: Group: Utilities/System michael@1: Source: http://download.sourceforge.net/lifelines/lifelines-%{version}.tar.gz michael@0: URL: http://lifelines.sourceforge.net/ michael@0: Packager: Marc Nozell michael@0: Provides: lifelines michael@1: BuildRoot: %{_tmppath}/%{name}-%{version}-root michael@1: BuildRequires: ncurses-devel bison michael@0: michael@0: %description michael@1: This program allows the tracking of genealogical information. michael@1: The lifelines reports are the power of the system. michael@0: michael@0: %prep michael@1: %setup -q michael@0: michael@0: %build michael@1: %configure --datarootdir=%{_datadir} michael@1: make %{?_smp_mflags} michael@0: michael@0: %install michael@1: rm -rf ${RPM_BUILD_ROOT} michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_bindir} michael@1: install -s -m 755 src/liflines/llines $RPM_BUILD_ROOT%{_bindir} michael@1: install -s -m 755 src/liflines/llexec $RPM_BUILD_ROOT%{_bindir} michael@1: install -s -m 755 src/tools/dbverify $RPM_BUILD_ROOT%{_bindir} michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/da/LC_MESSAGES michael@1: install -m 644 po/da.gmo $RPM_BUILD_ROOT%{_datadir}/locale/da/LC_MESSAGES/lifelines.mo michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/de/LC_MESSAGES michael@1: install -m 644 po/de.gmo $RPM_BUILD_ROOT%{_datadir}/locale/de/LC_MESSAGES/lifelines.mo michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/eo/LC_MESSAGES michael@1: install -m 644 po/eo.gmo $RPM_BUILD_ROOT%{_datadir}/locale/eo/LC_MESSAGES/lifelines.mo michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/es/LC_MESSAGES michael@1: install -m 644 po/es.gmo $RPM_BUILD_ROOT%{_datadir}/locale/es/LC_MESSAGES/lifelines.mo michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/fr/LC_MESSAGES michael@1: install -m 644 po/fr.gmo $RPM_BUILD_ROOT%{_datadir}/locale/fr/LC_MESSAGES/lifelines.mo michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/nl/LC_MESSAGES michael@1: install -m 644 po/nl.gmo $RPM_BUILD_ROOT%{_datadir}/locale/nl/LC_MESSAGES/lifelines.mo michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/pl/LC_MESSAGES michael@1: install -m 644 po/pl.gmo $RPM_BUILD_ROOT%{_datadir}/locale/pl/LC_MESSAGES/lifelines.mo michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/rw/LC_MESSAGES michael@1: install -m 644 po/rw.gmo $RPM_BUILD_ROOT%{_datadir}/locale/rw/LC_MESSAGES/lifelines.mo michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/sv/LC_MESSAGES michael@1: install -m 644 po/sv.gmo $RPM_BUILD_ROOT%{_datadir}/locale/sv/LC_MESSAGES/lifelines.mo michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/lifelines/reports michael@1: install -m 644 reports/*.ll $RPM_BUILD_ROOT%{_datadir}/lifelines/reports michael@1: install -m 644 reports/*.li $RPM_BUILD_ROOT%{_datadir}/lifelines/reports michael@1: install -m 644 reports/CREDIT reports/index.html $RPM_BUILD_ROOT%{_datadir}/lifelines/reports michael@1: install -m 644 reports/boc.gif reports/ll.png $RPM_BUILD_ROOT%{_datadir}/lifelines/reports michael@1: install -m 644 reports/*.c $RPM_BUILD_ROOT%{_datadir}/lifelines/reports michael@1: install -m 644 reports/ps-pedigree.ps reports/tree.tex $RPM_BUILD_ROOT%{_datadir}/lifelines/reports michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/lifelines/reports/novel michael@1: install -m 644 reports/novel/novel* $RPM_BUILD_ROOT%{_datadir}/lifelines/reports/novel michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/lifelines/reports/pedtex michael@1: install -m 644 reports/pedtex/pedtex* $RPM_BUILD_ROOT%{_datadir}/lifelines/reports/pedtex michael@1: install -m 644 reports/pedtex/*.tex $RPM_BUILD_ROOT%{_datadir}/lifelines/reports/pedtex michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/lifelines/reports/ps-fan michael@1: install -m 644 reports/ps-fan/ps-fan* $RPM_BUILD_ROOT%{_datadir}/lifelines/reports/ps-fan michael@0: michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/lifelines/tt michael@1: install -m 644 tt/*.tt $RPM_BUILD_ROOT%{_datadir}/lifelines/tt michael@1: install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1 michael@1: install -m 644 docs/btedit.1 $RPM_BUILD_ROOT%{_mandir}/man1/btedit.1 michael@1: install -m 644 docs/dbverify.1 $RPM_BUILD_ROOT%{_mandir}/man1/dbverify.1 michael@1: install -m 644 docs/llines.1 $RPM_BUILD_ROOT%{_mandir}/man1/llines.1 michael@1: install -m 644 docs/llexec.1 $RPM_BUILD_ROOT%{_mandir}/man1/llexec.1 michael@0: michael@1: %clean michael@1: rm -rf $RPM_BUILD_ROOT michael@0: michael@0: %files michael@0: %defattr(-,root,root) michael@0: %doc README ChangeLog NEWS AUTHORS LICENSE michael@0: %doc README.AUTOCONF README.DEVELOPERS README.INTERNATIONAL README.LAYOUT michael@0: %doc README.MAINTAINERS README.MAINTAINERS.rpm README.MAINTAINERS.win32 michael@1: %doc docs/ll-reportmanual.xml docs/ll-reportmanual.html docs/ll-reportmanual.pdf michael@1: %doc docs/ll-reportmanual.txt docs/ll-userguide.xml docs/ll-userguide.html michael@1: %doc docs/ll-userguide.pdf docs/ll-userguide.txt docs/lifelines.vim .linesrc michael@0: michael@1: %{_bindir}/llines michael@1: %{_bindir}/llexec michael@1: %{_bindir}/dbverify michael@1: %{_datadir}/locale/da/LC_MESSAGES/lifelines.mo michael@1: %{_datadir}/locale/de/LC_MESSAGES/lifelines.mo michael@1: %{_datadir}/locale/fr/LC_MESSAGES/lifelines.mo michael@1: %{_datadir}/locale/sv/LC_MESSAGES/lifelines.mo michael@1: %{_datadir}/locale/eo/LC_MESSAGES/lifelines.mo michael@1: %{_datadir}/locale/es/LC_MESSAGES/lifelines.mo michael@1: %{_datadir}/locale/nl/LC_MESSAGES/lifelines.mo michael@1: %{_datadir}/locale/pl/LC_MESSAGES/lifelines.mo michael@1: %{_datadir}/locale/rw/LC_MESSAGES/lifelines.mo michael@1: %{_datadir}/lifelines/reports michael@1: %{_datadir}/lifelines/tt michael@1: %{_mandir}/man1/btedit.1.gz michael@1: %{_mandir}/man1/dbverify.1.gz michael@1: %{_mandir}/man1/llines.1.gz michael@1: %{_mandir}/man1/llexec.1.gz michael@0: michael@0: %changelog michael@1: * Mon Dec 6 2010 Michael Schloh von Bennewitz - 3.0.62-20101206 michael@1: - Correct build configuration and default packaging michael@1: * Wed Dec 1 2010 Michael Schloh von Bennewitz - 3.0.62-20101201 michael@1: - Repackage for MeeGo 1.1 michael@0: * Sun Apr 29 2007 Perry Rapp michael@0: - add llexec.1 man page to release michael@0: * Sun Apr 15 2007 Stephen Dum michael@0: - add README* files to release michael@0: * Wed Dec 21 2005 Stephen Dum michael@0: - add .tt files, .linesrc and new .mo files to release michael@0: * Tue Nov 15 2005 Perry Rapp michael@0: - Change "Copyright" to newer "License". michael@0: - Fix license name to clearer "X11". michael@0: - Add BuildRequires line. michael@0: * Thu Sep 29 2005 Perry Rapp michael@0: - Add eo, es, nl, pl, rw translations. Add *.li files. Add novel, pedtex, ps-fan reports. michael@0: * Sun Jan 30 2005 Perry Rapp michael@0: - Add comment about using rpmbuild on newer systems, and instruction about adding comments down here. michael@0: * Tue May 06 2003 Perry Rapp michael@0: - Add btedit.1 (& alphabetize man pages) michael@0: * Mon May 05 2003 Perry Rapp michael@0: - Add dbverify.1 michael@0: * Mon Nov 11 2002 Perry Rapp michael@0: - Add da.po michael@0: - (post lifelines-3.0.21) michael@0: * Mon Oct 07 2002 Perry Rapp michael@0: - Add new binary llexec michael@0: * Sun Sep 29 2002 Perry Rapp michael@0: - Implement patch by Karl DeBisschop: adds build root, list reports as group instead of individually michael@0: - Add dbverify, de.po, fr.po, sv.po michael@0: - (lifelines-3.0.19-1) michael@0: