summaryrefslogtreecommitdiff
path: root/commonapi.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'commonapi.spec.in')
-rw-r--r--commonapi.spec.in92
1 files changed, 0 insertions, 92 deletions
diff --git a/commonapi.spec.in b/commonapi.spec.in
deleted file mode 100644
index 4956ffd..0000000
--- a/commonapi.spec.in
+++ /dev/null
@@ -1,92 +0,0 @@
-Name: @PROJECT_NAME@
-Version: @PACKAGE_VERSION@
-Release: @PACKAGE_VERSION@
-Summary: CommonAPI
-Group: Applications/BMW
-License: @LICENSE@
-Vendor: BMW Group
-URL: http://www.bmw.de
-Source: @PROJECT_NAME@-@GENIVI_RPM_RELEASE@.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-#Requires:
-
-%description
-CAPI middleware for IPC
-
-%package dev
-Summary: CommonAPI header files
-#Requires: libcommonapi we have in comment as we first have to align packet names
-
-%description dev
-CAPI middleware headers for IPC development
-
-%prep
-%setup
-
-%build
-mkdir -p build
-cd build
-#../configure --host=@HOST_TYPE@ --prefix=%{_usr}
-../configure --host=@GENIVI_HOST_ARCHITECTURE@ --prefix=%{_usr}
-
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-cd build
-cmake ..
-make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-
-#/usr/bin/install -c -m 755 ../src/shm-daemon $RPM_BUILD_ROOT%{_bindir}
-#/usr/bin/install -c -m 755 ../Config/shm.conf $RPM_BUILD_ROOT%{_sysconfdir}
-#/usr/bin/install -c -m 755 ../CommonAPI.pc $RPM_BUILD_ROOT/usr/lib/pkgconfig
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-%{_libdir}/libCommonAPI.so.3
-%{_libdir}/libCommonAPI.so.3.0.0
-%{_libdir}/libCommonAPI.so
-
-
-%files dev
-%defattr(-,root,root,-)
-%{_libdir}/pkgconfig/CommonAPI.pc
-%{_libdir}/libCommonAPI.so
-#%{_libdir}/libCommonAPI.la
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/Attribute.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/AttributeExtension.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/ByteBuffer.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/CommonAPI.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/Configuration.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/ContainerUtils.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/Event.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/Factory.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/Factory.hpp
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/InputStream.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/MainLoopContext.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/MiddlewareInfo.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/OutputStream.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/Proxy.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/ProxyManager.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/Runtime.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/SelectiveEvent.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/SerializableStruct.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/SerializableVariant.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/SerializableVariant.hpp
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/ServicePublisher.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/ServicePublisher.hpp
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/Stub.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/types.h
-%{_includedir}/CommonAPI-@PACKAGE_VERSION@/CommonAPI/utils.h
-
-%changelog
-* Wed Jan 29 2014 Gernot Wirschal <Gernot.Wirschal@bmw.de> @GENIVI_PROJECT_VERSION@
-- Add dev packet configuration
-* Mon Jan 27 2014 Gernot Wirschal <Gernot.Wirschal@bmw.de> @GENIVI_PROJECT_VERSION@
-- Initial packaging for GPT
-