Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 911480 Details for
Bug 1103554
Review Request: cppcms - a Free High Performance Web Development Framework
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
cppcms.spec (20140623.2)
cppcms.spec (text/x-rpm-spec), 2.98 KB, created by
Raphael Groner
on 2014-06-23 14:44:06 UTC
(
hide
)
Description:
cppcms.spec (20140623.2)
Filename:
MIME Type:
Creator:
Raphael Groner
Created:
2014-06-23 14:44:06 UTC
Size:
2.98 KB
patch
obsolete
>Name: cppcms >Version: 1.0.4 >Release: 1%{?dist} >Summary: CppCMS is a Free High Performance Web Development Framework >License: LGPLv3+ >URL: http://cppcms.com/ >Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2 >Patch0: cppcms-doxygen.patch >Patch1: cppcms-boost.patch > >## http://cppcms.com/wikipp/en/page/cppcms_1x_build >BuildRequires: cmake zlib-devel pcre-devel libicu-devel libgcrypt-devel >#BuildRequires: openssl-devel > >## patches boost >#BuildRequires: python >BuildRequires: boost-devel > >## generate our own doxygen, e.g. with manpages >BuildRequires: doxygen > > >%description >CppCMS is a Free High Performance Web Development Framework (not a CMS) >aimed at Rapid Web Application Development. It differs from most other >web development frameworks like: Python Django, Java Servlets. > > >%package devel >Summary: Development files of CppCMS > >%description devel >CppCMS is a Free High Performance Web Development Framework (not a CMS) >aimed at Rapid Web Application Development. It differs from most other >web development frameworks like: Python Django, Java Servlets. > >This package contains development files. > > >%package doc >Summary: Documentation for CppCMS >Requires: %{name}-devel > >%description doc >CppCMS is a Free High Performance Web Development Framework (not a CMS) >aimed at Rapid Web Application Development. It differs from most other >web development frameworks like: Python Django, Java Servlets. > >This package contains extra documentation and some examples. > > >%prep >%setup -q >%patch0 -p1 >%patch1 -p1 >doxygen -u >## remove files with licence issue >rm -rf booster/ >rm -rf tools/ >find . -regextype posix-extended -regex '.*\.(cpp|h|ipp)' -exec sed -i -r -e 's,\#include.*booster/([a-z_]+\.h),boost/\1pp,' '{}' \; >find . -regextype posix-extended -regex '.*\(copy_ptr|hold_ptr)\.h' -exec sed -i -r -e 's,\#include.*booster/([a-z_]+\.h),boost/locale/\1pp,' '{}' \; >find . -regextype posix-extended -regex '.*\(callback)\.h' -exec sed -i -r -e 's,\#include.*booster/([a-z_]+\.h),boost/test/utils/\1pp,' '{}' \; > >%build >%cmake -DDISABLE_STATIC=ON -DLIBDIR=%{_lib} >make %{?_smp_mflags} >doxygen > >%check >#make test > >%install >rm -rf $RPM_BUILD_ROOT >## don't keep doxygen sources >find . -name *.doxy -delete >find . -name *.sh -delete >%make_install >mkdir -p %{buildroot}%{_mandir} >cp -pr doc/doxygen/man/* %{buildroot}%{_mandir} > > >%files >%{_bindir}/cppcms_* >%{_libdir}/libcppcms.so >%{_libdir}/libcppcms.so.* >%doc COPYING.TXT LGPLv3.txt THIRD_PARTY_SOFTWARE.TXT > >%files devel >%{_includedir}/* >%{_mandir}/* >%doc doc/architecture.txt >%doc doc/doxygen/html/ > >%files doc >%doc doc/doxygen/latex/ >%doc examples/ > > >%changelog >* Sat Jun 07 2014 Raphael Groner <projects.rg@smart.ms> - 1.0.4-1 >- use %{_lib} for architecture build >- support for openssl (?) >- only shared lib (no *.a statics) >- reorganization of files >- unbundle boost (remove booster) >* Sun Jun 01 2014 Raphael Groner <projects.rg@smart.ms> - 1.0.4-1 >- Initial RPM release
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1103554
:
901321
|
911467
|
911476
|
911477
|
911480
|
911481