]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- updated Source url, balsa-0_6_0-1
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Feb 2000 13:29:05 +0000 (13:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

balsa.spec

index 6e69c55a90422d63d9b6498805544fca98a24dd7..66fd5dbfd7874edfe5f1e327b6734f2533635436 100644 (file)
@@ -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/*
This page took 0.053792 seconds and 4 git commands to generate.