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