Hello community,

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

Package is "yast2-ca-management"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ca-management/yast2-ca-management.changes  
2013-08-01 11:07:42.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ca-management.new/yast2-ca-management.changes 
    2013-10-11 11:06:04.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 18 12:32:41 UTC 2013 - [email protected]
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-ca-management-3.0.0.tar.bz2

New:
----
  yast2-ca-management-3.1.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-ca-management.spec ++++++
--- /var/tmp/diff_new_pack.zs34Ny/_old  2013-10-11 11:06:05.000000000 +0200
+++ /var/tmp/diff_new_pack.zs34Ny/_new  2013-10-11 11:06:05.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 Name:           yast2-ca-management
-Version:        3.0.0
+Version:        3.1.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-ca-management-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  dosfstools
@@ -36,7 +36,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-core
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 Requires:       perl
 Requires:       perl-Config-IniFiles
 Requires:       perl-Date-Calc
@@ -57,52 +57,34 @@
 Managing CAs, Certificates and Requests in an understanding way.
 
 %prep
-%setup -n yast2-ca-management-%{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/ca-management
-%dir /usr/share/YaST2/modules/YaPI
-%dir /usr/share/YaST2/modules/YaST
-/usr/share/YaST2/include/ca-management/*
-/usr/share/YaST2/clients/ca-mgm.rb
-/usr/share/YaST2/clients/ca_mgm.rb
-/usr/share/YaST2/clients/ca_mgm_proposal.rb
-/usr/share/YaST2/clients/ca_select_proposal.rb
-/usr/share/YaST2/clients/common-cert.rb
-/usr/share/YaST2/clients/common_cert.rb
-/usr/share/YaST2/clients/ca_mgm_auto.rb
-/usr/share/YaST2/modules/CaMgm.rb
-/usr/share/YaST2/modules/YaPI/CaManagement.pm
-/usr/share/YaST2/modules/YaST/caUtils.pm
-%{_prefix}/share/applications/YaST2/ca_mgm.desktop
-%{_prefix}/share/applications/YaST2/common_cert.desktop
-/usr/share/YaST2/schema/autoyast/rnc/ca_mgm.rnc
-%doc %{_prefix}/share/doc/packages/yast2-ca-management
+%dir %{yast_yncludedir}/ca-management
+%dir %{yast_moduledir}/YaPI
+%dir %{yast_moduledir}/YaST
+%{yast_yncludedir}/ca-management/*
+%{yast_clientdir}/ca-mgm.rb
+%{yast_clientdir}/ca_mgm.rb
+%{yast_clientdir}/ca_mgm_proposal.rb
+%{yast_clientdir}/ca_select_proposal.rb
+%{yast_clientdir}/common-cert.rb
+%{yast_clientdir}/common_cert.rb
+%{yast_clientdir}/ca_mgm_auto.rb
+%{yast_moduledir}/CaMgm.rb
+%{yast_moduledir}/YaPI/CaManagement.pm
+%{yast_moduledir}/YaST/caUtils.pm
+%{yast_desktopdir}/ca_mgm.desktop
+%{yast_desktopdir}/common_cert.desktop
+%{yast_schemadir}/autoyast/rnc/ca_mgm.rnc
+%doc %{yast_docdir}
 /usr/bin/generateCRL.pl
 /usr/bin/exportCRL.pl
 %attr(600, root, root) %config(noreplace) /etc/generateCRL.conf

++++++ yast2-ca-management-3.0.0.tar.bz2 -> yast2-ca-management-3.1.0.tar.bz2 
++++++
++++ 16066 lines of diff (skipped)

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

Reply via email to