Initial packaging of apr-1.5.0. accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_ivi accepted/tizen_4.0_unified accepted/tizen_ivi accepted/tizen_ivi_panda accepted/tizen_ivi_release accepted/tizen_unified devel/ivi protex_M14.3 protex_M14.4 tizen tizen_3.0 tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m2 tizen_3.0_ivi tizen_4.0 tizen_ivi_panda tizen_ivi_release accepted/tizen/3.0/ivi/20161011.053504 accepted/tizen/4.0/unified/20170816.015524 accepted/tizen/4.0/unified/20170828.221939 accepted/tizen/ivi/20140306.234813 accepted/tizen/ivi/20160321.115320 accepted/tizen/ivi/panda/20140403.014018 accepted/tizen/ivi/release/20140315.041617 accepted/tizen/unified/20170309.074636 accepted/tizen/unified/20170310.110235 submit/devel/ivi/20160126.003558 submit/devel/ivi/20160126.011008 submit/tizen/20140306.233014 submit/tizen/20160126.010516 submit/tizen_3.0_ivi/20161010.000000 submit/tizen_3.0_ivi/20161010.000010 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100008 submit/tizen_4.0_unified/20170814.115522 submit/tizen_ivi/20160321.073004 submit/tizen_ivi_panda/20140403.012127 submit/tizen_ivi_release/20140315.041353 submit/tizen_unified/20170308.100418 submit/tizen_unified/20170309.100417 submit/tizen_unified/20170310.104248 tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release tizen_4.0.m1_release
authorOssama Othman <ossama.othman@intel.com>
Thu, 6 Mar 2014 21:09:00 +0000 (13:09 -0800)
committerOssama Othman <ossama.othman@intel.com>
Thu, 6 Mar 2014 23:04:59 +0000 (15:04 -0800)
Change-Id: I5e7ea1db6e6b3c35f553dd3b766055276d25c2ea

.gbs.conf [new file with mode: 0644]
.gitignore [new file with mode: 0644]
Makefile.in
packaging/apr.changes [new file with mode: 0644]
packaging/apr.manifest [new file with mode: 0644]
packaging/apr.spec [new file with mode: 0644]

diff --git a/.gbs.conf b/.gbs.conf
new file mode 100644 (file)
index 0000000..fa9fdc5
--- /dev/null
+++ b/.gbs.conf
@@ -0,0 +1,3 @@
+[general]
+upstream_branch = upstream
+upstream_tag = ${upstreamversion}
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..c58021f
--- /dev/null
@@ -0,0 +1,28 @@
+*.o
+*.lo
+*.la
+*.so*
+*.a
+*~
+*#*#
+config.log
+config.status
+Makefile
+Makefile.in
+.deps
+INSTALL
+missing
+aclocal.m4
+ar-lib
+autom4te.cache/
+compile
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+.libs
+stamp*
+config.*
+core*
+
index 2ccaaf3..41ceddb 100644 (file)
@@ -18,7 +18,7 @@ APR_MAJOR_VERSION=@APR_MAJOR_VERSION@
 INCDIR=./include
 OSDIR=$(top_srcdir)/include/arch/@OSDIR@
 DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
-INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) -I$(top_srcdir)/include/arch/@DEFAULT_OSDIR@ -I$(top_srcdir)/include -I$(top_srcdir)/include/private
+INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) -I$(top_srcdir)/include/arch/@DEFAULT_OSDIR@ -I$(top_srcdir)/include -I$(top_srcdir)/include/private -I$(top_blddir)/include/private
 
 #
 # Macros for target determination
@@ -134,6 +134,7 @@ tools/gen_test_char@EXEEXT@: $(OBJECTS_gen_test_char)
        $(LINK_PROG) $(OBJECTS_gen_test_char) $(ALL_LIBS)
 
 include/private/apr_escape_test_char.h: tools/gen_test_char@EXEEXT@
+       $(APR_MKDIR) include/private
        tools/gen_test_char@EXEEXT@ > $@
 
 LINK_PROG = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) $(LT_LDFLAGS) \
diff --git a/packaging/apr.changes b/packaging/apr.changes
new file mode 100644 (file)
index 0000000..24f673f
--- /dev/null
@@ -0,0 +1,4 @@
+* Thu Mar 06 2014 Ossama Othman <ossama.othman@intel.com> ae6203a
+- Initial packaging of apr-1.5.0.
+- Initial import.
+
diff --git a/packaging/apr.manifest b/packaging/apr.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/apr.spec b/packaging/apr.spec
new file mode 100644 (file)
index 0000000..727a541
--- /dev/null
@@ -0,0 +1,59 @@
+Name:          apr
+Version:       1.5.0
+Release:       0
+Summary:       Apache Portable Runtime
+License:       Apache-2.0
+Group:         Application Framework/Libraries
+URL:           http://apr.apache.org/
+Source:                %name-%version.tar.xz
+Source1001:    apr.manifest
+BuildRequires: autoconf >= 2.64, automake >= 1.11
+BuildRequires: libtool >= 2.2
+
+%description
+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.
+
+%package devel
+Summary:       Development files for the Apache Portable Runtime
+Group:         Application Framework/Libraries
+Requires:       %name = %version
+
+%description devel
+Development files, including headers, for the APR library.
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+autoreconf
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%manifest %{name}.manifest
+%license LICENSE
+%defattr(-,root,root)
+%{_libdir}/*.so.*
+
+%files devel
+%manifest %{name}.manifest
+%defattr(-,root,root)
+%{_bindir}/apr-1-config
+%{_includedir}/*.h
+%{_libdir}/apr.exp
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
+%{_datadir}/build-1/*