Changes of Revision 2
[-] | Added | libcppunit-1_12-0.changes |
x 1
2 +------------------------------------------------------------------- 3 +Sun Jul 15 08:15:03 CEST 2007 - aj@suse.de 4 + 5 +- Use libcppunit-devel to follow lib package name scheme 6 + 7 +------------------------------------------------------------------- 8 +Wed Jul 4 16:03:35 CEST 2007 - adrian@suse.de 9 + 10 +- update to version 0.12.0 11 + - minor bugfixes 12 + - now generated with doxygen 1.4.7 new 'tabs' style. 13 +- rename package to follow lib package name scheme 14 + 15 +------------------------------------------------------------------- 16 +Sun Apr 22 16:18:49 CEST 2007 - dmueller@suse.de 17 + 18 +- don't install devel files as executable 19 + 20 +------------------------------------------------------------------- 21 +Wed Jan 25 21:35:11 CET 2006 - mls@suse.de 22 + 23 +- converted neededforbuild to BuildRequires 24 + 25 +------------------------------------------------------------------- 26 +Fri Aug 12 22:27:17 CEST 2005 - dmueller@suse.de 27 + 28 +- actually apply the quoting patch 29 + 30 +------------------------------------------------------------------- 31 +Tue Dec 7 18:53:06 CET 2004 - pth@suse.de 32 + 33 +- Fix quoting in AC_DEFUN 34 + 35 +------------------------------------------------------------------- 36 +Tue Nov 16 17:26:22 CET 2004 - adrian@suse.de 37 + 38 +- do not package debug dir 39 +- translate suse help desktop file 40 + 41 +------------------------------------------------------------------- 42 +Thu Aug 12 12:24:36 CEST 2004 - ro@suse.de 43 + 44 +- added libpng to neededforbuild (for doxygen) 45 + 46 +------------------------------------------------------------------- 47 +Mon Jul 26 09:35:31 CEST 2004 - adrian@suse.de 48 + 49 +- remove unneeded /usr/bin/simple to solve conflicts 50 + 51 +------------------------------------------------------------------- 52 +Mon Jun 21 10:31:59 CEST 2004 - adrian@suse.de 53 + 54 +- update to version 1.10.2 55 +- add susehelp desktop file 56 + 57 +------------------------------------------------------------------- 58 +Sat Mar 20 21:19:34 CET 2004 - adrian@suse.de 59 + 60 +- remove executable permissions of header files (#36337) 61 + 62 +------------------------------------------------------------------- 63 +Tue Jul 29 15:52:02 CEST 2003 - adrian@suse.de 64 + 65 +- initial package of version 1.8.0 66 + 67 |
||
[-] | Added | libcppunit-1_12-0.spec ^ |
155 1
2 +# 3 +# spec file for package libcppunit-1_12-0 (Version 1.12.0) 4 +# 5 +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. 6 +# This file and all modifications and additions to the pristine 7 +# package are under the same license as the package itself. 8 +# 9 +# Please submit bugfixes or comments via http://bugs.opensuse.org/ 10 +# 11 + 12 +# norootforbuild 13 + 14 +Name: libcppunit-1_12-0 15 +Provides: cppunit = 1.10.2 16 +Obsoletes: cppunit <= 1.10.2 17 +BuildRequires: doxygen gcc-c++ pkgconfig update-desktop-files 18 +URL: http://sourceforge.net/projects/cppunit/ 19 +License: LGPL v2 or later 20 +Group: Development/Libraries/C and C++ 21 +Summary: C++ Port of the JUnit Testing Framework 22 +BuildRoot: %{_tmppath}/%{name}-%{version}-build 23 +Version: 1.12.0 24 +Release: 2 25 +Source: cppunit-%{version}.tar.bz2 26 +Source1: cppunit-devel.desktop 27 +Patch: cppunit.diff 28 +Patch1: cppunit-%{version}-quotefix.diff 29 +Autoreqprov: on 30 + 31 +%description 32 +CppUnit is the C++ port of the famous JUnit framework for unit testing. 33 +Test output is in XML for automatic testing and GUI based for 34 +supervised t ests. 35 + 36 + 37 + 38 +Authors: 39 +-------- 40 + Michael Feathers <mfeathers@objectmentor.com> 41 + Jerome Lacoste <lacostej@altern.org> 42 + E. Sommerlade <eric@sommerla.de> 43 + J.E. Hoffmann <je-h@gmx.net> 44 + Baptiste Lepilleur <gaiacrtn@free.fr> <blep@sourceforge.net> 45 + Bastiaan Bakker <bastiaan.bakker@lifeline.nl> 46 + Steve Robbins <smr99@sourceforge.net> 47 + 48 +%package -n libcppunit-devel 49 +Summary: Include Files and Libraries mandatory for Development 50 +Group: Development/Libraries/C and C++ 51 +Provides: cppunit-devel = 1.10.2 52 +Obsoletes: cppunit-devel <= 1.10.2 53 + 54 +%description -n libcppunit-devel 55 +This package contains all necessary include files and libraries needed 56 +to develop applications that require these. 57 + 58 + 59 + 60 +Authors: 61 +-------- 62 + Michael Feathers <mfeathers@objectmentor.com> 63 + Jerome Lacoste <lacostej@altern.org> 64 + E. Sommerlade <eric@sommerla.de> 65 + J.E. Hoffmann <je-h@gmx.net> 66 + Baptiste Lepilleur <gaiacrtn@free.fr> <blep@sourceforge.net> 67 + Bastiaan Bakker <bastiaan.bakker@lifeline.nl> 68 + Steve Robbins <smr99@sourceforge.net> 69 + 70 +%prep 71 +%setup -q -n cppunit-%version 72 +%patch 73 +%patch1 74 +libtoolize --force 75 +aclocal -I config 76 +autoheader 77 +automake -a 78 +autoconf 79 + 80 +%build 81 +export CXXFLAGS="$RPM_OPT_FLAGS" 82 +./configure \ 83 + --prefix=/usr/ \ 84 + --libdir=%_libdir \ 85 + --mandir=%_mandir \ 86 + --enable-doxygen 87 + 88 +%install 89 +make DESTDIR=$RPM_BUILD_ROOT install 90 +# this got also installed to %_defaultdocdir 91 +rm -rf $RPM_BUILD_ROOT/usr/share/cppunit/html/ 92 +find $RPM_BUILD_ROOT/usr/include -type f | xargs chmod a-x 93 +# install susehelp file 94 +mkdir -p $RPM_BUILD_ROOT/usr/share/susehelp/meta/Development/Libraries/ 95 +install %SOURCE1 $RPM_BUILD_ROOT/usr/share/susehelp/meta/Development/Libraries/ 96 +%suse_update_desktop_file $RPM_BUILD_ROOT/usr/share/susehelp/meta/Development/Libraries/cppunit-devel.desktop 97 + 98 +%clean 99 +rm -rf $RPM_BUILD_ROOT 100 + 101 +%post -p /sbin/ldconfig 102 + 103 +%postun -p /sbin/ldconfig 104 + 105 +%files 106 +%defattr(-,root,root) 107 +%doc AUTHORS COPYING 108 +%_libdir/libcppunit*.so.* 109 +/usr/share/cppunit 110 + 111 +%files -n libcppunit-devel 112 +%defattr(-,root,root,755) 113 +%doc NEWS README THANKS ChangeLog 114 +/usr/bin/DllPlugInTester 115 +/usr/bin/cppunit-config 116 +%_libdir/libcppunit*.so 117 +%_libdir/libcppunit*a 118 +%_libdir/pkgconfig/cppunit.pc 119 +/usr/share/susehelp 120 +/usr/include/* 121 +%_mandir/*/* 122 +/usr/share/aclocal/cppunit.m4 123 +%doc doc/html/* 124 + 125 +%changelog 126 +* Sun Jul 15 2007 - aj@suse.de 127 +- Use libcppunit-devel to follow lib package name scheme 128 +* Wed Jul 04 2007 - adrian@suse.de 129 +- update to version 0.12.0 130 + - minor bugfixes 131 + - now generated with doxygen 1.4.7 new 'tabs' style. 132 +- rename package to follow lib package name scheme 133 +* Sun Apr 22 2007 - dmueller@suse.de 134 +- don't install devel files as executable 135 +* Wed Jan 25 2006 - mls@suse.de 136 +- converted neededforbuild to BuildRequires 137 +* Fri Aug 12 2005 - dmueller@suse.de 138 +- actually apply the quoting patch 139 +* Tue Dec 07 2004 - pth@suse.de 140 +- Fix quoting in AC_DEFUN 141 +* Tue Nov 16 2004 - adrian@suse.de 142 +- do not package debug dir 143 +- translate suse help desktop file 144 +* Thu Aug 12 2004 - ro@suse.de 145 +- added libpng to neededforbuild (for doxygen) 146 +* Mon Jul 26 2004 - adrian@suse.de 147 +- remove unneeded /usr/bin/simple to solve conflicts 148 +* Mon Jun 21 2004 - adrian@suse.de 149 +- update to version 1.10.2 150 +- add susehelp desktop file 151 +* Sat Mar 20 2004 - adrian@suse.de 152 +- remove executable permissions of header files (#36337) 153 +* Tue Jul 29 2003 - adrian@suse.de 154 +- initial package of version 1.8.0 155 |
||
[+] | Added | cppunit-1.12.0-quotefix.diff ^ |
@@ -0,0 +1,8 @@ +--- config/bb_enable_doxygen.m4 ++++ config/bb_enable_doxygen.m4 2007/07/04 14:00:46 +@@ -1,4 +1,4 @@ +-AC_DEFUN(BB_ENABLE_DOXYGEN, ++AC_DEFUN([BB_ENABLE_DOXYGEN], + [ + AC_ARG_ENABLE(doxygen, [ --enable-doxygen enable documentation generation with doxygen (auto)]) + AC_ARG_ENABLE(dot, [ --enable-dot use 'dot' to generate graphs in doxygen (auto)]) | ||
[+] | Added | cppunit.diff ^ |
@@ -0,0 +1,32 @@ +--- doc/Makefile.am ++++ doc/Makefile.am 2007/07/04 13:59:13 +@@ -13,7 +13,6 @@ + # However, the manpages do not appear to be tremendously useful, so + # let's not bother. + +-if DOC + + htmldir = $(pkgdatadir)/html + html_DATA = $(static_pages) html/index.html +@@ -28,21 +27,6 @@ + + dox: html/index.html + +-else +- +-# We repeat the three targets in both the "if" and "else" clauses +-# of the conditional, because the generated makefile will contain +-# references to the targets (target "install" depends on target +-# "install-datahook", for example), and some make programs get upset +-# if no target exists. +- +-install-data-hook: +-uninstall-local: +-dox: +- +-endif +- +- + all-local: dox + + | ||
Added | cppunit-1.12.0.tar.bz2 ^ | |
[+] | Added | cppunit-devel.desktop ^ |
@@ -0,0 +1,8 @@ +[Desktop Entry] +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 +X-DOC-SearchMethod=htdig + | ||
Added | ready ^ |