File sblim-cim-client2.spec of Package sblim-cim-client2

#
# spec file for package sblim-cim-client2
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define project_folder			%{name}-%{version}-src
%define archive_folder			build
# -----------------------------------------------------------------------------

Name:           sblim-cim-client2
Version:        2.2.5
Release:        0
Url:            http://sblim.sourceforge.net/
Summary:        Java CIM Client library
License:        EPL-1.0
Group:          Development/Libraries/Java
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source:         http://downloads.sourceforge.net/project/sblim/%{name}/%{version}/%{name}-%{version}-src.zip
Source1:        http://downloads.sourceforge.net/project/sblim/%{name}/%{version}/%{name}-%{version}-doc.zip
BuildArch:      noarch
BuildRequires:  ant >= 1.6
%if 0%{?suse_version} > 1010
BuildRequires:  fdupes
%endif
BuildRequires:  java-devel
BuildRequires:  jpackage-utils >= 1.5.32
BuildRequires:  unzip

%if 0%{?suse_version} == 0
%if 0%{?fedora} == 16 || (0%{?centos_version}>=500 && 0%{?centos_version}<700) || (0%{?rhel_version}>=500 && 0%{?rhel_version}<700)
BuildRequires:  java-1.6.0-openjdk-devel
%endif
%if 0%{?fedora} == 17
BuildRequires:  java-1.7.0-openjdk-devel
%endif

%else

%if 0%{?suse_version} < 1100
BuildRequires:  java-1_5_0-ibm-devel
BuildRequires:  java-1_5_0-ibm-fonts
%endif
BuildRequires:  jaxp_parser_impl
BuildRequires:  update-alternatives
BuildRequires:  xml-commons-apis
%endif

Requires:       jpackage-utils >= 1.5.32
Obsoletes:      sblim-cim-client <= 1.3.5
Provides:       sblim-cim-client

%description
The purpose of this package is to provide a CIM Client Class Library
for Java applications. It complies to the DMTF standard CIM Operations
over HTTP and intends to be compatible with JCP JSR48 once it becomes
available. To learn more about DMTF visit http://www.dmtf.org. More
infos about the Java Community Process and JSR48 can be found at
http://www.jcp.org and http://www.jcp.org/en/jsr/detail?id=48.



%package javadoc
Summary:        Javadoc for sblim-cim-client2
Group:          Development/Libraries/Java

%description javadoc
Javadoc for sblim-cim-client2.



%package manual
Summary:        Manual and sample code for sblim-cim-client2
Group:          Development/Libraries/Java

%description manual
Manual and sample code for sblim-cim-client2.



%prep
%setup -q -n %{project_folder}
dos2unixConversion() {
	fileName=$1
	%{__sed} -i 's/\r//g' "$fileName"
}
dosFiles2unix() {
	fileList=$1
	for fileName in $fileList; do
		dos2unixConversion $fileName
	done
}
dosFiles2unix 'COPYING NEWS README ChangeLog sblim-cim-client2.properties sblim-slp-client2.properties'
for i in smpl/org/sblim/*/{example,samples}/*.{java,xml}; do
	[ -f "$i" ] && dos2unixConversion "$i"
done

# -----------------------------------------------------------------------------

%build
# export CLASSPATH=$(build-classpath)
export ANT_OPTS="-Xmx256m"
ant \
        -Dbuild.compiler=modern \
        -DManifest.version=%{version}\
        package java-doc
# -----------------------------------------------------------------------------

%install
# --- documentation ---
dstDocDir=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
install -d $dstDocDir
install --mode=644 ChangeLog COPYING README NEWS $dstDocDir
# --- samples (also into _docdir) ---
cp -pr  smpl/org $dstDocDir
# --- config files ---
confDir=$RPM_BUILD_ROOT%{_sysconfdir}/java
install -d $confDir
install --mode=664 sblim-cim-client2.properties sblim-slp-client2.properties $confDir
# --- jar ---
install -d $RPM_BUILD_ROOT%{_javadir}
install %{archive_folder}/lib/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(
  cd $RPM_BUILD_ROOT%{_javadir} && 
    ln -sf %{name}-%{version}.jar %{name}.jar;
)
# --- javadoc ---
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}
(cd $RPM_BUILD_ROOT%{_javadocdir}; unzip %{S:1})
#fix EOL encoding
find $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}-doc -type f -exec sed -i 's/\r//' {} \;

install -d $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr %{archive_folder}/doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
%if 0%{?suse_version} > 1010
%fdupes $RPM_BUILD_ROOT
%endif
# -----------------------------------------------------------------------------

%files
%defattr(0644,root,root,0755)
%config %{_sysconfdir}/java/sblim-cim-client2.properties
%config %{_sysconfdir}/java/sblim-slp-client2.properties
%dir %{_docdir}/%{name}-%{version}
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(0644,root,root,0755)
%docdir %{_javadocdir}/%{name}-%{version}-doc
%docdir %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}-%{version}-doc
%doc %{_javadocdir}/%{name}-%{version}

%files manual
%defattr(0644,root,root,0755)
%docdir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}
# -----------------------------------------------------------------------------

%changelog
openSUSE Build Service is sponsored by