diff options
author | Arvin Schnell <aschnell@suse.de> | 2007-07-19 16:39:17 +0000 |
---|---|---|
committer | Arvin Schnell <aschnell@suse.de> | 2007-07-19 16:39:17 +0000 |
commit | 7129335d5e330445d9ad0150c2b303b023299a87 (patch) | |
tree | 95483ab2cf97dc1870d1fdd20da6f1df7f85453d /libzypp-bindings.spec.cmake | |
parent | 1a5988000aa66b81c1eb3f51964de9c4801f0e76 (diff) | |
download | libzypp-bindings-7129335d5e330445d9ad0150c2b303b023299a87.tar.gz libzypp-bindings-7129335d5e330445d9ad0150c2b303b023299a87.tar.bz2 libzypp-bindings-7129335d5e330445d9ad0150c2b303b023299a87.zip |
- spec-file fixes
Diffstat (limited to 'libzypp-bindings.spec.cmake')
-rw-r--r-- | libzypp-bindings.spec.cmake | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/libzypp-bindings.spec.cmake b/libzypp-bindings.spec.cmake index 14b2e44..12beba2 100644 --- a/libzypp-bindings.spec.cmake +++ b/libzypp-bindings.spec.cmake @@ -8,8 +8,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: @PACKAGE@ Version: @VERSION@ Release: 0 @@ -45,8 +43,8 @@ cmake -DCMAKE_INSTALL_PREFIX=%{prefix} \ make %{?jobs:-j %jobs} %install -%{__install} -D -m 0755 src/rzypp.so \ - %{buildroot}%{_libdir}/ruby/%{rb_ver}/%{rb_arch}/rzypp.so +cd build +make install DESTDIR=$RPM_BUILD_ROOT %clean %{__rm} -rf %{buildroot} @@ -54,9 +52,5 @@ make %{?jobs:-j %jobs} %files %defattr(-,root,root,-) %{_libdir}/ruby/%{rb_ver}/%{rb_arch}/rzypp.so -%doc MAINTAINER COPYING README -%doc tests/*.rb %changelog -n ruby-zypp -* Tue Mar 21 2006 - mrueckert@suse.de -- Initial package |