Blame SPECS/libmatchbox.spec

abc034
Summary:        Libraries for the Matchbox Desktop
abc034
Name:           libmatchbox 
abc034
Version:        1.9
abc034
Release:        23%{?dist}
abc034
Url:            http://projects.o-hand.com/matchbox/
abc034
License:        LGPLv2+
abc034
Group:          Development/Libraries 
abc034
Source:         http://projects.o-hand.com/matchbox/sources/libmatchbox/%{version}/%{name}-%{version}.tar.bz2
abc034
Patch0:         libmatchbox-1.9-add-needed.patch
abc034
Patch1:		libmatchbox-1.9-libpng.patch
abc034
BuildRequires:  pango-devel
abc034
BuildRequires:  libpng-devel
abc034
BuildRequires:  libjpeg-devel
abc034
BuildRequires:  check-devel
abc034
BuildRequires:  autoconf automake libtool
abc034
Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
abc034
abc034
%description
abc034
Matchbox is a base environment for the X Window System running on non-desktop
abc034
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
abc034
for which screen space, input mechanisms or system resources are limited.
abc034
abc034
%package devel
abc034
Group:          Development/C
abc034
Summary:        Static libraries and header files from %{name}
abc034
Provides:       matchbox-devel = %{version}-%{release}
abc034
Provides:       %{name}-devel = %{version}-%{release}
abc034
Provides:       lib%{name}-devel = %{version}-%{release}
abc034
Provides:       libmb-devel = %{version}-%{release}
abc034
Requires:       libmatchbox = %{version}
abc034
Requires:       pkgconfig
abc034
abc034
%description devel
abc034
Static libraries and header files from %{name}
abc034
abc034
%prep
abc034
%setup -q
abc034
%patch0 -p1 -b .add-needed
abc034
%patch1 -p1 -b .libpng
abc034
abc034
%build
abc034
autoreconf -v --install
abc034
%configure --enable-png --enable-jpeg --enable-pango
abc034
make %{?_smp_mflags}
abc034
abc034
%install
abc034
rm -rf $RPM_BUILD_ROOT
abc034
make install DESTDIR=$RPM_BUILD_ROOT
abc034
abc034
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
abc034
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
abc034
abc034
abc034
%post -p /sbin/ldconfig
abc034
%postun -p /sbin/ldconfig
abc034
abc034
%files 
abc034
%_libdir/*.so.*
abc034
abc034
%files devel
abc034
%doc AUTHORS ChangeLog README COPYING
abc034
%{_libdir}/pkgconfig/*.pc
abc034
%{_libdir}/*.so
abc034
%dir %{_includedir}/libmb
abc034
%{_includedir}/libmb/*.h
abc034
abc034
%changelog
abc034
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-23
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
abc034
abc034
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-22
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
abc034
abc034
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-21
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
abc034
abc034
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-20
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
abc034
abc034
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-19
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
abc034
abc034
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-18
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
abc034
abc034
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-17
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
abc034
abc034
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-16
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
abc034
abc034
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-15
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
abc034
abc034
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-14
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
abc034
abc034
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-13
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
abc034
abc034
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.9-12
abc034
- rebuild due to "jpeg8-ABI" feature drop
abc034
abc034
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.9-11
abc034
- rebuild against new libjpeg
abc034
abc034
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-10
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
abc034
abc034
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-9
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
abc034
abc034
* Thu Nov 17 2011 Adam Jackson <ajax@redhat.com> 1.9-8
abc034
- libmatchbox-1.9-libpng.patch: libpng 1.5 compatibility
abc034
abc034
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 1.9-7
abc034
- libmatchbox-1.9-add-needed.patch: Fix FTBFS from --no-add-needed
abc034
abc034
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-6
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
abc034
abc034
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-5
abc034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
abc034
abc034
* Wed Aug  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.9-4
abc034
- fix license tag
abc034
abc034
* Tue Jun 19 2007 John (J5) Palmieri <johnp@redhat.com> 1.9-3
abc034
- Fixed License to be LGPL
abc034
- Add COPYING license file to docs
abc034
- Fixed Group
abc034
- Fixed buildroot
abc034
- Added {} braces around % macros
abc034
- Removed .la and .a files 
abc034
- Own {_includedir}/libmb directory
abc034
- Add dist tag to release
abc034
- Add smpflags  flag to make
abc034
- Remove use of boken makeinstall macro
abc034
 
abc034
* Mon Aug 21 2006 Marco Pesenti Gritti <mpg@redhat.com> 1.9-2
abc034
- Disable xsettings
abc034
abc034
* Mon Aug 21 2006 Marco Pesenti Gritti <mpg@redhat.com> 1.9-1
abc034
- Update to 1.9
abc034
abc034
* Thu May 12 2005 Austin Acton <austin@mandriva.org> 1.7-1mdk
abc034
- New release 1.7
abc034
- fix URLs
abc034
abc034
* Mon Jan 24 2005 Austin Acton <austin@mandrake.org> 1.6-1mdk
abc034
- 1.6
abc034
abc034
* Tue Jan 4 2005 Austin Acton <austin@mandrake.org> 1.5-1mdk
abc034
- 1.5
abc034
abc034
* Wed Sep 29 2004 Austin Acton <austin@mandrake.org> 1.4-1mdk
abc034
- 1.4
abc034
abc034
* Mon Aug 23 2004 Austin Acton <austin@mandrake.org> 1.3-1mdk
abc034
- 1.3
abc034
abc034
* Mon Jul 20 2004 Austin Acton <austin@mandrake.org> 1.2-1mdk
abc034
- initial package