include/install missing headers
This commit is contained in:
parent
36c5cdf91a
commit
0eb53e79f4
@ -1,6 +1,6 @@
|
||||
Name: speech-dispatcher
|
||||
Version: 0.8
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: To provide a high-level device independent layer for speech synthesis
|
||||
Group: System Environment/Libraries
|
||||
|
||||
@ -99,7 +99,7 @@ make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
for dir in \
|
||||
config/ doc/ src/audio/ src/api/ src/modules/ src/tests/ src/server/
|
||||
config/ doc/ include/ src/audio/ src/api/ src/modules/ src/tests/ src/server/
|
||||
do
|
||||
pushd $dir
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
@ -181,6 +181,9 @@ fi
|
||||
%{python3_sitearch}/speechd*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 10 2013 Rex Dieter <rdieter@fedoraproject.org> 0.8-4
|
||||
- include/install missing headers
|
||||
|
||||
* Wed Aug 7 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.8-3
|
||||
- Drop libao and python2 bindings
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user