Copy the copyright from the Debian package.
This commit is contained in:
parent
ff9881a58a
commit
b4b77e5fdd
|
@ -24,7 +24,7 @@ Name: coriolis2
|
|||
Summary: Coriolis 2 VLSI CAD Sytem
|
||||
Version: %{coriolisVersion}.%{svntag}
|
||||
Release: 1%{dist}
|
||||
License: BSD/LGPL/GPL
|
||||
License: BSD/LGPL/GPL/FLUTE
|
||||
Group: Applications/Engineering
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
URL: http://www-asim.lip6.fr/
|
||||
|
@ -80,6 +80,9 @@ Development files for the Coriolis 2 package.
|
|||
# Install & build documentation, in -j1.
|
||||
make DESTDIR=%{buildroot} BUILD_DESTDIR=%{_builddir}/%{buildsubdir}/install.dir -j1 install
|
||||
|
||||
# Copy the license from the Debian package directory.
|
||||
cp bootstrap/debian/copyright %{buildroot}%{_datadir}/doc/coriolis2/COPYRIGHT
|
||||
|
||||
#%__rm -rf %{buildroot}%{coriolisTop}/share/doc/coriolis2
|
||||
|
||||
# Removing undistributed binaries.
|
||||
|
|
Loading…
Reference in New Issue