]> git.pld-linux.org Git - packages/bbmail.git/blobdiff - bbmail.spec
- rel 2
[packages/bbmail.git] / bbmail.spec
index 01f14a8fcf33a3ee5c698e57ca70528c58dc9988..bc5ecb038acfe5a978e647f95e61a38032a5e728 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       A mail notification program designed for blackbox
 Summary(pl):   Powiadamiacz o poczcie zaprojektowany dla blackboksa
 Name:          bbmail
-Version:       0.8.2
-Release:       3
+Version:       0.8.3
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
+# Source0-md5: fc5dd75c3350402a3740a9982f206118
 Patch0:                %{name}-sysconfdir.patch
 Patch1:                %{name}-fmod.patch
 URL:           http://bbtools.windsofstorm.net/
@@ -14,20 +15,17 @@ BuildRequires:      autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
-
 %description
 bbmail is a tool which notifies you about arriving mail. It works
-great with blackbox window manager, becouse it use it's theme, but it
+great with blackbox window manager, because it use it's theme, but it
 can also work with other. bbmail can use multiple mailboxes (in many
-types), it is highly configurable.
+types) and is highly configurable.
 
 %description -l pl
 bbmail jest programem powiadamiaj±cym o przychodz±cej poczcie.
 Wspólpracuje z zarz±dca okien blackbox, u¿ywaj±c jego ustawieñ
 wygl±du, aczkolwiek mo¿e te¿ dzia³aæ z innym. Obs³uguje wiele skrzynek
-pocztowych (w ró¿nych formatach), jest wysoce konfigurowalny.
+pocztowych (w ró¿nych formatach) i jest wysoce konfigurowalny.
 
 %prep
 %setup -q
@@ -36,16 +34,18 @@ pocztowych (w r
 
 %build
 rm -f missing
+cp -f /usr/share/automake/config.sub .
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
-%{__make} CXX="%{__cc}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.077949 seconds and 4 git commands to generate.