Dr. Werner Fink 2015-03-03 11:14:31 +00:00 committed by Git OBS Bridge
parent ed50e62dca
commit c5fca8cf15
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 3 11:14:04 UTC 2015 - werner@suse.de
- Avoid automake-1.9 as there is no automake-1.9 anymore
-------------------------------------------------------------------
Mon Mar 2 12:06:41 UTC 2015 - werner@suse.de

View File

@ -27,6 +27,7 @@ BuildRequires: psutils
BuildRequires: texlive-latex
%if %suse_version > 1220
BuildRequires: gperf
BuildRequires: groff
BuildRequires: makeinfo
BuildRequires: texi2html
BuildRequires: texinfo
@ -107,6 +108,7 @@ touch -r configure.in .ref
cp -f %SOURCE1 po/ko.po
find -type f | grep -vE '(parseppd|parsessh).y' | xargs \
sed -ri 's/59 Temple Place(,| -) Suite 330/51 Franklin Street, Fifth Floor/;s/02111-1307/02110-1301/'
find -name Makefile.in | xargs touch
%build
#XXX: ugly hack; necessary??