diff options
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/scons.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpm/scons.spec.in b/rpm/scons.spec.in index 92330d5..50bae78 100644 --- a/rpm/scons.spec.in +++ b/rpm/scons.spec.in @@ -1,5 +1,5 @@ %define name scons -%define version 0.96.92 +%define version 0.96.93 %define release 1 Summary: an Open Source software construction tool @@ -50,3 +50,4 @@ rm -rf $RPM_BUILD_ROOT __RPM_FILES__ %doc %{_mandir}/man1/scons.1* %doc %{_mandir}/man1/sconsign.1* +%doc %{_mandir}/man1/scons-time.1* |