rebuilt without .la file [release 1.12.2-3mamba;Mon May 13 2024]
This commit is contained in:
parent
3f6d276f40
commit
8de46565bc
@ -1,12 +1,12 @@
|
|||||||
Name: libcairomm10
|
Name: libcairomm10
|
||||||
Version: 1.12.2
|
Version: 1.12.2
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A C++ wrapper for the cairo graphics library
|
Summary: A C++ wrapper for the cairo graphics library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cairographics.org/cairomm/
|
URL: https://www.cairographics.org/cairomm/
|
||||||
Source: http://www.cairographics.org/releases/cairomm-%{version}.tar.gz
|
Source: http://www.cairographics.org/releases/cairomm-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -18,7 +18,7 @@ BuildRequires: libcairo-devel
|
|||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libsigc++-devel
|
BuildRequires: libsigc++2-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -51,7 +51,7 @@ This package contains static libraries and header files needed for development.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -61,12 +61,10 @@ This package contains static libraries and header files needed for development.
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/libcairomm-1.0.a
|
|
||||||
%{_libdir}/libcairomm-1.0.la
|
|
||||||
%{_libdir}/libcairomm-1.0.so
|
|
||||||
%{_libdir}/cairomm-1.0/include/cairommconfig.h
|
|
||||||
%dir %{_includedir}/cairomm-1.0/cairomm
|
%dir %{_includedir}/cairomm-1.0/cairomm
|
||||||
%{_includedir}/cairomm-1.0/cairomm/*.h
|
%{_includedir}/cairomm-1.0/cairomm/*.h
|
||||||
|
%{_libdir}/libcairomm-1.0.so
|
||||||
|
%{_libdir}/cairomm-1.0/include/cairommconfig.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/devhelp/books/cairomm-1.0/cairomm-1.0.devhelp2
|
%{_datadir}/devhelp/books/cairomm-1.0/cairomm-1.0.devhelp2
|
||||||
%{_datadir}/doc/cairomm-1.0/reference/html/*
|
%{_datadir}/doc/cairomm-1.0/reference/html/*
|
||||||
@ -74,6 +72,9 @@ This package contains static libraries and header files needed for development.
|
|||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 13 2024 Automatic Build System <autodist@openmamba.org> 1.12.2-3mamba
|
||||||
|
- rebuilt without .la file
|
||||||
|
|
||||||
* Sat Apr 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.2-2mamba
|
* Sat Apr 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.2-2mamba
|
||||||
- legacy package
|
- legacy package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user