exclude devel files from main packages [release 3.32.2-2mamba;Sat Sep 07 2019]
This commit is contained in:
parent
6bff945c81
commit
01bc802aa8
@ -2,7 +2,7 @@
|
||||
|
||||
Name: pygobject
|
||||
Version: 3.32.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A convenient wrapper for the GObject+ library for use in Python programs
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -71,18 +71,21 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%exclude %{_includedir}
|
||||
%exclude %{_libdir}/pkgconfig
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/pygobject-3.0
|
||||
%{_includedir}/pygobject-3.0/pygobject.h
|
||||
#%{_libdir}/libpyglib-gi-2.0-python%{python_version}.la
|
||||
#%{_libdir}/libpyglib-gi-2.0-python%{python_version}.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc NEWS
|
||||
|
||||
%changelog
|
||||
* Sat Sep 07 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.32.2-2mamba
|
||||
- exclude devel files from main packages
|
||||
|
||||
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.32.2-1mamba
|
||||
- update to 3.32.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user