Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d7956d6dc8d4ff9e0154cfaaa75868f5 > files > 2

freehdl-0.0.7-3.fc15.src.rpm

Summary: GPLed free VHDL
Name: freehdl
Version: 0.0.7
Release: 3%{?dist}
License: GPLv2+ and LGPLv2+
Group: Applications/Engineering
Source0: http://ovh.dl.sourceforge.net/sourceforge/qucs/%{name}-%{version}.tar.gz
URL: http://www.freehdl.seul.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: texinfo pkgconfig libtool
Requires(post): /sbin/install-info /sbin/ldconfig
Requires(preun): /sbin/install-info
Requires: gcc-c++ libtool pkgconfig
%description
A project to develop a free, open source, GPL'ed VHDL simulator for Linux.

%prep
%setup -q

%build
%configure \
  --disable-dependancy-tracking \
  --disable-static
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
%makeinstall
rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir

%post
/sbin/ldconfig
/sbin/install-info %{_infodir}/fire.info.gz %{_infodir}/dir || :

%postun -p /sbin/ldconfig

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

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README*
%{_infodir}/fire*
%{_bindir}/*
%{_datadir}/freehdl
%{_libdir}/freehdl/
%{_libdir}/libfreehdl*
%{_libdir}/pkgconfig/freehdl.pc
%{_includedir}/freehdl/
%{_mandir}/man1/*
%{_mandir}/man5/*

%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Thu May 07 2009 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.7-1
- Update to 0.0.7

* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.0.6-2
- fix license tag

* Sat Apr 19 2008 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.6-1
- Update to 0.0.6

* Fri Feb 08 2008 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.4-5
- Add patch to build with new gcc-4.3

* Sat May 05 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.4-4
- Rebuild

* Thu Apr 19 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.4-3
- Add texinfo to BuildRequires

* Sat Apr 07 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.4-2
- Remove dir file in install

* Sat Apr 07 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.4-1
- Update to 0.0.4
- Patch for no info dir entry in `/usr/share/info/fire.info.gz

* Fri Sep 01 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.3-1
- Update to 0.0.3

* Mon May 29 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.2-1
- Update to 0.0.2

* Mon Feb 13 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.1-3
- Add Requires : gcc-c++

* Mon Feb 13 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.1-2
- Add a patch for x86_64

* Mon Jan 23 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> 0.0.1-1
- First build