rpm spec cleaning
This commit is contained in:
parent
3b0ce21510
commit
6338cce620
12
atkmm.spec
12
atkmm.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: atkmm
|
||||
Version: 2.22.2
|
||||
Release: 3%{?dist}
|
||||
Release: 3%{?dist}.1
|
||||
Summary: C++ interface for the ATK library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -43,7 +43,7 @@ developing applications that use %{name}.
|
||||
Summary: Developer's documentation for the atkmm library
|
||||
Group: Documentation
|
||||
BuildArch: noarch
|
||||
Requires: libsigc++20-doc
|
||||
BuildRequires: doxygen graphviz
|
||||
Requires: glibmm24-doc
|
||||
|
||||
%description doc
|
||||
@ -86,16 +86,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/atkmm-%{apiver}/
|
||||
%{_includedir}/%{name}-%{apiver}/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/atkmm-%{apiver}/
|
||||
%{_libdir}/%{name}-%{apiver}/
|
||||
|
||||
|
||||
%files doc
|
||||
%defattr(-, root, root, -)
|
||||
%doc %{_docdir}/%{name}-%{apiver}/*
|
||||
%{_datadir}/devhelp/
|
||||
%doc %{_docdir}/%{name}-%{apiver}/
|
||||
%doc %{_datadir}/devhelp/books/%{name}-%{apiver}
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user