rpms/rlog/devel rlog-1.3.7.tgz.asc, NONE, 1.1 rlog.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Wed Dec 14 22:22:18 UTC 2005


Author: peter

Update of /cvs/extras/rpms/rlog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20375/devel

Modified Files:
	.cvsignore sources 
Added Files:
	rlog-1.3.7.tgz.asc rlog.spec 
Log Message:
auto-import rlog-1.3.7-1 on branch devel from rlog-1.3.7-1.src.rpm


--- NEW FILE rlog-1.3.7.tgz.asc ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBDRBfiWp20Ay6vTYARApsUAJ9xRj/7QGqOGN7ETfq70BRMWGrX/wCeKOEE
2JPWA1g2WavJZYtvLP+XZT0=
=ryRv
-----END PGP SIGNATURE-----


--- NEW FILE rlog.spec ---
Name: 		rlog
Summary: 	Runtime Logging for C++
Version: 	1.3.7
Release: 	1%{?dist}
License: 	LGPL
Group: 		Development/Libraries
Url: 		http://arg0.net/wiki/rlog
Source0: 	http://arg0.net/users/vgough/download/%{name}-%{version}.tgz
Source1:	http://arg0.net/users/vgough/download/%{name}-%{version}.tgz.asc
%ifarch i386
BuildRequires:	valgrind
%endif
Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
RLog provides a flexible message logging facility for C++ programs and
libraries.  It is meant to be fast enough to leave in production code.

%package devel
Summary:	Runtime Logging for C++ - development files
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	pkgconfig
BuildRequires:	doxygen tetex-latex

%description devel
Files needed for developing apps using rlog

%prep
%setup -q
%{__rm} -rf docs/html
%{__rm} -rf docs/latex

%build
%configure \
	--disable-static \
%ifarch i386
	--enable-valgrind
%else
	--disable-valgrind
%endif
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install
%{__rm} -f %{buildroot}/%{_libdir}/*.la
%{__rm} -rf %{buildroot}/%{_docdir}/rlog

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_libdir}/librlog.so.*
%doc README AUTHORS COPYING 

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/librlog.so
%doc docs/html docs/latex/refman.pdf

%changelog
* Sun Nov 13 2005 Peter Lemenkov <lemenkov at newmail.ru> 1.3.7-1
- Initial build for FC-Extras
- Release v1.3.7

* Mon Nov 8 2004 Valient Gough <vgough at pobox.com>
- Release v1.3.5
- Add initial attempt at Win32 support (due to help from Vadim Zeitlin)
- Fixes to build on Suse 9.2 (replaced old KDE based autoconf scripts)
- Add "info" channel, and rInfo() macro.
* Mon May 31 2004 Valient Gough <vgough at pobox.com>
- Release v1.3.4
- Portibility changes to allow rlog to build with older C++ compilers and on
  non-x86 computers.
- Add extra ERROR_FMT() macro which allows format string to be passed on Error
  construction.
- Add valgrind support to allow valgrind trace from any assert when running
  under valgrind.
- Update admin dir.
* Sat Mar 13 2004 Valient Gough <vgough at pobox.com>
- Release v1.3.1
- added pkg-config file librlog.pc
- changed license to LGPL
- added rAssertSilent macro
- fixes for special case checks of printf attribute
* Sat Feb 8 2004 Valient Gough <vgough at pobox.com>
- Release v1.3


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rlog/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Dec 2005 22:20:51 -0000	1.1
+++ .cvsignore	14 Dec 2005 22:22:16 -0000	1.2
@@ -0,0 +1 @@
+rlog-1.3.7.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rlog/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Dec 2005 22:20:51 -0000	1.1
+++ sources	14 Dec 2005 22:22:16 -0000	1.2
@@ -0,0 +1 @@
+a3bc4e4d9d2b838fdc32e6de64270b68  rlog-1.3.7.tgz




More information about the fedora-extras-commits mailing list