diff options
author | Arvin Schnell <aschnell@suse.de> | 2007-07-20 10:19:25 +0000 |
---|---|---|
committer | Arvin Schnell <aschnell@suse.de> | 2007-07-20 10:19:25 +0000 |
commit | 1f81ed0fdcfb10a9c095b146e9a1eac289460116 (patch) | |
tree | 703f4cbed927bf35c0c5c27acd066676365b99f8 /libzypp-bindings.spec.cmake | |
parent | 7129335d5e330445d9ad0150c2b303b023299a87 (diff) | |
download | libzypp-bindings-1f81ed0fdcfb10a9c095b146e9a1eac289460116.tar.gz libzypp-bindings-1f81ed0fdcfb10a9c095b146e9a1eac289460116.tar.bz2 libzypp-bindings-1f81ed0fdcfb10a9c095b146e9a1eac289460116.zip |
- generate subpackage with ruby bindings
Diffstat (limited to 'libzypp-bindings.spec.cmake')
-rw-r--r-- | libzypp-bindings.spec.cmake | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/libzypp-bindings.spec.cmake b/libzypp-bindings.spec.cmake index 12beba2..a477139 100644 --- a/libzypp-bindings.spec.cmake +++ b/libzypp-bindings.spec.cmake @@ -12,20 +12,15 @@ Name: @PACKAGE@ Version: @VERSION@ Release: 0 License: GPL -Group: Development/Languages/Ruby +Summary: - +Group: - BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake gcc-c++ ruby-devel swig BuildRequires: libzypp-devel >= 3.0.0 -Requires: libzypp >= 3.0.0 Source: %{name}-%{version}.tar.bz2 -Summary: Language Bindings for libzypp -%description -Language Bindings for libzypp - Authors: ----------- - Duncan Mac-Vicar P. <dmacvicar@suse.de> - Klaus Kaempf <kkaempf@suse.de> +%description +- %prep %setup -q @@ -49,8 +44,15 @@ make install DESTDIR=$RPM_BUILD_ROOT %clean %{__rm} -rf %{buildroot} -%files +%package -n ruby-zypp +Summary: - +Group: - + +%description -n ruby-zypp +- + +%files -n ruby-zypp %defattr(-,root,root,-) %{_libdir}/ruby/%{rb_ver}/%{rb_arch}/rzypp.so -%changelog -n ruby-zypp +%changelog |