Hello community,

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

Package is "yast2-nis-server"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-server/yast2-nis-server.changes        
2013-08-01 11:09:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nis-server.new/yast2-nis-server.changes   
2013-10-20 10:55:22.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep 19 11:52:08 UTC 2013 - [email protected]
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-nis-server.spec ++++++
--- /var/tmp/diff_new_pack.6gUUYM/_old  2013-10-20 10:55:30.000000000 +0200
+++ /var/tmp/diff_new_pack.6gUUYM/_new  2013-10-20 10:55:30.000000000 +0200
@@ -17,17 +17,17 @@
 
 
 Name:           yast2-nis-server
-Version:        3.0.0
+Version:        3.1.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-nis-server-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  doxygen
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires:  yast2-network
 BuildRequires:  yast2-nis-client
 BuildRequires:  yast2-testsuite
@@ -64,58 +64,38 @@
 This package contains documentation for yast2-nis-server
 
 %prep
-%setup -n yast2-nis-server-%{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_server
-/usr/share/YaST2/include/nis_server/*.rb
-%dir /usr/share/YaST2/modules
-/usr/share/YaST2/modules/NisServer.rb
-%dir /usr/share/YaST2/clients
-/usr/share/YaST2/clients/nis_server.rb
-/usr/share/YaST2/clients/nis_server_auto.rb
-/usr/share/YaST2/clients/nis-server.rb
-%dir %{_prefix}/share/applications/YaST2
-%{_prefix}/share/applications/YaST2/nis_server.desktop
-%dir /usr/share/YaST2/scrconf
-/usr/share/YaST2/scrconf/run_ypwhich_m.scr
-/usr/share/YaST2/scrconf/var_yp_securenets.scr
-/usr/share/YaST2/scrconf/var_yp_ypservers.scr
-/usr/share/YaST2/schema/autoyast/rnc/nis_server.rnc
-
-%dir %{_prefix}/share/doc/packages/yast2-nis-server
-%{_prefix}/share/doc/packages/yast2-nis-server/COPYING
-%readme %{_prefix}/share/doc/packages/yast2-nis-server/README
+%dir %{yast_yncludedir}/nis_server
+%{yast_yncludedir}/nis_server/*.rb
+%dir %{yast_moduledir}
+%{yast_moduledir}/NisServer.rb
+%dir %{yast_clientdir}
+%{yast_clientdir}/nis_server.rb
+%{yast_clientdir}/nis_server_auto.rb
+%{yast_clientdir}/nis-server.rb
+%dir %{yast_desktopdir}
+%{yast_desktopdir}/nis_server.desktop
+%dir %{yast_scrconfdir}
+%{yast_scrconfdir}/run_ypwhich_m.scr
+%{yast_scrconfdir}/var_yp_securenets.scr
+%{yast_scrconfdir}/var_yp_ypservers.scr
+%{yast_schemadir}/autoyast/rnc/nis_server.rnc
+
+%dir %{yast_docdir}
+%{yast_docdir}/COPYING
 
 %files devel-doc
 %defattr(-,root,root)
-%doc %{_prefix}/share/doc/packages/yast2-nis-server
-%exclude %{_prefix}/share/doc/packages/yast2-nis-server/COPYING
-%exclude %{_prefix}/share/doc/packages/yast2-nis-server/README
+%doc %{yast_docdir}
+%exclude %{yast_docdir}/COPYING
 
 %changelog

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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to