rpms/rudeconfig/devel rudeconfig.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matt Flood (homeless) fedora-extras-commits at redhat.com
Tue Feb 20 16:07:01 UTC 2007


Author: homeless

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

Modified Files:
	.cvsignore sources 
Added Files:
	rudeconfig.spec 
Log Message:
auto-import rudeconfig-5.0.5-1 on branch devel from rudeconfig-5.0.5-1.src.rpm


--- NEW FILE rudeconfig.spec ---
Name:           rudeconfig
Version:        5.0.5
Release:        1%{?dist}
Summary:        Library (C++ API) for reading and writing configuration/.ini files

Group:          System Environment/Libraries
License:        GPL
URL:            http://www.rudeserver.com/config
Source0:        http://www.rudeserver.com/config/download/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:  
#Requires:       

%description
%{name} is a library that allows applications to read, modify 
and create configuration/.ini files.

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

%description    devel
%{name} is a library that allows applications to read, modify 
and create configuration/.ini files. The %{name}-devel package 
contains libraries, header files, and documentation needed 
to develop C++ applications using %{name}. 

%prep
%setup -q

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

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

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

%files devel
%defattr(-,root,root,-)
%doc 
%dir %{_includedir}/rude
%{_includedir}/rude/config.h
%{_libdir}/*.so
%{_mandir}/man3/*

%changelog

* Thu Feb 01 2007 Matt Flood <matt at rudeserver.com>
- 5.0.5-1
- Renamed header include guards in config.h
	- From INCLUDED_CONFIG_H to INCLUDED_RUDE_CONFIG_H

* Thu Feb 01 2007 Matt Flood <matt at rudeserver.com>
- 5.0.4-3
- Minor amendments to build-related scripts
	- Added missing include directory to specfile

* Thu Feb 01 2007 Matt Flood <matt at rudeserver.com>
- 5.0.4-2
- Minor amendments to build-related scripts
	- Fixed minor typo in changelog (ChangeLog and rudeconfig.spec)
	- Added --disable-static to configure directive in rudeconfig.spec

* Fri Jan 19 2007 Matt Flood <matt at rudeserver.com>
- 5.0.4-1
- Created rudeconfig.3 MAN page

* Mon Jul 31 2006 Matt Flood <matt at rudeserver.com>
- 5.0.3-1
- Minor changes to facilitate Windows builds 
    * changed #include's of  <cstring> to <string.h>
    * added .c_str() to a string object to correct shorthand if statement ( a ? x : y )

* Thu Apr 10 2006 Matt Flood <matt at rudeserver.com>
- 5.0.2-1
- First RPM Release

* Fri Sep 2 2005 Matt Flood <matt at rudeserver.com>
- 5.0.2-0
- Modified source code for DataLine.cpp - removed 'using namespace std' which Visual Studio is too dumb to ignore.
- Fixed ParserJuly2004::chompEOL() - was not returning a value - (TODO: consider making the function void)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rudeconfig/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Feb 2007 18:37:24 -0000	1.1
+++ .cvsignore	20 Feb 2007 16:06:29 -0000	1.2
@@ -0,0 +1 @@
+rudeconfig-5.0.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rudeconfig/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Feb 2007 18:37:24 -0000	1.1
+++ sources	20 Feb 2007 16:06:29 -0000	1.2
@@ -0,0 +1 @@
+aa82e306a89d61abd96a7add7604ffca  rudeconfig-5.0.5.tar.bz2




More information about the scm-commits mailing list