rpms/eqntott/EL-5 eqntott.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
Tue Sep 1 04:02:30 UTC 2009


Author: shakthimaan

Update of /cvs/pkgs/rpms/eqntott/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5672/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	eqntott.spec import.log 
Log Message:
First package.



--- NEW FILE eqntott.spec ---
Name:           eqntott
Version:        9.0
Release:        2%{?dist}
Summary:        Generates truth tables from Boolean equations

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
Converts Boolean logic expressions into a truth table that is useful for 
preparing input to espresso package for logic minimization, converting logic
expressions into simpler forms, and for creating truth tables.

%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 ChangeLog README
%{_bindir}/eqntott
%{_mandir}/man1/eqntott.1.gz

%changelog
* Mon Aug 17 2009 Shakthi Kannan <shakthimaan [AT] gmail DOT com> - 9.0-2
- Keeping only Changelog and README in the doc section

* Tue Aug 11 2009 Shakthi Kannan <shakthimaan [AT] gmail DOT com> - 9.0-1
- First .spec release for eqntott


--- NEW FILE import.log ---
eqntott-9_0-2_fc11:EL-5:eqntott-9.0-2.fc11.src.rpm:1251778119


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eqntott/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Aug 2009 20:21:37 -0000	1.1
+++ .cvsignore	1 Sep 2009 04:02:30 -0000	1.2
@@ -0,0 +1 @@
+eqntott-9.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eqntott/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Aug 2009 20:21:37 -0000	1.1
+++ sources	1 Sep 2009 04:02:30 -0000	1.2
@@ -0,0 +1 @@
+a029f83d885d2ed3af0c569a8f0bab12  eqntott-9.0.tar.gz




More information about the fedora-extras-commits mailing list