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