rpms/ripmime/devel import.log, NONE, 1.1 ripmime.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Itamar Reis Peixoto itamarjp at fedoraproject.org
Sat Aug 1 20:19:13 UTC 2009


Author: itamarjp

Update of /cvs/pkgs/rpms/ripmime/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4008/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ripmime.spec 
Log Message:
initial rpm version



--- NEW FILE import.log ---
ripmime-1_4_0_9-2_fc10:HEAD:ripmime-1.4.0.9-2.fc10.src.rpm:1249157794


--- NEW FILE ripmime.spec ---
Name:           ripmime
Version:        1.4.0.9
Release:        2%{?dist}
Summary:        Extract attachments out of a MIME encoded email packages

Group:          Applications/Internet
License:        BSD
URL:            http://www.pldaniels.com/ripmime/
Source0:        http://www.pldaniels.com/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
ripMIME extract attachments out of a MIME encoded email packages.

%prep
%setup -q

%build
make CFLAGS="%{optflags}" %{?_smp_mflags} 

%install
rm -rf $RPM_BUILD_ROOT

install -Dp -m 0755 $RPM_BUILD_DIR/%{name}-%{version}/%{name} %{buildroot}%{_bindir}/%{name}
install -Dp -m 0644 $RPM_BUILD_DIR/%{name}-%{version}/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_mandir}/man1/*
%doc CHANGELOG CONTRIBUTORS INSTALL LICENSE TODO README

%changelog

* Fri Jan 23 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 1.4.0.9-2
- Include CFLAGS in build process

* Fri Dec 26 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 1.4.0.9-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ripmime/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Aug 2009 20:04:46 -0000	1.1
+++ .cvsignore	1 Aug 2009 20:19:13 -0000	1.2
@@ -0,0 +1 @@
+ripmime-1.4.0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ripmime/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Aug 2009 20:04:46 -0000	1.1
+++ sources	1 Aug 2009 20:19:13 -0000	1.2
@@ -0,0 +1 @@
+25761b8a533bc935f75902724fb73244  ripmime-1.4.0.9.tar.gz




More information about the fedora-extras-commits mailing list