diff options
author | Arvin Schnell <aschnell@suse.de> | 2007-07-23 16:36:19 +0000 |
---|---|---|
committer | Arvin Schnell <aschnell@suse.de> | 2007-07-23 16:36:19 +0000 |
commit | f80a0fe17d4cd4ccdc607ea205d472aadbb47185 (patch) | |
tree | 07e5479e33c44aaf22f7af8a2060a16b6239b6b9 /libzypp-bindings.spec.cmake | |
parent | 31b2283e81a95e3cc02c9db2be27fa03d38f55da (diff) | |
download | libzypp-bindings-f80a0fe17d4cd4ccdc607ea205d472aadbb47185.tar.gz libzypp-bindings-f80a0fe17d4cd4ccdc607ea205d472aadbb47185.tar.bz2 libzypp-bindings-f80a0fe17d4cd4ccdc607ea205d472aadbb47185.zip |
- moved spec file to package subdir
Diffstat (limited to 'libzypp-bindings.spec.cmake')
-rw-r--r-- | libzypp-bindings.spec.cmake | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/libzypp-bindings.spec.cmake b/libzypp-bindings.spec.cmake deleted file mode 100644 index 1c971f2..0000000 --- a/libzypp-bindings.spec.cmake +++ /dev/null @@ -1,58 +0,0 @@ -# -# spec file for package libzypp-bindings -# -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. -# -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -Name: @PACKAGE@ -Version: @VERSION@ -Release: 0 -License: GPL -Summary: Bindings for libzypp -Group: Development/Sources -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: cmake gcc-c++ ruby-devel swig -BuildRequires: libzypp-devel >= 3.0.0 -Source: %{name}-%{version}.tar.bz2 - -%description -- - -%prep -%setup -q - -%build -mkdir build -cd build -cmake -DCMAKE_INSTALL_PREFIX=%{prefix} \ - -DLIB=%{_lib} \ - -DCMAKE_C_FLAGS="%{optflags}" \ - -DCMAKE_CXX_FLAGS="%{optflags}" \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=1 \ - .. -make %{?jobs:-j %jobs} - -%install -cd build -make install DESTDIR=$RPM_BUILD_ROOT - -%clean -%{__rm} -rf %{buildroot} - -%package -n ruby-zypp -Summary: Ruby bindings for libzypp -Group: Development/Languages/Ruby - -%description -n ruby-zypp -- - -%files -n ruby-zypp -%defattr(-,root,root,-) -%{_libdir}/ruby/%{rb_ver}/%{rb_arch}/rzypp.so - -%changelog |