tml (and never actually shipped in any FE repo?)
This commit is contained in:
Ville Skyttä 2006-10-11 19:54:26 +00:00
parent 2dbdd2b311
commit c91abd1b76
6 changed files with 2 additions and 107 deletions

View File

@ -1 +0,0 @@
libmatchbox-1.7.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: libmatchbox
# $Id$
NAME := libmatchbox
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

2
dead.package Normal file
View File

@ -0,0 +1,2 @@
http://www.redhat.com/archives/fedora-extras-list/2006-September/msg00404.html
(and never actually shipped in any FE repo?)

View File

@ -1,83 +0,0 @@
Summary: Matchbox library
Name: libmatchbox
Version: 1.7
Release: 3
License: LGPL
Group: System Environment/Libraries
URL: http://projects.o-hand.com/matchbox/
Source0: http://projects.o-hand.com/matchbox/sources/libmatchbox/1.7/libmatchbox-1.7.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libtool
BuildRequires: xorg-x11-devel
BuildRequires: pango-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
%description
All font and image operations are provided to other Matchbox packages via libmatchbox.
%package devel
Summary: Headers and shared libraries for %{name}
Group: Development/Libraries
Requires: libmatchbox = %{version}-%{release}
Requires: pkgconfig
Requires: xorg-x11-devel
Requires: pango-devel
Requires: libpng-devel
Requires: libjpeg-devel
%description devel
Libraries and headers for libmatchbox. Required for building other Matchbox packages.
%prep
%setup -q
%build
%configure --enable-pango --enable-jpeg
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
# the .la file is not needed
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
# runtime
%files
%defattr(0755, root, root, 0755)
%{_libdir}/libmb.so.*
# development files
%files devel
%defattr(0655, root, root, 0755)
%{_libdir}/libmb.so
%{_libdir}/libmb.a
%{_libdir}/pkgconfig/libmb.pc
%{_includedir}/libmb/
%changelog
* Fri Jun 17 2005 Toni Willberg <toniw@iki.fi> 1.7-3
- added missing BuildRequires
- removed unnecessary Requires from devel package
* Mon Jun 13 2005 Toni Willberg <toniw@iki.fi> 1.7-2
- changed as suggested by Ignacio Vazquez-Abrams <ivazquez@ivazquez.net>:
- Drop 0 Epoch
- Source0 should have full URL
- Drop .la file from -devel
- Use %{_includedir}/libmb instead of doing dir and headers separately
* Sun May 22 2005 Toni Willberg <toniw@iki.fi> 1.7-1
- Initial build. Thanks to Rudolf Kastl <che666@gmail.com>

View File

@ -1 +0,0 @@
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild

View File

@ -1 +0,0 @@
71dde5a06df6c755ed33f111aecaaf8c libmatchbox-1.7.tar.gz