Compare commits
No commits in common. "c9-beta" and "c8" have entirely different histories.
@ -1,9 +1,10 @@
|
|||||||
Summary: Libraries for the Matchbox Desktop
|
Summary: Libraries for the Matchbox Desktop
|
||||||
Name: libmatchbox
|
Name: libmatchbox
|
||||||
Version: 1.9
|
Version: 1.9
|
||||||
Release: 30%{?dist}
|
Release: 23%{?dist}
|
||||||
Url: http://projects.o-hand.com/matchbox/
|
Url: http://projects.o-hand.com/matchbox/
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
Group: Development/Libraries
|
||||||
Source: http://projects.o-hand.com/matchbox/sources/libmatchbox/%{version}/%{name}-%{version}.tar.bz2
|
Source: http://projects.o-hand.com/matchbox/sources/libmatchbox/%{version}/%{name}-%{version}.tar.bz2
|
||||||
Patch0: libmatchbox-1.9-add-needed.patch
|
Patch0: libmatchbox-1.9-add-needed.patch
|
||||||
Patch1: libmatchbox-1.9-libpng.patch
|
Patch1: libmatchbox-1.9-libpng.patch
|
||||||
@ -12,7 +13,7 @@ BuildRequires: libpng-devel
|
|||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: make
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Matchbox is a base environment for the X Window System running on non-desktop
|
Matchbox is a base environment for the X Window System running on non-desktop
|
||||||
@ -20,6 +21,7 @@ embedded platforms such as handhelds, set-top boxes, kiosks and anything else
|
|||||||
for which screen space, input mechanisms or system resources are limited.
|
for which screen space, input mechanisms or system resources are limited.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
Group: Development/C
|
||||||
Summary: Static libraries and header files from %{name}
|
Summary: Static libraries and header files from %{name}
|
||||||
Provides: matchbox-devel = %{version}-%{release}
|
Provides: matchbox-devel = %{version}-%{release}
|
||||||
Provides: %{name}-devel = %{version}-%{release}
|
Provides: %{name}-devel = %{version}-%{release}
|
||||||
@ -49,7 +51,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%_libdir/*.so.*
|
%_libdir/*.so.*
|
||||||
@ -62,28 +65,6 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
|
|||||||
%{_includedir}/libmb/*.h
|
%{_includedir}/libmb/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.9-30
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.9-29
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-28
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-27
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-26
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-25
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-24
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-23
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-23
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user