ChangeLog is for devs
This commit is contained in:
parent
178f2e9af8
commit
ba4d8933b8
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ the popular doxygen documentation generation tool.
|
|||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
for file in THANKS ChangeLog NEWS; do
|
||||
for file in THANKS NEWS; do
|
||||
iconv -f latin1 -t utf8 < $file > ${file}.utf8
|
||||
touch -c -r $file ${file}.utf8
|
||||
mv ${file}.utf8 $file
|
||||
|
|
@ -73,7 +73,7 @@ mv __dist-examples __dist-examples-dir/examples
|
|||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS README THANKS ChangeLog TODO BUGS doc/FAQ
|
||||
%doc AUTHORS NEWS README THANKS TODO BUGS doc/FAQ
|
||||
%license COPYING
|
||||
%{_bindir}/DllPlugInTester
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue