rpms/evolution-webcal/devel evolution-webcal.spec,1.27,1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 8 10:13:01 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/evolution-webcal/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13638

Modified Files:
	evolution-webcal.spec 
Log Message:
- Rebuild for new libecal.



Index: evolution-webcal.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution-webcal/devel/evolution-webcal.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- evolution-webcal.spec	12 Jul 2006 05:47:11 -0000	1.27
+++ evolution-webcal.spec	8 Aug 2006 10:12:58 -0000	1.28
@@ -1,26 +1,35 @@
-%define libsoup_version 2.1.8
 %define eds_version 1.1.0
+%define libsoup_version 2.1.8
 
 %define gettext_package evolution-webcal
 
+### Abstract ###
+
 Name: evolution-webcal
-Summary: A handler for webcal URIs
 Version: 2.7.1
-Release: 4.1
+Release: 5
 License: GPL
 Group: Applications/Internet
-Source0: %{name}-%{version}.tar.bz2
+Summary: A handler for webcal URIs
+Source: %{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: libsoup >= %{libsoup_version}
+
+### Dependencies ###
+
 Requires: evolution-data-server >=  %{eds_version}
 Requires: libgnomeui
-BuildRequires: libsoup-devel >= %{libsoup_version}
+Requires: libsoup >= %{libsoup_version}
+
+### Build Dependencies ###
+
 BuildRequires: evolution-data-server-devel >= %{eds_version}
 BuildRequires: libgnomeui-devel perl(XML::Parser) gettext
 
 %description
-evolution-webcal is a small helper application that can be run when webcal URIs are clicked in web browsers.
-It adds the calendar to your evolution-data-server, which will make the calendar appear in Evolution and in the gnome-panel's calendar.
+evolution-webcal is a small helper application that can be run when
+webcal URIs are clicked in web browsers.  It adds the calendar to your
+evolution-data-server, which will make the calendar appear in Evolution
+and in the gnome-panel's calendar.
 
 %prep
 %setup -q
@@ -31,11 +40,9 @@
 
 %install
 rm -rf %{buildroot}
-
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make DESTDIR=$RPM_BUILD_ROOT install
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
-
 %find_lang %{gettext_package}
 grep -q '/usr/share/locale' %{gettext_package}.lang || exit 1
 
@@ -56,6 +63,9 @@
 
 
 %changelog
+* Tue Aug  8 2006 Matthew Barnes <mbarnes at redhat.com> - 2.7.1-5
+- Rebuild for new libecal.
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 2.7.1-4.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list