rpms/rudecgi/F-7 rudecgi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matt Flood (homeless) fedora-extras-commits at redhat.com
Fri Jan 11 23:21:09 UTC 2008


Author: homeless

Update of /cvs/pkgs/rpms/rudecgi/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3627/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	rudecgi.spec 
Log Message:
first import to F-7


--- NEW FILE rudecgi.spec ---
Name:           rudecgi
Version:        5.1.0
Release:        1%{?dist}
Summary:        Library (C++ API) for reading CGI form data

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

#BuildRequires:  
#Requires:       

%description
%{name} is a library that allows CGI applications to access form data.

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

%description    devel
%{name} is a library that allows CGI applications to access form data
submitted to a webserver using GET and POST methods.  It also extracts
path info and cookie data from the environment and supports file uploads.
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/cgi.h
%{_libdir}/*.so
%{_mandir}/man3/*

%changelog

* Fri Jan 11 2008 Matt Flood <matt at rudeserver.com>
- 5.1.0-1
- added missing include directives to allow compile with g++ 4.3.0 as 
  per patch  kindly provided by Michael Schwendt
- addressed rpm lint issues: mixed spaces and tabs in sourcecode
- Corrected license from GPL to GPLv2+ in spec file, 

* Wed May 23 2007 Matt Flood <matt at rudeserver.com>
- 5.0.0-1
- Interface Changes
  renamed main object from "CGIParser" to "CGI"
- Build Scripts
  Updated build scripts to create rpms properly

* Thu Jan 11 2007 Matt Flood <matt at rudeserver.com>
- 4.1.1-1
- Bug Fixes
  Since apache presents multiple cookies as a semi-colon delimited list,
  the comma was removed from the cookie tokenizing function in CookieParser.cpp:

  char *key=strtok(buffer, "; \t\f\r\n,");

  Increased const correctness throughout library

  Improved the File Parsing Algorithm in NewMultipartParser 
  where chomping newlines is concerned
- Created MAN page

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rudecgi/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jan 2008 21:48:42 -0000	1.1
+++ .cvsignore	11 Jan 2008 23:20:32 -0000	1.2
@@ -0,0 +1 @@
+rudecgi-5.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rudecgi/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jan 2008 21:48:42 -0000	1.1
+++ sources	11 Jan 2008 23:20:32 -0000	1.2
@@ -0,0 +1 @@
+d113ac154cacada9c0e7bbcf65beb196  rudecgi-5.1.0.tar.bz2




More information about the fedora-extras-commits mailing list