removed %{buildroot}%{_datadir}/info/dir

This commit is contained in:
Chitlesh GOORAH 2008-06-15 12:22:31 +00:00
parent 94a11aa93f
commit f59fab19cc

View File

@ -1,6 +1,6 @@
Name: ngspice
Version: 17
Release: 15%{?dist}
Release: 16%{?dist}
Summary: A mixed level/signal circuit simulator
License: BSD
@ -90,7 +90,7 @@ chmod 644 src/frontend/*.{c,h}
chmod 644 src/include/*.h
%{__make} INSTALL="install -p" install DESTDIR=%{buildroot}
%{__rm} -f doc/Makefile*
%{__rm} -rf doc/Makefile* %{buildroot}%{_datadir}/info/dir
chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm}
@ -129,6 +129,9 @@ chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2pol
%doc Stuarts_Poly_Notes FAQ DEVICES ANALYSES
%Changelog
* Sun Jun 15 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 17-16
- Bugfix: #449409: FTBFS ngspice-17-14.fc9
* Fri Apr 18 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 17-15
- rebuild