Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2013-10-11 11:08:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-nis-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nis-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes        
2013-08-01 11:09:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new/yast2-nis-client.changes   
2013-10-11 11:08:01.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep 19 11:41:28 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-nis-client-3.0.0.tar.bz2

New:
----
  yast2-nis-client-3.1.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-nis-client.spec ++++++
--- /var/tmp/diff_new_pack.VrKrKm/_old  2013-10-11 11:08:02.000000000 +0200
+++ /var/tmp/diff_new_pack.VrKrKm/_new  2013-10-11 11:08:02.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 Name:           yast2-nis-client
-Version:        3.0.0
+Version:        3.1.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-nis-client-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 # SuSEfirewall2_* services merged into one service yast2-2.23.17
 BuildRequires:  doxygen
@@ -31,7 +31,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 2.23.17
 BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires:  yast2-pam
 BuildRequires:  yast2-testsuite
 # Wizard::SetDesktopTitleAndIcon
@@ -68,56 +68,38 @@
 provided by yast2-nis-client package.
 
 %prep
-%setup -n yast2-nis-client-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
-    d=${f##*/}
-    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%yast_install
 
 %files
 %defattr(-,root,root)
-%dir /usr/share/YaST2/include/nis
-/usr/share/YaST2/include/nis/ui.rb
-/usr/share/YaST2/clients/nis.rb
-/usr/share/YaST2/clients/nis-client.rb
-/usr/share/YaST2/clients/nis_auto.rb
-/usr/share/YaST2/modules/Nis.*
-%{_prefix}/share/applications/YaST2/nis.desktop
-/usr/lib/YaST2/servers_non_y2/ag_yp_conf
-%{_libdir}/YaST2/plugin/libpy2ag_ypserv.so.*
-%{_libdir}/YaST2/plugin/libpy2ag_ypserv.so
-%{_libdir}/YaST2/plugin/libpy2ag_ypserv.la
-/usr/share/YaST2/scrconf/cfg_ypbind.scr
-/usr/share/YaST2/scrconf/yp_conf.scr
-/usr/share/YaST2/scrconf/ypserv.scr
-/usr/share/YaST2/schema/autoyast/rnc/nis.rnc
-%dir %{_prefix}/share/doc/packages/yast2-nis-client
-%doc %{_prefix}/share/doc/packages/yast2-nis-client/README
-%doc %{_prefix}/share/doc/packages/yast2-nis-client/COPYING
+%dir %{yast_yncludedir}/nis
+%{yast_yncludedir}/nis/ui.rb
+%{yast_clientdir}/nis.rb
+%{yast_clientdir}/nis-client.rb
+%{yast_clientdir}/nis_auto.rb
+%{yast_moduledir}/Nis.*
+%{yast_desktopdir}/nis.desktop
+%{yast_agentdir}/ag_yp_conf
+%{yast_plugindir}/libpy2ag_ypserv.so.*
+%{yast_plugindir}/libpy2ag_ypserv.so
+%{yast_plugindir}/libpy2ag_ypserv.la
+%{yast_scrconfdir}/cfg_ypbind.scr
+%{yast_scrconfdir}/yp_conf.scr
+%{yast_scrconfdir}/ypserv.scr
+%{yast_schemadir}/autoyast/rnc/nis.rnc
+%dir %{yast_docdir}
+%doc %{yast_docdir}/README
+%doc %{yast_docdir}/COPYING
 
 %files devel-doc
-%doc %{_prefix}/share/doc/packages/yast2-nis-client/autodocs
-%doc %{_prefix}/share/doc/packages/yast2-nis-client/*.html
-%doc %{_prefix}/share/doc/packages/yast2-nis-client/*.txt
+%doc %{yast_docdir}/autodocs
+%doc %{yast_docdir}/*.html
+%doc %{yast_docdir}/*.txt
 
 %changelog

++++++ yast2-nis-client-3.0.0.tar.bz2 -> yast2-nis-client-3.1.0.tar.bz2 ++++++
++++ 51577 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to