SHA256
8
0
forked from pool/cppunit

- Fix the desktop file placement and help location within it.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2013-11-13 09:55:02 +00:00
committed by Git OBS Bridge
parent 28307b838e
commit fa79f69073
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ Name=CppUnit API
Comment=CppUnit development kit
Comment[de]=CppUnit Entwicklungspaket
Comment[hu]=CppUnit fejlesztői készlet
DocPath=/usr/share/doc/packages/cppunit-devel/index.html
DocPath=/usr/share/doc/packages/cppunit-devel-doc/index.html
X-DOC-SearchMethod=htdig

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 13 09:54:32 UTC 2013 - tchvatal@suse.com
- Fix the desktop file placement and help location within it.
-------------------------------------------------------------------
Tue Nov 12 09:51:22 UTC 2013 - tchvatal@suse.com

View File

@@ -107,7 +107,6 @@ make check %{?_smp_mflags} V=1
%{_bindir}/cppunit-config
%{_libdir}/libcppunit*.so
%{_libdir}/pkgconfig/cppunit.pc
%{_datadir}/susehelp
%{_includedir}/*
%{_mandir}/*/*
%{_datadir}/aclocal/cppunit.m4
@@ -115,5 +114,6 @@ make check %{?_smp_mflags} V=1
%files devel-doc
%defattr(-,root,root)
%doc doc/html/*
%{_datadir}/susehelp
%changelog