]> git.pld-linux.org Git - packages/bbmail.git/blobdiff - bbmail.spec
- tabs in preamble
[packages/bbmail.git] / bbmail.spec
index acd0b8b3f9423dad4082c458a6fae76434d6f082..e72188bb1a4c853f7121b87102d415be7265d702 100644 (file)
@@ -1,61 +1,59 @@
 Summary:       A mail notification program designed for blackbox
-Summary(pl):   Powiadamiacz o poczcie zaprojektowany dla blackboksa
+Summary(pl.UTF-8):     Powiadamiacz o poczcie zaprojektowany dla blackboksa
 Name:          bbmail
-Version:       0.8.2
-Release:       2
+Version:       0.8.3
+Release:       3
 License:       GPL
 Group:         X11/Applications
-Group(de):     X11/Applikationen
-Group(pl):     X11/Aplikacje
 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/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libstdc++-devel
 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 can also work
-with other.
-bbmail can use multiple mailboxes (in many types), it 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
+bbmail is a tool which notifies you about arriving mail. It works
+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) and is highly configurable.
+
+%description -l pl.UTF-8
+bbmail jest programem powiadamiającym o przychodzącej poczcie.
+Współpracuje z zarządcą 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) i jest wysoce 
 konfigurowalny.
 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-rm -f missing
-aclocal
-autoconf
-automake -a -c
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
-%{__make} CXX="%{__cc}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
-
-gzip -9nf AUTHORS BUGS README TODO ChangeLog
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS BUGS README TODO ChangeLog
 %attr(755,root,root) %{_bindir}/bb*
-%{_mandir}/*/*
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
+%dir %{_sysconfdir}/bbtools
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bbtools/%{name}.*
+%{_mandir}/man1/*
This page took 0.055941 seconds and 4 git commands to generate.