Accepting request 203859 from YaST:Head
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/203859 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-iscsi-client?expand=0&rev=85
This commit is contained in:
commit
92306d1a70
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f728e2bb0ce6b0b73ba187e3c15f72d7f0910e1f31262356a7c6343de22e366
|
||||
size 108211
|
3
yast2-iscsi-client-3.1.0.tar.bz2
Normal file
3
yast2-iscsi-client-3.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:045870c187e0b3d22969285de9826e49ca28c278bd59e003bec8b5e275825455
|
||||
size 37225
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 16:40:45 UTC 2013 - lslezak@suse.cz
|
||||
|
||||
- do not use *.spec.in template, use *.spec file with RPM macros
|
||||
instead
|
||||
- 3.1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 08:31:18 UTC 2013 - yast-devel@opensuse.org
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: yast2-iscsi-client
|
||||
Version: 3.0.0
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-iscsi-client-%{version}.tar.bz2
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
# Service module switched to systemd
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
@ -30,10 +30,11 @@ BuildRequires: libicu-devel
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: perl-XML-Writer
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: rubygem-rspec
|
||||
BuildRequires: sgml-skel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2 >= 2.23.15
|
||||
BuildRequires: yast2-devtools
|
||||
BuildRequires: yast2-devtools >= 3.0.6
|
||||
BuildRequires: yast2-packagemanager-devel
|
||||
BuildRequires: yast2-packager
|
||||
BuildRequires: yast2-perl-bindings
|
||||
@ -59,44 +60,26 @@ This package contains the YaST2 component for configuration of an iSCSI
|
||||
client.
|
||||
|
||||
%prep
|
||||
%setup -n yast2-iscsi-client-%{version}
|
||||
%setup -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%{_prefix}/bin/y2tool y2autoconf
|
||||
%{_prefix}/bin/y2tool y2automake
|
||||
autoreconf --force --install
|
||||
|
||||
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||
|
||||
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
|
||||
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
||||
# so that RPM_OPT_FLAGS check works
|
||||
make %{?jobs:-j%jobs} V=1
|
||||
%yast_build
|
||||
|
||||
%install
|
||||
make install DESTDIR="$RPM_BUILD_ROOT"
|
||||
[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
|
||||
for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
|
||||
d=${f##*/}
|
||||
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
|
||||
done
|
||||
|
||||
%clean
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
%yast_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir /usr/share/YaST2/include/iscsi-client
|
||||
/usr/share/YaST2/include/iscsi-client/*
|
||||
/usr/share/YaST2/clients/iscsi-client.rb
|
||||
/usr/share/YaST2/clients/iscsi-client_*.rb
|
||||
/usr/share/YaST2/clients/inst_iscsi-client.rb
|
||||
/usr/share/YaST2/modules/IscsiClient.*
|
||||
/usr/share/YaST2/modules/IscsiClientLib.*
|
||||
%{_prefix}/share/applications/YaST2/iscsi-client.desktop
|
||||
/usr/share/YaST2/scrconf/iscsid.scr
|
||||
%doc %{_prefix}/share/doc/packages/yast2-iscsi-client
|
||||
/usr/share/YaST2/schema/autoyast/rnc/iscsi-client.rnc
|
||||
%dir %{yast_yncludedir}/iscsi-client
|
||||
%{yast_yncludedir}/iscsi-client/*
|
||||
%{yast_clientdir}/iscsi-client.rb
|
||||
%{yast_clientdir}/iscsi-client_*.rb
|
||||
%{yast_clientdir}/inst_iscsi-client.rb
|
||||
%{yast_moduledir}/IscsiClient.*
|
||||
%{yast_moduledir}/IscsiClientLib.*
|
||||
%{yast_desktopdir}/iscsi-client.desktop
|
||||
%{yast_scrconfdir}/iscsid.scr
|
||||
%doc %{yast_docdir}
|
||||
%{yast_schemadir}/autoyast/rnc/iscsi-client.rnc
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user