]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- Added new package named ntp-doc-html.
authordobrek <dobrek@pld-linux.org>
Mon, 11 Sep 2000 09:25:01 +0000 (09:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- The name is preaty selfexplanatory.

Changed files:
    ntp.spec -> 1.6

ntp.spec

index 62b3fa77d42840faa2acd5411f57894ece0c0bc6..cb4fb0ff7c06a5848737004f37047d96de44a49d 100644 (file)
--- a/ntp.spec
+++ b/ntp.spec
@@ -17,7 +17,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _sysconfdir     /etc/ntp
 %define                _bindir         %{_sbindir}
 
-%description
+%description 
 The Network Time Protocol (NTP) is used to synchronize a computer's
 time with another reference time source. The ntp package contains
 utilities and daemons which will synchronize your computer's time to
@@ -31,6 +31,16 @@ Pakiet zawiera narz
 synchronizowania czasu Twojego komputera: ntpdate, program podobny do
 rdatei xntpd, demon aktualizuj±cy czas w sposób ci±g³y.
 
+%package doc-html
+Summary:        HTML documentation for ntp
+Group:          Daemons
+
+%description doc-html
+HTML documentation for ntp.
+
+%description doc-html
+Dokumentacja do ntp w HTML.
+
 %prep 
 %setup -q
 
@@ -57,8 +67,9 @@ install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/ntp
 
 gzip -9nf NEWS TODO conf/*.conf
 
+
 %clean
-rm -rf $RPM_BUILD_ROOT
+#rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/chkconfig --add ntp
@@ -86,3 +97,6 @@ fi
 %attr(755,root,root) %{_sbindir}/*
 %attr(754,root,root) /etc/rc.d/init.d/ntp
 %attr(640,root,root) %config %verify(not size md5 mtime) /etc/sysconfig/*
+
+%files doc-html
+%doc html/*
This page took 0.095706 seconds and 4 git commands to generate.