Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:D
libapr1
libapr1.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libapr1.spec of Package libapr1
# # spec file for package libapr1 # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define aprver 1 %define installbuilddir %{_libdir}/apr-%{aprver}/build %define includedir %{_includedir}/apr-%{aprver} Name: libapr1 Version: 1.5.1 Release: 0 Summary: Apache Portable Runtime (APR) Library License: Apache-2.0 Group: Development/Libraries/Other Url: http://apr.apache.org/ Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2 Source2: baselibs.conf Patch1: string-compare.diff Patch4: apr-1.4.5-linux3.patch Patch5: apr-visibility.patch BuildRequires: doxygen BuildRequires: fdupes BuildRequires: libtool BuildRequires: libuuid-devel BuildRequires: lksctp-tools-devel # for the testsuite BuildRequires: netcfg BuildRequires: pkg-config BuildRequires: python BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features. The APR is used by both Open Source and Commercial projects, prominent examples being the Apache HTTP server. %package devel Summary: Apache Portable Runtime (APR) Library Group: Development/Libraries/Other Requires: glibc-devel Requires: libapr1 = %{version} %description devel The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features. The APR is used by both Open Source and Commercial projects, prominent examples being the Apache HTTP server. %prep %setup -q -n apr-%{version} %patch1 %patch4 %patch5 -p1 # Do not put date to doxy content sed -i \ -e '4 iHTML_TIMESTAMP=NO' \ docs/doxygen.conf %build ./buildconf export apr_lock_method=USE_PROC_PTHREAD_SERIALIZE %configure \ --enable-other-child \ --with-installbuilddir=%{installbuilddir} \ --includedir=%{includedir} \ %ifarch %ix86 --enable-nonportable-atomics=yes \ %endif --enable-allocator-uses-mmap \ --with-devrandom=/dev/urandom \ --disable-static \ --enable-posix-shm \ --with-sendfile \ --with-pic make %{?_smp_mflags} CFLAGS="%{optflags} -fvisibility=hidden -fPIC" make dox %{?_smp_mflags} %install make DESTDIR=%{buildroot} install -j1 # Move docs to more convenient location mv docs/dox/html html # Unpackaged files: rm -f %{buildroot}/%{_libdir}/apr.exp rm -f %{buildroot}%{_libdir}/libapr-%{aprver}.la # Trim exported dependecies sed -ri '/^LIBS=/{s,-l(uuid|crypt) ,,g;s/ */ /g}' \ %{buildroot}%{_bindir}/apr-%{aprver}-config sed -ri '/^Libs/{s,-l(uuid|crypt) ,,g}' \ %{buildroot}%{_libdir}/pkgconfig/apr-%{aprver}.pc %fdupes %{buildroot} %check %if ! 0%{?qemu_user_space_build} make check -j1 %endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc CHANGES %doc LICENSE %doc NOTICE %{_libdir}/libapr-%{aprver}.so.* # Do NOT move to devel as this is utilized by Tomcat %{_libdir}/libapr-%{aprver}.so %files devel %defattr(-,root,root) %doc docs/APRDesign.html %doc docs/canonical_filenames.html %doc docs/incomplete_types %doc docs/non_apr_programs %doc html %doc emacs-mode %{includedir} %{_bindir}/apr-%{aprver}-config %{_libdir}/pkgconfig/apr-%{aprver}.pc %{_libdir}/apr-%{aprver} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor