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
|
Name: pygobject
|
||||||
Version: 3.32.2
|
Version: 3.32.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A convenient wrapper for the GObject+ library for use in Python programs
|
Summary: A convenient wrapper for the GObject+ library for use in Python programs
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -71,18 +71,21 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%exclude %{_includedir}
|
||||||
|
%exclude %{_libdir}/pkgconfig
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/pygobject-3.0
|
%dir %{_includedir}/pygobject-3.0
|
||||||
%{_includedir}/pygobject-3.0/pygobject.h
|
%{_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
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.32.2-1mamba
|
||||||
- update to 3.32.2
|
- update to 3.32.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user