remove build of pdf-autodocs

remove the devel-common subpkg
minor improvents on spec
This commit is contained in:
Björn Esser 2014-05-23 17:44:00 +02:00
parent 6ff81b2456
commit df9ab77ff6
1 changed files with 58 additions and 61 deletions

View File

@ -1,81 +1,77 @@
%global libsuffix yui
%global libname lib%{libsuffix}
%global devel_min_ver 3.0.4
%global major_so_ver 5
%global major_so_ver 6
Name: %{libname}-gtk
Version: 2.43.7
Release: 2%{?dist}
Summary: Gtk3 User Interface for %{libname}
Name: %{libname}-gtk
Version: 2.43.7
Release: 2%{?dist}
Summary: Gtk3 User Interface for %{libname}
License: LGPLv2 or LGPLv3
URL: https://github.com/%{libname}/%{name}
Source0: %{url}/archive/%{name}/master/%{version}.tar.gz#/%{name}-%{version}.tar.gz
License: LGPLv2 or LGPLv3
URL: https://github.com/%{libname}/%{name}
Source0: %{url}/archive/%{name}/master/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: doxygen-latex
BuildRequires: fdupes
BuildRequires: graphviz
BuildRequires: gtk3-devel
BuildRequires: %{libname}-devel >= %{devel_min_ver}
Provides: %{libsuffix}-ui%{?_isa} = %{major_so_ver}
BuildRequires: cmake >= 2.8
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: graphviz
BuildRequires: gtk3-devel
BuildRequires: %{libname}-devel >= %{devel_min_ver}
Provides: %{libsuffix}-ui%{?_isa} == %{major_so_ver}
%description
This package contains the Gtk3 user interface component for %{libname}.
This package contains the Gtk3 user interface component
for %{libname}.
%package devel
Summary: Files needed for developing with %{name}
Summary: Files needed for developing with %{name}
Requires: gtk3-devel%{?_isa}
Requires: %{libname}-devel%{?_isa} >= %{devel_min_ver}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-devel-common = %{version}-%{release}
Requires: gtk3-devel%{?_isa}
Requires: %{libname}-devel%{?_isa} >= %{devel_min_ver}
Requires: %{name}%{?_isa} == %{version}-%{release}
%if 0%{?fedora} && 0%{?fedora} <= 22
Obsoletes: %{name}-devel-common <= %{version}-%{release}
Provides: %{name}-devel-common == %{version}-%{release}
%endif #0%{?fedora} && 0%{?fedora} <= 22
%description devel
%{libname} can be used independently of YaST for generic (C++) applications
and has very few dependencies.
%{libname} can be used independently of YaST for generic (C++)
applications and has very few dependencies.
You do NOT need this package for developing with %{libname}. Use of
%{libname}-devel is sufficient for such purpose.
This package is only needed when you want to develop an extension for
%{name} which is not covered within the UI-plugin.
%package devel-common
Summary: Common files needed for developing with %{name}
BuildArch: noarch
Requires: %{name}-devel = %{version}-%{release}
%description devel-common
%{summary}, e.g. headers and CMake-macros.
You do NOT need this package for developing with %{libname}.
Using%{libname}-devel is sufficient for such purpose. This
package is only needed when you want to develop an extension
for %{name} which is not covered within the UI-plugin.
%package doc
Summary: Documentation files for %{name}
BuildArch: noarch
Summary: Documentation files for %{name}
BuildArch: noarch
%description doc
This package includes the developer's documentation as HTML for %{name}.
This package includes the developer's documentation as HTML
for %{name}.
%prep
%setup -q -n %{name}-%{name}-master-%{version}
%setup -qn %{name}-%{name}-master-%{version}
./bootstrap.sh
%build
mkdir -p build
pushd build
%cmake .. \
-DENABLE_WERROR=OFF \
-DPREFIX=%{_prefix} \
-DLIB_DIR=%{_libdir} \
-DCMAKE_BUILD_TYPE=RELEASE \
-DRESPECT_FLAGS=ON
%cmake \
-DENABLE_WERROR=OFF \
-DPREFIX=%{_prefix} \
-DLIB_DIR=%{_libdir} \
-DCMAKE_BUILD_TYPE=RELEASE \
-DRESPECT_FLAGS=ON \
..
make %{?_smp_mflags}
make %{?_smp_mflags} docs
@ -83,38 +79,39 @@ make %{?_smp_mflags} docs
%install
pushd build
mkdir -p %{buildroot}%{_libdir}/%{libsuffix} \
%{buildroot}%{_datadir}/%{name}/theme
%make_install
# remove preinstalled stuff in docdir
# get's picked-up by -doc-pkg later
rm -rf %{buildroot}%{_defaultdocdir} ../examples/CMake*
rm -rf %{buildroot}%{_defaultdocdir} \
../examples/CMake* \
doc/html/*.m*
# prep docs
mv ./doc/html ..
mv ./doc/latex/refman.pdf ..
rm -rf ../html/*.m*
%fdupes ../html
%fdupes doc/html
popd
%files
%doc COPYING*
%doc ChangeLog COPYING*
%{_libdir}/%{libsuffix}/%{name}.so.%{major_so_ver}*
%files devel
%{_includedir}/%{libsuffix}/*
%{_libdir}/%{libsuffix}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/cmake
%files devel-common
%{_includedir}/%{libsuffix}/*
%files doc
%doc COPYING* ChangeLog *.pdf html/
%doc ChangeLog COPYING* build/doc/html/
%changelog
* Tue Mar 18 2014 Björn Esser <bjoern.esser@gmail.com> - 2.43.7-2
- rebuilt for libyui-3.0.13
- remove build of pdf-autodocs
- remove the devel-common subpkg
- minor improvents on spec
* Fri Aug 30 2013 Björn Esser <bjoern.esser@gmail.com> - 2.43.7-1
- new upstream version