Hello community,

here is the log from the commit of package zile for openSUSE:Factory checked in 
at 2016-05-05 08:12:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zile (Old)
 and      /work/SRC/openSUSE:Factory/.zile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zile/zile.changes        2016-05-02 
10:44:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.zile.new/zile.changes   2016-05-05 
08:12:45.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Apr 17 21:21:44 UTC 2016 - [email protected]
+
+- remove --enable-xterm-support as not understood configure option
+- fix documentaion path, mark documentation files as %doc
+- add libacl as BuildRequires where available
+- remove extra LDFLAGS as it doesn't affect build at all
+- reduce BuildRequires - remove obvious ones and unsued texinfo
+- make update-desktop-files openSUSE specific
+- make zile-doc noarch
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zile.spec ++++++
--- /var/tmp/diff_new_pack.8hUYwc/_old  2016-05-05 08:12:46.000000000 +0200
+++ /var/tmp/diff_new_pack.8hUYwc/_new  2016-05-05 08:12:46.000000000 +0200
@@ -27,20 +27,18 @@
 Source:         http://ftp.gnu.org/gnu/zile/zile-%{version}.tar.gz
 Source1:        zile.desktop
 Source2:        zile.png
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
 BuildRequires:  help2man
-BuildRequires:  libtool
-BuildRequires:  make
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
 BuildRequires:  pkg-config
 BuildRequires:  termcap
-BuildRequires:  texinfo
+%if 0%{?suse_version}
 BuildRequires:  update-desktop-files
+%endif
 BuildRequires:  pkgconfig(bdw-gc)
+%if 0%{?suse_version} >= 1330
+BuildRequires:  pkgconfig(libacl)
+%endif
 Requires:       termcap
 Provides:       %{name}-base = %{version}
 Provides:       %{name}-desktop = %{version}
@@ -57,6 +55,7 @@
 %package doc
 Summary:        Lightweight Emacs Clone (Documentation)
 Group:          Productivity/Editors/Emacs
+BuildArch:      noarch
 
 %description doc
 Zile is another Emacs-clone.  Zile is a customizable, self-documenting
@@ -69,23 +68,16 @@
 %setup -q
 
 %build
-LDFLAGS="-L%{_libdir}/termcap" \
 %configure \
-    --enable-xterm-support \
-    --disable-debug
-
-make %{?_smp_mflags} V=1
+    --disable-debug \
+    --disable-silent-rules \
+    --docdir=%{_docdir}/%{name}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-rm -rf "%{buildroot}%{_datadir}/doc/zile"
-
-install -d "%{buildroot}%{_docdir}/%{name}"
-for f in AUTHORS ChangeLog COPYING NEWS README THANKS FAQ src/dotzile.sample; 
do
-    install -m0644 "$f" "%{buildroot}%{_docdir}/%{name}/"
-done
-
+install -m0644 -t "%{buildroot}%{_docdir}/%{name}/" ChangeLog COPYING README 
THANKS
 install -Dp -m 0644 "%{SOURCE1}" 
"%{buildroot}%{_datadir}/applications/%{name}.desktop"
 install -Dp -m 0644 "%{SOURCE2}" "%{buildroot}%{_datadir}/pixmaps/%{name}.png"
 %if 0%{?suse_version}
@@ -107,6 +99,6 @@
 
 %files doc
 %defattr(-,root,root)
-%{_docdir}/%{name}
+%doc %{_docdir}/%{name}
 
 %changelog



Reply via email to