diff options
author | Mihael Koep <koep@schneide.com> | 2013-03-14 14:28:53 +0100 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2013-03-14 14:28:53 +0100 |
commit | 1cc9d414e3cc823e9acfdb4c93114e10db42be50 (patch) | |
tree | 704be48adf7217b9fce88b8b7fee1f531016e6dd /plugins/dexela/ucadexela.spec.in | |
parent | 1649082dabef075d6c3ffaf5c46d9bb46c87e744 (diff) | |
parent | 73246448ec8294d781bb7f223fce395d49bfb6e4 (diff) | |
download | uca-1cc9d414e3cc823e9acfdb4c93114e10db42be50.tar.gz uca-1cc9d414e3cc823e9acfdb4c93114e10db42be50.tar.bz2 uca-1cc9d414e3cc823e9acfdb4c93114e10db42be50.tar.xz uca-1cc9d414e3cc823e9acfdb4c93114e10db42be50.zip |
Merge branch 'dexela_simple_packaging' into dexela
Conflicts:
plugins/dexela/CMakeLists.txt
plugins/package-plugin.sh.in
Diffstat (limited to 'plugins/dexela/ucadexela.spec.in')
-rw-r--r-- | plugins/dexela/ucadexela.spec.in | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/plugins/dexela/ucadexela.spec.in b/plugins/dexela/ucadexela.spec.in deleted file mode 100644 index 6ca4d3d..0000000 --- a/plugins/dexela/ucadexela.spec.in +++ /dev/null @@ -1,43 +0,0 @@ -# -*- rpm-spec -*- -Buildroot: $CMAKE_CURRENT_BINARY_DIR/_CPack_Packages/Linux/RPM/@CPACK_PACKAGE_FILE_NAME@ -Summary: Dexela Plugin for libuca -Name: @CPACK_PACKAGE_NAME@ -Version: @CPACK_PACKAGE_VERSION@ -Release: @CPACK_PACKAGE_RELEASE@ -License: GPL -Group: Development/Libraries -Vendor: @CPACK_PACKAGE_VENDOR@ -Prefix: @CPACK_PACKAGING_INSTALL_PREFIX@ -Requires: libuca = @UCA_VERSION_STRING@ - -%define _rpmdir $RPM_BUILD_ROOT -%define _rpmfilename @CPACK_PACKAGE_FILE_NAME@.rpm -%define _unpackaged_files_terminate_build 0 -%define _topdir $CMAKE_CURRENT_BINARY_DIR/_CPack_Packages/Linux/RPM - -%description -Dexela Plugin for libuca - -# This is a shortcutted spec file generated by CMake RPM generator -# we skip _install step because CPack does that for us. -# We do only save CPack installed tree in _prepr -# and then restore it in build. -%prep -echo $RPM_BUILD_ROOT -echo @CMAKE_CURRENT_BINARY_DIR@ -mv $RPM_BUILD_ROOT @CMAKE_CURRENT_BINARY_DIR@/_CPack_Packages/Linux/RPM/tmpBBroot - -%install -if [ -e $RPM_BUILD_ROOT ]; -then - rm -Rf $RPM_BUILD_ROOT -fi -mv "@CMAKE_CURRENT_BINARY_DIR@/_CPack_Packages/Linux/RPM/tmpBBroot" $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,-) -@CPACK_PACKAGING_INSTALL_PREFIX@/@LIB_INSTALL_DIR@/* - -%changelog -* Thu Feb 21 2013 Mihael Koep <mihael.koep@softwareschneiderei.de> 1.0.2-1 -- let MCS flush input buffer on startup too |