summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Vcelak <jvcelak@redhat.com>2011-10-11 19:42:17 +0200
committerJan Vcelak <jvcelak@redhat.com>2011-10-11 19:42:17 +0200
commitd477133143e00af25fba6dcede2e56f0f7668a38 (patch)
tree8d3aacc993854237fc0ba1415fb1fbfa7f128c9a
parent036f949b899bb5d933e38760bf36995ca47df847 (diff)
downloadgroff-d477133143e00af25fba6dcede2e56f0f7668a38.tar.gz
groff-d477133143e00af25fba6dcede2e56f0f7668a38.tar.xz
groff-d477133143e00af25fba6dcede2e56f0f7668a38.zip
fix build warnings: File listed twice
-rw-r--r--groff.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/groff.spec b/groff.spec
index 9912087..8cced4d 100644
--- a/groff.spec
+++ b/groff.spec
@@ -3,7 +3,7 @@
Summary: A document formatting system
Name: groff
Version: 1.21
-Release: 5%{?dist}
+Release: 6%{?dist}
License: GPLv3+ and GFDL and BSD and MIT
Group: Applications/Publishing
URL: http://groff.ffii.org
@@ -273,7 +273,7 @@ fi
%doc %{_docdir}/%{name}-%{version}/NEWS
%doc %{_docdir}/%{name}-%{version}/PROBLEMS
# configuration
-%{_sysconfdir}/groff/
+%dir %{_sysconfdir}/groff/
%config(noreplace) %{_sysconfdir}/groff/*
# data
%dir %{_datadir}/%{name}/
@@ -431,6 +431,9 @@ fi
%doc %{_docdir}/%{name}-%{version}/pdf/
%changelog
+* Tue Oct 11 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-6
+- fix build warnings: File listed twice
+
* Tue Sep 20 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-5
- fix #739318: fix upgrade from previous versions (workaround for RPM bug)