rpms/espresso-ab/F-11 espresso-ab.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Shakthi Kannan shakthimaan at fedoraproject.org
Thu Aug 13 15:14:14 UTC 2009


Author: shakthimaan

Update of /cvs/pkgs/rpms/espresso-ab/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19914/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	espresso-ab.spec import.log 
Log Message:
First espresso-ab package commit.



--- NEW FILE espresso-ab.spec ---
Name:           espresso-ab
Version:        1.0
Release:        1%{?dist}
Summary:        A boolean minimization tool

Group:          Applications/Engineering
License:        BSD
URL:            http://code.google.com/p/eqntott
Source0:        http://eqntott.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Espresso takes as input a two-level representation of a two-valued 
(or multiple-valued) Boolean function, and produces a minimal equivalent 
representation. It is a boolean logic minimization tool.

%prep
%setup -q 

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README COPYING
%{_bindir}/espresso

%changelog
* Tue Aug 11 2009 Shakthi Kannan <shakthimaan [AT] gmail DOT com> - 1.0-1
- First .spec release for espress-ab-1.0

--- NEW FILE import.log ---
espresso-ab-1_0-1_fc11:F-11:espresso-ab-1.0-1.fc11.src.rpm:1250176789


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/espresso-ab/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 Aug 2009 23:59:55 -0000	1.1
+++ .cvsignore	13 Aug 2009 15:14:14 -0000	1.2
@@ -0,0 +1 @@
+espresso-ab-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/espresso-ab/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 Aug 2009 23:59:55 -0000	1.1
+++ sources	13 Aug 2009 15:14:14 -0000	1.2
@@ -0,0 +1 @@
+1c60ac344779dc8753f8e0785eafd8ac  espresso-ab-1.0.tar.gz




More information about the fedora-extras-commits mailing list