- Use install -p to work around multilib conflicts for .h files
This commit is contained in:
parent
b7a7c006c3
commit
e3eb6bffa8
@ -44,8 +44,8 @@ make %{?_smp_mflags} doc
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
make DESTDIR=%{buildroot} install
|
||||
make DESTDIR=%{buildroot} install-doc
|
||||
make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
|
||||
make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install-doc
|
||||
|
||||
# don't package building script in doc
|
||||
rm doc/doxyparse.pl
|
||||
@ -83,6 +83,9 @@ rm -rf %{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Oct 19 2007 Paul Wouters <paul@xelerance.com> - 1.2.1-2
|
||||
- Use install -p to work around multilib conflicts for .h files
|
||||
|
||||
* Wed Oct 10 2007 Paul Wouters <paul@xelerance.com> - 1.2.1-1
|
||||
- Updated to 1.2.1
|
||||
- Removed patches that got moved into upstream
|
||||
|
||||
Loading…
Reference in New Issue
Block a user