Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 95e823d1a4fbd2f1327c98cdea022772 > files > 2

freehdl-0.0.7-1mdv2010.0.src.rpm

%define _disable_ld_no_undefined 1

%define name 	freehdl
%define version 0.0.7
%define release 1

Summary: 	Free HDL simulator
Name: 		%{name}
Version: 	%{version}
Release: 	%mkrel %{release}
License: 	GPL
Group: 		Sciences/Other
URL: 		http://freehdl.seul.org/
Source0: 	%{name}-%{version}.tar.gz
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:	bison, flex, libtool

%description
A project to develop a free, open source, GPL'ed VHDL simulator for Linux.

%prep
%setup -q
autoreconf -i -f

%build
%configure --with-gnu-ld --with-pic
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING HACKING INSTALL NEWS README README.AIRE README.gen-nodes README.libraries README.v2cc README.vaul
%{_bindir}/*
%{_includedir}/%{name}
%{_libdir}/*
%{_datadir}/%{name}
%{_infodir}/fire.info.lzma
%{_mandir}/man?/*


%changelog
* Sun May 17 2009 trem <trem@mandriva.org> 0.0.7-1mdv2010.0
+ Revision: 376619
- update to 0.0.7

* Sun Aug 24 2008 trem <trem@mandriva.org> 0.0.6-1mdv2009.0
+ Revision: 275496
- disable underlinking check
- add bison, flex and libtool as Builrequires
- update to 0.0.6

* Mon Dec 31 2007 trem <trem@mandriva.org> 0.0.4-1mdv2008.1
+ Revision: 139712
- import freehdl


* Sun Dec 30 2007  <trem@mandriva.org> 0.0.4-1mdv2008.1
- Initial build.