0.8.1rc1, enable hardened build
This commit is contained in:
parent
48e1ac9dc1
commit
f09cbe4cb3
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
d88691a64c676122f996230c107c392f speech-dispatcher-0.8.tar.gz
|
||||
1aa025b26670ee5df84be98be202aede speech-dispatcher-0.8.1~rc1.tar.gz
|
||||
2777d1ec18854230dce51fb75490c26e sound-icons-0.1.tar.gz
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: speech-dispatcher
|
||||
Version: 0.8
|
||||
Release: 11%{?dist}
|
||||
Version: 0.8.1
|
||||
Release: 0.1rc1%{?dist}
|
||||
Summary: To provide a high-level device independent layer for speech synthesis
|
||||
Group: System Environment/Libraries
|
||||
|
||||
@ -9,7 +11,8 @@ Group: System Environment/Libraries
|
||||
# which makes %%_bindir/spdsend GPLv2.
|
||||
License: GPLv2+ and GPLv2
|
||||
URL: http://devel.freebsoft.org/speechd
|
||||
Source0: http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz
|
||||
#Source0: http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz
|
||||
Source0: http://www.themuso.com/files/%{name}-%{version}~rc1.tar.gz
|
||||
Source1: http://www.freebsoft.org/pub/projects/sound-icons/sound-icons-0.1.tar.gz
|
||||
Source2: speech-dispatcherd.service
|
||||
Patch0: 0001-RPM-Cleanups.patch
|
||||
@ -89,7 +92,7 @@ Requires: speech-dispatcher = %{version}-%{release}
|
||||
Python 3 module for speech-dispatcher
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}~rc1
|
||||
%patch1 -p1 -b .crash
|
||||
#%patch0 -p1
|
||||
#autoreconf -vif
|
||||
@ -207,6 +210,10 @@ fi
|
||||
%{python3_sitearch}/speechd*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.1-0.1rc1
|
||||
- 0.8.1 rc1
|
||||
- Enable hardened build
|
||||
|
||||
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 0.8-11
|
||||
- Rebuild for rpm bug 1131960
|
||||
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
[Unit]
|
||||
Description=Speech-Dispatcher an high-level device independent layer for speech synthesis.
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
||||
Loading…
Reference in New Issue
Block a user