Spec cleanup
Whitespace cleanup; fixed _smp_mflags macro usage and dropped unneeded doxygen and graphviz BRs.
This commit is contained in:
parent
6338cce620
commit
5836534156
32
atkmm.spec
32
atkmm.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: atkmm
|
||||
Version: 2.22.2
|
||||
Release: 3%{?dist}.1
|
||||
Release: 4%{?dist}
|
||||
Summary: C++ interface for the ATK library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -39,14 +39,13 @@ The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
|
||||
%package doc
|
||||
Summary: Developer's documentation for the atkmm library
|
||||
Group: Documentation
|
||||
BuildArch: noarch
|
||||
BuildRequires: doxygen graphviz
|
||||
Requires: glibmm24-doc
|
||||
%package doc
|
||||
Summary: Developer's documentation for the atkmm library
|
||||
Group: Documentation
|
||||
BuildArch: noarch
|
||||
Requires: glibmm24-doc
|
||||
|
||||
%description doc
|
||||
%description doc
|
||||
This package contains developer's documentation for the atkmm
|
||||
library. Atkmm is the C++ API for the ATK accessibility toolkit library.
|
||||
|
||||
@ -60,7 +59,7 @@ documentation browser or through a web browser.
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mfla gs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
@ -83,22 +82,23 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/%{name}-%{apiver}/
|
||||
%{_includedir}/atkmm-%{apiver}/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/%{name}-%{apiver}/
|
||||
|
||||
%{_libdir}/atkmm-%{apiver}/
|
||||
|
||||
%files doc
|
||||
%defattr(-, root, root, -)
|
||||
%doc %{_docdir}/%{name}-%{apiver}/
|
||||
%doc %{_datadir}/devhelp/books/%{name}-%{apiver}
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_docdir}/atkmm-%{apiver}/
|
||||
%doc %{_datadir}/devhelp/books/%{name}-%{apiver}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 01 2011 Kalev Lember <kalev@smartlink.ee> - 2.22.2-4
|
||||
- Spec cleanup
|
||||
|
||||
* Mon Feb 21 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 2.22.2-3
|
||||
- split doc into subpackage
|
||||
- fix documentation location
|
||||
|
Loading…
Reference in New Issue
Block a user