diff --git a/yast2-ntp-client-3.0.0.tar.bz2 b/yast2-ntp-client-3.0.0.tar.bz2 deleted file mode 100644 index c84c0ee..0000000 --- a/yast2-ntp-client-3.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89c9a8eb325f572c52ae87cfda8810313432992a755ab16bbf836605b281997b -size 131318 diff --git a/yast2-ntp-client-3.0.1.tar.bz2 b/yast2-ntp-client-3.0.1.tar.bz2 new file mode 100644 index 0000000..c15b9d8 --- /dev/null +++ b/yast2-ntp-client-3.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9ec25de38219c9bf19f2c947e3a113e283280381d13f43d4c56a718716a09f +size 130836 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index a7a8d76..e168416 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 15 07:36:40 UTC 2013 - lslezak@suse.cz + +- move the development documentation to devel-doc subpackage +- 3.0.1 + +------------------------------------------------------------------- +Fri Aug 2 07:04:14 UTC 2013 - lslezak@suse.cz + +- convert data file from YCP to YAML format (ntp_servers.ycp -> + ntp_servers.yml) + ------------------------------------------------------------------- Wed Jul 31 08:22:59 UTC 2013 - yast-devel@opensuse.org diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index a66a937..a3e4957 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.0.0 +Version: 3.0.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,6 +46,15 @@ Group: System/YaST %description This package contains the YaST2 component for NTP client configuration. +%package devel-doc +Requires: yast2-ntp-client = %version +Summary: YaST2 - NTP Client - Development Documentation +Group: System/YaST + +%description devel-doc +This package contains development documentation for using the API +provided by yast2-ntp-client package. + %prep %setup -n yast2-ntp-client-%{version} @@ -83,8 +92,17 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/scrconf/etc_ntp.scr /usr/share/YaST2/modules/*.rb %{_prefix}/share/applications/YaST2/ntp-client.desktop -/usr/share/YaST2/data/ntp_servers.ycp -%doc %{_prefix}/share/doc/packages/yast2-ntp-client +/usr/share/YaST2/data/ntp_servers.yml /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc +%dir %{_prefix}/share/doc/packages/yast2-ntp-client +%doc %{_prefix}/share/doc/packages/yast2-ntp-client/README +%doc %{_prefix}/share/doc/packages/yast2-ntp-client/COPYING +%doc %{_prefix}/share/doc/packages/yast2-ntp-client/TODO +%doc %{_prefix}/share/doc/packages/yast2-ntp-client/spec.txt + +%files devel-doc +%doc %{_prefix}/share/doc/packages/yast2-ntp-client/autodocs +%doc %{_prefix}/share/doc/packages/yast2-ntp-client/ntp.conf_agent.txt + %changelog