From: kloczek Date: Wed, 9 Feb 2000 13:29:05 +0000 (+0000) Subject: - updated Source url, X-Git-Tag: balsa-0_6_0-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=bd01d0a6b7b66dce65404a62b3d8f8f21c35be3b;hp=28f9a5f43e35eab070ee24b9831795a2c8e58006;p=packages%2Fbalsa.git - updated Source url, - replaced locale patch by "gettextize --copy --force" in %build, - simplifications in %files, - removed COPYING and INSTALL from %doc, - added Buildrequires rules, - removed idl files (this is development stuff). Changed files: balsa.spec -> 1.3 --- diff --git a/balsa.spec b/balsa.spec index 6e69c55..66fd5db 100644 --- a/balsa.spec +++ b/balsa.spec @@ -4,11 +4,13 @@ Version: 0.6.0 Release: 1 License: GPL Group: X11/GNOME -Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}-%{version}.tar.gz +Source0: ftp://ftp.balsa.net/pub/balsa/%{name}-%{version}.tar.gz Source1: %{name}.desktop -Patch: %{name}-locale.patch -BuildRoot: /tmp/%{name}-%{version}-root +BuildRequires: gettext-devel +BuildRequires: gnome-libs-devel +BuildRequires: libPropList-devel URL: http://www.balsa.net/ +BuildRoot: /tmp/%{name}-%{version}-root %define _prefix /usr/X11R6 %define _sysconfdir /etc/X11/GNOME @@ -17,16 +19,17 @@ URL: http://www.balsa.net/ %description e-Mail program for the GNOME desktop, supporting local mailboxes, POP3 and -IMAP. GNOME is the GNU Network Object Model Environment. That's a fancy -name but really GNOME is a nice GUI desktop environment. It makes using -your computer easy, powerful, and easy to configure. +IMAP. GNOME is the GNU Network Object Model Environment. That's a fancy name +but really GNOME is a nice GUI desktop environment. It makes using your +computer easy, powerful, and easy to configure. %prep %setup -q -%patch -p1 + %build LDFLAGS="-s"; export LDFLAGS autoconf +gettextize --copy --force %configure \ --enable-system-install \ --enable-all \ @@ -37,13 +40,13 @@ make %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail +install -d $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT -install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail +install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail -gzip -9nf AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +gzip -9nf AUTHORS ChangeLog NEWS README TODO %find_lang %{name} @@ -52,15 +55,11 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) -%doc {AUTHORS,COPYING,ChangeLog,INSTALL,NEWS,README,TODO}.gz +%doc *.gz %attr(755,root,root) %{_bindir}/* -%dir %{_datadir}/sounds/balsa -%dir %{_datadir}/pixmaps/balsa -%dir %{_datadir}/gnome/help/balsa %{_sysconfdir}/CORBA/servers/* %{_sysconfdir}/sound/events/* -%{_datadir}/sounds/balsa/* -%{_datadir}/pixmaps/balsa/* -%{_datadir}/idl/* -%{_datadir}/gnome/help/balsa/* +%{_datadir}/sounds/balsa +%{_datadir}/pixmaps/balsa +%{_datadir}/gnome/help/balsa %{_applnkdir}/Networking/Mail/*