[cpptest] Update to 1.1.2

Dan Mashal vicodan at fedoraproject.org
Thu Aug 15 04:31:25 UTC 2013


commit 174ef3ec67abe600d39adb060891d20c3861f6e9
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Wed Aug 14 21:31:09 2013 -0700

    Update to 1.1.2

 .gitignore   |    1 +
 cpptest.spec |   26 ++++++++------------------
 sources      |    2 +-
 3 files changed, 10 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1272df..c94322a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cpptest-1.1.1.tar.gz
+/cpptest-1.1.2.tar.gz
diff --git a/cpptest.spec b/cpptest.spec
index 5ddf0c4..90512e0 100644
--- a/cpptest.spec
+++ b/cpptest.spec
@@ -1,19 +1,15 @@
 Name:           cpptest
-Version:        1.1.1
-Release:        8%{?dist}
+Version:        1.1.2
+Release:        1%{?dist}
 Summary:        A portable and powerful and simple unit testing framework for C++
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://%{name}.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:         cpptest-1.1.0-libcpptest_pc_in.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  doxygen
 
-#Fix RHBZ 925192
-Patch1: cpptest-aarch64.patch
-
 %description
 CppTest is a portable and powerful, yet simple, unit testing framework
 for handling automated tests in C++. The focus lies on usability and
@@ -31,37 +27,27 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .libcpptest_pc_in
-%patch1 -p1
+#%patch0 -p1
 %build
 %configure --disable-static --enable-doc
 make %{?_smp_mflags} V=1
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
-# Not useful. Aready present in html and images folder
-rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/html/screenshot*png
-rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/html/index.html
-rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/html/html-example.html
-
-
 %clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-
 %files
 %defattr(-,root,root,-)
 %doc NEWS COPYING AUTHORS ChangeLog
 %{_libdir}/*.so.*
+%{_datadir}/doc/cpptest
 
 %files devel
 %defattr(-,root,root,-)
@@ -72,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 14 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.1.2-1
+- Update to 1.1.2
+- Clean up spec file
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 91ce8c0..4a2d90f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b50379402d69d40417add19ef88f9938  cpptest-1.1.1.tar.gz
+79b9bff371d182f11a3235969f84ccb6  cpptest-1.1.2.tar.gz


More information about the scm-commits mailing list