auto-import changelog data from evolution-1.0.3-3.src.rpm

Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-3
- minor tweaks to the redhatify patch
- make accepting appointments sent to mailing lists work
- use the RFC specified LDAP attribs for freebusy and calendarURI in
    addressbook
- fix a crash in the startup wizard
Sun Mar 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-2
- move desktop file to /etc/X11/applnk (#62399)
This commit is contained in:
cvsdist 2004-09-09 04:34:57 +00:00
parent 0fcb4961dd
commit 6ca2cef9b7

View File

@ -15,14 +15,20 @@ ExcludeArch: ia64
Name: evolution Name: evolution
Version: 1.0.3 Version: 1.0.3
Release: 0.1 Release: 3
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/ URL: http://www.ximian.com/
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Source1: db-3.1.17.tar.gz Source1: db-3.1.17.tar.gz
Patch0: evolution-1.0.1-dborder.patch # patches pulled from upstream CVS
Patch1: evolution-1.0.2-redhatifysummary.patch Patch0: evolution-1.0.3-non-attendee-acceptance.patch
Patch1: evolution-1.0.3-startupwizardcrash.patch
Patch2: evolution-1.0.3-useproperldapattribs.patch
# Red Hat Linux specific patches
Patch10: evolution-1.0.1-dborder.patch
Patch11: evolution-1.0.2-redhatify.patch
Summary: GNOME's next-generation groupware suite Summary: GNOME's next-generation groupware suite
Group: Applications/Productivity Group: Applications/Productivity
@ -72,8 +78,14 @@ personal information-management tool.
%prep %prep
%setup -q -a 1 %setup -q -a 1
%patch0 -p0 -b .dborder # these are in CVS already on the 1-0-branch
%patch1 -p0 -b .rhatify %patch0 -p0 -b .appointments
%patch1 -p0 -b .startupwizardcrash
%patch2 -p0 -b .ldapattribs
# Red Hat specific patches
%patch10 -p0 -b .dborder
%patch11 -p0 -b .rhatify
%build %build
@ -121,9 +133,15 @@ cd %{buildtopdir}
%ldap_flags %pilot_flags %krb5_flags %nntp_flags %nss_flags %ldap_flags %pilot_flags %krb5_flags %nntp_flags %nss_flags
make make
cat /dev/null > default_user/local/Inbox/mbox
%install %install
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
# move desktop file to applink location per #62399
mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Applications
mv $RPM_BUILD_ROOT/usr/share/gnome/apps/Applications/evolution.desktop $RPM_BUILD_ROOT/etc/X11/applnk/Applications/evolution.desktop
%find_lang %name %find_lang %name
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -136,7 +154,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_datadir}/gnome/apps/Applications/evolution.desktop %{_sysconfdir}/X11/applnk/Applications/evolution.desktop
%{_datadir}/gnome/help/evolution %{_datadir}/gnome/help/evolution
%{_datadir}/gnome/ui/* %{_datadir}/gnome/ui/*
%{_datadir}/gnome/html/* %{_datadir}/gnome/html/*
@ -160,10 +178,17 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Sun Mar 24 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-0.1 * Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-3
- rev to new 1.0.3 tarball - minor tweaks to the redhatify patch
- make accepting appointments sent to mailing lists work
- use the RFC specified LDAP attribs for freebusy and calendarURI
in addressbook
- fix a crash in the startup wizard
* Wed Mar 20 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-0 * Sun Mar 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-2
- move desktop file to /etc/X11/applnk (#62399)
* Sun Mar 24 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-1
- update to evolution 1.0.3 - update to evolution 1.0.3
- change summary view to show a recent errata list by default - change summary view to show a recent errata list by default