rpms/mboxgrep/devel mboxgrep.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu May 4 03:22:55 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/mboxgrep/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16225/devel

Modified Files:
	.cvsignore sources 
Added Files:
	mboxgrep.spec 
Log Message:
auto-import mboxgrep-0.7.9-2 on branch devel from mboxgrep-0.7.9-2.src.rpm


--- NEW FILE mboxgrep.spec ---
Summary: Displays e-mail messages matching a pattern
Name: mboxgrep
Version: 0.7.9
Release: 2%{?dist}
License: GPL
Group: Applications/Internet
Source0: http://download.sourceforge.net/mboxgrep/mboxgrep-0.7.9.tar.gz
URL: http://www.mboxgrep.org
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: zlib-devel, bzip2-devel, pcre-devel
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info

%description
mboxgrep is a small utility that scans a mailbox for messages matching a
basic, extended, or Perl-compatible regular expression. Selected
messages can be either displayed on standard output, counted, piped to a
command or written to another mailbox.
It supports mbox (both plain and compressed), MH, nnmh, nnml and maildir
folders.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :

%preun
if [ $1 = 0 ]; then
    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/mboxgrep
%{_mandir}/man1/mboxgrep.1*
%{_infodir}/mboxgrep.info*

%changelog
* Wed Mar 29 2006 Andreas Thienemann <andreas at bawue.net> 0.7.9-2
- Cleaned up for FE

* Wed May 26 2004 Andreas Thienemann <andreas at bawue.net> 0.7.9-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mboxgrep/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 May 2006 03:22:21 -0000	1.1
+++ .cvsignore	4 May 2006 03:22:55 -0000	1.2
@@ -0,0 +1 @@
+mboxgrep-0.7.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mboxgrep/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 May 2006 03:22:21 -0000	1.1
+++ sources	4 May 2006 03:22:55 -0000	1.2
@@ -0,0 +1 @@
+4b256de164b8f094db9ccf0e6386d246  mboxgrep-0.7.9.tar.gz




More information about the fedora-extras-commits mailing list