rpms/cppunit/devel .cvsignore, 1.5, 1.6 cppunit.spec, 1.12, 1.13 sources, 1.5, 1.6

Patrice Dumas pertusus at fedoraproject.org
Sat Oct 4 23:37:39 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/cppunit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7790

Modified Files:
	.cvsignore cppunit.spec sources 
Log Message:
* Thu Sep 18 2008 Patrice Dumas <pertusus at free.fr> 1.12.1-1
- Update to 1.12.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cppunit/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	5 Jul 2006 16:56:11 -0000	1.5
+++ .cvsignore	4 Oct 2008 23:37:08 -0000	1.6
@@ -1 +1 @@
-cppunit-1.12.0.tar.gz
+cppunit-1.12.1.tar.gz


Index: cppunit.spec
===================================================================
RCS file: /cvs/extras/rpms/cppunit/devel/cppunit.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cppunit.spec	19 Feb 2008 18:03:49 -0000	1.12
+++ cppunit.spec	4 Oct 2008 23:37:08 -0000	1.13
@@ -1,6 +1,6 @@
 Name: cppunit
-Version: 1.12.0
-Release: 5%{?dist}
+Version: 1.12.1
+Release: 1%{?dist}
 
 Summary: C++ unit testing framework
 # no license in files
@@ -15,7 +15,8 @@
 
 %description
 CppUnit is the C++ port of the famous JUnit framework for unit testing.
-Test output is in XML for automatic testing and GUI based for supervised tests.
+Test output is in XML for automatic testing and GUI based for supervised 
+tests.
 
 %package devel
 Summary: Libraries and headers for cppunit development
@@ -40,13 +41,13 @@
 %patch0 -p1 -b .nolibdir
 for file in THANKS ChangeLog NEWS; do
    iconv -f latin1 -t utf8 < $file > ${file}.utf8
-   touch -r $file ${file}.utf8
+   touch -c -r $file ${file}.utf8
    mv ${file}.utf8 $file
 done
 
 %build
 export LDFLAGS=-ldl
-%configure --enable-doxygen --disable-static
+%configure --enable-doxygen --disable-static 
 make %{?_smp_mflags}
 
 %install
@@ -54,10 +55,10 @@
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 # remove double of doc
-rm -rf $RPM_BUILD_ROOT%{_datadir}/cppunit
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/cppunit
 
 # ensure that timestamp of cppunit-config is the same for all arches
-touch -r cppunit-config.in.nolibdir $RPM_BUILD_ROOT%{_bindir}/cppunit-config
+touch -c -r cppunit-config.in.nolibdir $RPM_BUILD_ROOT%{_bindir}/cppunit-config
 
 # clean up examples
 rm -rf __dist-examples __dist-examples-dir
@@ -94,9 +95,12 @@
 %files doc
 %defattr(-,root,root,-)
 %doc __dist-examples-dir/examples/
-%doc doc/html/
+%doc doc/html
 
 %changelog
+* Thu Sep 18 2008 Patrice Dumas <pertusus at free.fr> 1.12.1-1
+- Update to 1.12.1
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.12.0-5
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cppunit/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	5 Jul 2006 16:56:11 -0000	1.5
+++ sources	4 Oct 2008 23:37:08 -0000	1.6
@@ -1 +1 @@
-7493718733ded49a96cf763c5d3eea7f  cppunit-1.12.0.tar.gz
+bd30e9cf5523cdfc019b94f5e1d7fd19  cppunit-1.12.1.tar.gz




More information about the fedora-extras-commits mailing list