rpms/unittest/F-12 import.log, NONE, 1.1 unittest.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ionuț Arțăriși mapleoin at fedoraproject.org
Sat Nov 7 13:29:09 UTC 2009


Author: mapleoin

Update of /cvs/pkgs/rpms/unittest/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9679/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log unittest.spec 
Log Message:
* Sat Nov  7 2009 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 0.50-62.6
- initial CVS upload



--- NEW FILE import.log ---
unittest-0_50-62_6_fc12:F-12:unittest-0.50-62.6.fc12.src.rpm:1257600102


--- NEW FILE unittest.spec ---
%global debug_package %{nil}
%global revision 62

Name:           unittest
Version:        0.50
Release:        %{revision}.6%{?dist}
Summary:        C++ Unit Test Framework

Group:          Development/Libraries
License:        BSD
URL:            http://unittest.red-bean.com/
Source0:        http://unittest.red-bean.com/tar/%{name}-%{version}-%{revision}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Provides:       %{name}-static = %{version}-%{release}


%description
Unittest is a C++ unit test framework. Its design goals are to be simple, to
be idiomatic C++, and to follow the basic xUnit style to the extent that doing
so is compatible with the earlier goals. Its main differences from other xUnit
frameworks are that it uses constructors and destructors for setup/teardown
and that it requires you to represent tests as classes, instead of methods.


%prep
%setup -q -n %{name}-%{version}-%{revision}

# package wants to install directly into /
%{__sed} -i 's|@libdir@|%{buildroot}%{_libdir}|g' Makefile.in

%build
%configure
make %{?_smp_mflags} libdir=%{buildroot}%{_libdir}


%install
rm -rf %{buildroot}

make install prefix=%{buildroot} \
             HTMLDIR=%{buildroot}%{_docdir}/%{name}-%{version} \
             INCDIR=%{buildroot}%{_includedir}/%{name} \

%clean
rm -rf %{buildroot}

%check
./test/unittesttest

%files
%defattr(-,root,root,-)
%doc COPYING docs/*
%{_libdir}/libunittest.a
%{_includedir}/%{name}


%changelog
* Thu Nov  5 2009 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 0.50-62.6
- don't create an umbrella package, make only one main package instead

* Wed Nov  4 2009 Ionuț Arțăriși <mapleoin at fedoraproject.org> - 0.50-62.5
- use %%global instead of %%define
- comment escape doc macro
- added subpackage requires
- declare that there is no debug package
- add %%check

* Sat Oct 31 2009 Ionuț Arțăriși <mapleoin at fedoraproject.org> - 0.50-62.4
- use %%doc macro

* Fri Oct  2 2009 Ionuț Arțăriși <mapleoin at fedoraproject.org> - 0.50-62.3
- removed INSTALL file
- moved all doc files to the same dir

* Thu Oct  1 2009 Ionuț Arțăriși <mapleoin at fedoraproject.org> - 0.50-62.2
- don't include tests
- move html docs to the right dir
- add Provides: -static
- fixed Group:
- fixed /usr/lib problem for 64-bit systems in Makefile

* Wed Sep 30 2009 Ionuț Arțăriși <mapleoin at fedoraproject.org> - 0.50-62-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unittest/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Nov 2009 20:44:24 -0000	1.1
+++ .cvsignore	7 Nov 2009 13:29:07 -0000	1.2
@@ -0,0 +1 @@
+unittest-0.50-62.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unittest/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Nov 2009 20:44:24 -0000	1.1
+++ sources	7 Nov 2009 13:29:07 -0000	1.2
@@ -0,0 +1 @@
+6eaa2823620c2e21fc745bd8da6a26b2  unittest-0.50-62.tar.gz




More information about the fedora-extras-commits mailing list