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