We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3b19c commit ddae278Copy full SHA for ddae278
make-srpm.sh
@@ -167,6 +167,8 @@ make version.cc
167
%ctest3
168
169
%files
170
+%doc README
171
+%license COPYING
172
%{_bindir}/csdiff
173
%{_bindir}/csgrep
174
%{_bindir}/cshtml
@@ -180,18 +182,17 @@ make version.cc
180
182
%{_mandir}/man1/cslinker.1*
181
183
%{_mandir}/man1/cssort.1*
184
%{_mandir}/man1/cstrans-df-run.1*
-%doc COPYING README
185
186
%if %{with python2}
187
%files -n python2-%{name}
188
189
%{python2_sitearch}/pycsdiff.so
-%doc COPYING
190
%endif
191
192
%if %{with python3}
193
%files -n python3-%{name}
194
195
%{python3_sitearch}/pycsdiff.so
196
197
EOF
198
0 commit comments