rpms/cpptest/devel cpptest-1.1.0-libcpptest_pc_in.patch, NONE, 1.1 cpptest.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Mon Apr 13 15:50:45 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/cpptest/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3198/devel

Modified Files:
	.cvsignore sources 
Added Files:
	cpptest-1.1.0-libcpptest_pc_in.patch cpptest.spec import.log 
Log Message:
Initial import.


cpptest-1.1.0-libcpptest_pc_in.patch:

--- NEW FILE cpptest-1.1.0-libcpptest_pc_in.patch ---
--- cpptest-1.1.0.org/libcpptest.pc.in	2009-03-17 04:13:58.000000000 +0530
+++ cpptest-1.1.0/libcpptest.pc.in	2009-03-17 04:15:05.000000000 +0530
@@ -1,7 +1,7 @@
 prefix=@prefix@
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
 
 Name: libcpptest
 Description: C++ test suite


--- NEW FILE cpptest.spec ---
Name:           cpptest
Version:        1.1.0
Release:        3%{?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

%description
CppTest is a portable and powerful, yet simple, unit testing framework
for handling automated tests in C++. The focus lies on usability and
extendability.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}, pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q
%patch0 -p1 -b .libcpptest_pc_in

%build
%configure --disable-static --enable-doc
make %{?_smp_mflags}


%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.*

%files devel
%defattr(-,root,root,-)
%doc doc/html
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Mon Apr 13 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.1.0-3
- Remove check section.

* Tue Mar 17 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.1.0-2
- Commented testsuite. Patched .pc file, fixed spacing and tab mix
- Removed image folder in %%doc

* Fri Mar 06 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.1.0-1
- Initial package


--- NEW FILE import.log ---
cpptest-1_1_0-3_fc10:HEAD:cpptest-1.1.0-3.fc10.src.rpm:1239637512


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cpptest/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Apr 2009 15:40:36 -0000	1.1
+++ .cvsignore	13 Apr 2009 15:50:14 -0000	1.2
@@ -0,0 +1 @@
+cpptest-1.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cpptest/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Apr 2009 15:40:39 -0000	1.1
+++ sources	13 Apr 2009 15:50:15 -0000	1.2
@@ -0,0 +1 @@
+818401e4698c2cfe8395e0ed61fbd097  cpptest-1.1.0.tar.gz




More information about the scm-commits mailing list