Evolution testing specfile (evolution 0.10)



Okay folks, to those of you who feel like testing things, here's a
specfile for evolution 0.10. It builds ok for me, the package seems ok,
but i can't verify that all parts actually get built on my system so I'm
not too certain.

on the other hand, I cant run it properly either, since when i attempt
to start it it claims it cannot start evilution-shell (oops, typo there,
but too good to correct >:-)

//Spider

%define name	evolution
%define version 0.10
%define release 1TEST

Summary: Evolution is an integrated mail, calendar and address book suite
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Group: Applications/Internet
URL: http://www.ximian.com/
Vendor: Ximian Gnome
Source: %{name}-%{version}.tar.bz2
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root

Requires: gtk+ >= 1.2.8 
Requires: gnome-libs >= 1.0.16
# actually needs CVS version...
Requires: xml-i18n-tools
Requires: gnome-print >= 0.25
Requires: gdk-pixbuf  >= 0.8.0
Requires: ORBit >= 0.5.6
Requires: oaf >= 0.6.2
Requires: GConf >= 0.6
Requires: gnome-vfs >= 0.4.2
Requires: libglade
Requires: bonobo >= 0.37
Requires: libunicode >= 0.4
Requires: gal >= 0.6
Requires: gtkhtml >= 0.8.2


%description
See http://www.ximian.com/apps/evolution.php3 for more information.
Note that Evolution is still beta. This means it may delete all of
your mail if you give it the chance.

If you are using Evolution, you should subscribe to the Evolution
mailing list. Send mail to "evolution-request ximian com" with
the word "subscribe" in the body of the message.

%package devel
Summary:        Libraries and include files for evolution.
Group:          Development/Libraries
Requires:       %name = %{PACKAGE_VERSION}

%description devel
A first attempt on separating headers and static/shared libraries from
the .so and the necessities

%prep

%setup

%build
%configure --disable-more-warnings --enable-compile-warnings=no
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc README ChangeLog AUTHORS COPYING NEWS
%doc COPYING-DOCS INSTALL 
%attr(755,root,root) %{_bindir}/*

%{_libdir}/*.so* 

%{_libdir}/evolution/camel-providers/%{version}/*.so*
%{_libdir}/evolution/camel-providers/%{version}/*.urls

%{_libdir}/evolution/evolution-mail-importers/%{version}/*.so*

%{_datadir}/evolution/*

%{_datadir}/gnome/help/evolution/C/*
%{_datadir}/gnome/apps/Applications/*
%{_datadir}/gnome/html/*
%{_datadir}/gnome/ui/*

%{_datadir}/images/evolution/*

%{_datadir}/mime-info/*

%{_datadir}/pixmaps/*


%files devel
%defattr(-,root,root)
%{_datadir}/idl/*
%{_datadir}/oaf/*
%{_includedir}/*.h
%{_includedir}/camel/*
%{_includedir}/ename/*
%{_includedir}/libicalvcal/*

%{_includedir}/evolution/cal-client/*
%{_includedir}/evolution/cal-util/*
%{_includedir}/evolution/ebook/*
%{_includedir}/evolution/importer/*

%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/evolution/camel-providers/%{version}/*.la
%{_libdir}/evolution/camel-providers/%{version}/*.a
%{_libdir}/evolution/evolution-mail-importers/%{version}/*.la
%{_libdir}/evolution/evolution-mail-importers/%{version}/*.a



%clean
rm -r $RPM_BUILD_ROOT

%changelog
* Sat May 20 2001 Spider <spider darkmere>
- created spec file.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]