Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
jpilot
jpilot.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jpilot.spec of Package jpilot
# # spec file for package jpilot (Version 1.6.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: jpilot BuildRequires: gpgme-devel gtk2-devel intltool libgcrypt-devel openssl-devel perl-XML-Parser pilot-link-devel update-desktop-files License: LGPL v2.1 or later Group: Hardware/Palm Requires: pilot-link AutoReqProv: on Version: 1.6.2 Release: 2 Summary: Palm Pilot Desktop for Linux Source: %{name}-%{version}.tar.bz2 Source1: README.SuSE Patch1: %{name}-%{version}-install.diff Patch2: %{name}-%{version}-desktop.patch Patch3: %{name}-%{version}-gcc.patch Patch4: %{name}-%{version}-modules.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.jpilot.org %description jpilot is a full-featured desktop organizer application for the Palm Pilot that runs under Linux and UNIX. It includes support for datebooks, addresses, memos, todos, and expenses and has plug-in support. It uses the GTK+ libraries. Read the documentation in /usr/share/doc/packages/jpilot. Authors: -------- Judd Montgomery, <judd@engineer.com> %package devel License: LGPL v2.1 or later Summary: Palm Pilot desktop for Linux - devel package Group: Development/Libraries/C and C++ AutoReqProv: on Requires: %{name} = %{version} %description devel jpilot is a full-featured desktop organizer application for the Palm Pilot that runs under Linux and UNIX. It includes support for datebooks, addresses, memos, todos, expenses, and has plugin support. It uses the GTK+ libraries. Please read the documentation in /usr/share/doc/packages/jpilot! Authors: -------- Judd Montgomery, <judd@engineer.com> %prep %setup -q -n %{name}-%{version} cp %{S:1} . %patch1 %patch2 %patch3 %patch4 %build autoreconf --force --install intltoolize --force test -f po/Makevars || mv po/Makevars.template po/Makevars CFLAGS="$RPM_OPT_FLAGS" \ ABILIB=%{_lib} \ %configure --disable-static --with-pic --with-flock \ --with-libname=%{_lib} make CFLAGS="$RPM_OPT_FLAGS" all %{?jobs:-j%jobs} cd po make update-po %install rm -rf `find -type d -name CVS` make install DESTDIR=$RPM_BUILD_ROOT libdir=/usr/%{_lib}/jpilot/plugins/ rm icons/Makefile* # headerfile for devel package mkdir -p $RPM_BUILD_ROOT/usr/include/jpilot cp libplugin.h $RPM_BUILD_ROOT/usr/include/jpilot install -d -m 755 $RPM_BUILD_ROOT/usr/share/{jpilot,pixmaps} install -m 644 jpilotrc.* empty/*.pdb $RPM_BUILD_ROOT/usr/share/jpilot/ cp -a icons/jpilot-icon3.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/jpilot.xpm rm -r $RPM_BUILD_ROOT/usr/share/doc/ %{find_lang} jpilot %suse_update_desktop_file jpilot Utility PDA find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + %clean rm -rf $RPM_BUILD_ROOT %files -f jpilot.lang %defattr(-,root,root) %doc AUTHORS BUGS ChangeLog README COPYING TODO README.SuSE %doc docs/manual.html docs/jpilot-*.png icons %doc /usr/share/man/man1/* /usr/bin/* /usr/share/jpilot/ %dir /usr/%{_lib}/jpilot/plugins %dir /usr/%{_lib}/jpilot /usr/%{_lib}/jpilot/plugins/*.so* /usr/share/applications/jpilot.desktop /usr/share/pixmaps/jpilot.xpm %files devel %defattr(-,root,root) /usr/include/jpilot/ %doc docs/plugin.html %changelog * Mon Jun 08 2009 crrodriguez@suse.de - remove "la" files * Mon Feb 23 2009 nadvornik@suse.cz - updated to 1.6.2 * newer category syncronization code * libgcrypt support * bugfixes * Thu Oct 16 2008 nadvornik@suse.cz - build fix: run intltoolize after autoreconf * Fri Sep 12 2008 nadvornik@suse.cz - update to 1.6.0 * Support for MemosDB-PMem * Support for ContactsDB-PAdd * Syncing merged records fixes * Added sortable columns in KeyRing * Temporarily removed Edit categories * Many many bug fixes and small changes * Wed Feb 07 2007 postadal@suse.cz - fixed uninitialized variable [#237007] (gcc.patch) * Sun Jan 28 2007 ro@suse.de - first hack to move it to /usr * Wed Sep 06 2006 anosek@suse.cz - updated to version 0.99.9 * Fixed a major Memo category sync bug. * Removed clipboard code, which would cause X to freeze when ran with some applications, rdesktop, to name one. * Fix Bugzilla 1533 where null description in appointment crashes ical export of datebook * Keyring: Added a field for the last changed date and set it to today when the record is changed. * Search: - Have focus default to search entry field when the Find window is called to the front - Added ability to hit Enter and automatically go to the currently highlighted record. * Translation updates * Many bug fixes, and GUI improvements - dropped obsolete patches (memory.patch, sync.patch) * Fri Aug 04 2006 anosek@suse.cz - fixed a memory problem resulting in a segfault when modifying records - fixed unresolved symbol glob_tooltips when using jpilot-sync * Fri Jun 16 2006 lmichnovic@suse.cz - fixed writing beyond array range [#184792] (beyond_range.patch) * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Sun Jan 15 2006 kukuk@suse.de - add gpgme-devel to nfb * Mon Nov 14 2005 postadal@suse.cz - updated to version 0.99.8 * Thu Oct 13 2005 postadal@suse.cz - updated to version 0.99.8pre11 - removed obsoleted patch localization-fix.diff - fixed gcc issues and desktop category (gcc.patch, desktop.patch) - parallelized build - almost all files moved to prefix /opt/gnome * Tue Aug 30 2005 lmichnovic@suse.cz - fixed rename in spec file * Fri Aug 19 2005 lmichnovic@suse.cz - Added option --enable-gtk2 for compiling [#104399] - substitution some packages for gtk2-devel-packages in needforbuild * Wed Mar 23 2005 sbrabec@suse.cz - Moved desktop file and added one of desktop icons (#73653). * Mon Oct 25 2004 postadal@suse.cz - renamed localization files from no to nb * Fri Oct 01 2004 postadal@suse.cz - fixed looking for plugins in the right place [#46563] * Thu Sep 23 2004 mskibbe@suse.de - change desktopfiles * Fri Apr 02 2004 postadal@suse.cz - fixed generation of localized menu [#36915] * Sat Mar 20 2004 adrian@suse.de - fix build, add resmgr to neededforbuild * Tue Mar 02 2004 postadal@suse.cz - updated to version 0.99.7 * memo preferences hide-able * rewrote month and weekviews to be faster and resizable * iconify at startup * added cp1253 support * remember last categories - installation fix - build as user * Mon Dec 15 2003 postadal@suse.cz - added perl-XML-Parser to neededforbuild * Fri Oct 10 2003 postadal@suse.cz - disable GTK2 support to get rid of the UTF8 and locale problems [#27267] * Wed Aug 20 2003 postadal@suse.cz - fixed lib64 problem * Sat Aug 16 2003 adrian@suse.de - add Categories * Tue Aug 12 2003 postadal@suse.cz - updated to version 0.99.6 * added number of records tooltip to datebook * added Record completion date on todos * added a hide not yet due todos button * many miscellaneous bugs fixes * Tue Jul 29 2003 ro@suse.de - added readline-devel to neededforbuild * Mon Jul 14 2003 sbrabec@suse.cz - GNOME prefix change to /opt/gnome. * Thu Jun 19 2003 ro@suse.de - build with current gettext * Tue Jun 17 2003 mmj@suse.de - Own dirs * Mon Jun 09 2003 mmj@suse.de - Remove files from /usr/doc we package elsewhere - Package jpilot.desktop * Mon Feb 24 2003 postadal@suse.cz - updated to version 0.99.5 * added dialog error windows instead of logging them * if files are to be installed a prompt window opens before a sync/backup * fixes * Wed Jan 15 2003 postadal@suse.cz - updated to version 0.99.4 * ported code to GTK-2 (2.2) * random password generation to KeyRing * added a dialer program and GUI launcher * syncronization of categorzies and editing categories on desktop * added export of iCalendar format from ToDo and Datebook, export of vCard format from Address book and added Export of ldif format from Address book * Thu Dec 19 2002 postadal@suse.cz - fixed building (Makefile.am: required file `./NEWS') * Thu Dec 12 2002 postadal@suse.cz - *.so files moved from -devel to main package, becouse plugins need it * Fri Nov 22 2002 postadal@suse.cz - updated to version 0.99.33 * support for OS 4.X passwords * better DateBk support * pop up dialogs when different user name, null ID is found * changes to support pilot-link 0.10.1 and USB (palm m series and clies) * export/import for Datebook, Address, Todo, and Memo * drastically improved local database read speeds * added KeyRing plugin - packed plugin Expenses (with a default pdb file) * Wed Aug 28 2002 postadal@suse.cz - added Requires %%{name} = %%{version} to devel package * Mon Apr 29 2002 postadal@suse.cz - fixed path to build with lib64 pilot-link * Wed Feb 27 2002 postadal@suse.cz - fixed bug in searching (e.g. segfaulted with plugin jpilot-Mail) - used macros %%{suse_update_config} & %%{_target_cpu} * Tue Jan 29 2002 tcrhak@suse.cz - created devel subpackage - set apart jpilot-Backup and jpilot-Mail packages - fixed filelist * Fri Jan 18 2002 tcrhak@suse.cz - used macros %%{_lib} and %%{_libdir} * Mon Aug 13 2001 schwab@suse.de - Also do %%suse_update_config in Mail plugin. * Fri Jun 29 2001 pblaha@suse.cz - add Mail plugin - add Backup plugin * Thu Jun 28 2001 pblaha@suse.cz - move prefix to /usr - create dir /usr/lib/jpilot/plugin for add plugins * Tue May 22 2001 pblaha@suse.cz - fixed include files on ia64 * Sat May 05 2001 schwab@suse.de - Add %%suse_update_config. * Tue Feb 13 2001 pblaha@suse.cz - update on 0.99 * Thu Nov 30 2000 ro@suse.de - neededforbuild update * Tue Nov 07 2000 bubnikv@suse.cz - updated to 0.98.1 * Mon Nov 06 2000 ro@suse.de - fixed neededforbuild * Thu Sep 30 1999 mt@suse.de - updated to 0.95, applied patches from jpilot.linuxbox.com * Wed Jul 28 1999 mt@suse.de - new package, version 0.92
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor