[atkmm] Spec cleanup

Kalev Lember kalev at fedoraproject.org
Tue Mar 1 09:49:03 UTC 2011


commit 58365341566ed6d5572b141a34bcf617eef32a65
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Tue Mar 1 11:32:46 2011 +0200

    Spec cleanup
    
    Whitespace cleanup; fixed _smp_mflags macro usage and dropped unneeded
    doxygen and graphviz BRs.

 atkmm.spec |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/atkmm.spec b/atkmm.spec
index 827d087..e29177f 100644
--- a/atkmm.spec
+++ b/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 at smartlink.ee> - 2.22.2-4
+- Spec cleanup
+
 * Mon Feb 21 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 2.22.2-3
 - split doc into subpackage
 - fix documentation location


More information about the scm-commits mailing list