Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=822329

--- Comment #32 from Vasiliy Glazov <vasc...@gmail.com> ---
OK. I change make install-strip to make install. And create debuginfo
subpackage. Fixed.

Some wildcards in %files section removed.

dos2unix removed. Instead it used sed.

./autogen - is upstream authors script
$ cat rpmbuild/BUILD/ZenLib/Project/GNU/Library/autogen 

#libtoolize 
if test "$(uname)" = "Darwin" ; then
  #Darwin based Systems like Mac OS X: libtoolize is called glibtoolize.
  glibtoolize --automake
else
  libtoolize --automake
fi

#aclocal
if test -e /usr/bin/aclocal-1.11 ; then
  #OpenSolaris: no aclocal
  aclocal-1.11
elif test -e /usr/bin/aclocal-1.10 ; then
  aclocal-1.10
else
  aclocal
fi

#automake
if test -e /usr/bin/automake-1.11 ; then
  #OpenSolaris: no automake
  automake-1.11 -a
elif test -e /usr/bin/automake-1.10 ; then
  automake-1.10 -a
else
  automake -a
fi

autoconf

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=4Lzbs3dCPx&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to