X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=bbmail.spec;h=d1ca7fc7af713ebd992799e14084c51efd321626;hb=refs%2Ftags%2FAC-STABLE;hp=125351568d50f6a251073f9d390b76bccd5161a5;hpb=b4312052446069382cb1634347230215835f9332;p=packages%2Fbbmail.git diff --git a/bbmail.spec b/bbmail.spec index 1253515..d1ca7fc 100644 --- a/bbmail.spec +++ b/bbmail.spec @@ -1,58 +1,58 @@ Summary: A mail notification program designed for blackbox Summary(pl): 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 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 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. +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 -f +%{__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}/*/* +%dir %{_sysconfdir}/bbtools %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.* +%{_mandir}/man1/*