diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 4e613e7..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -libmatchbox-1.7.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 76a1f3d..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..807816f --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +http://www.redhat.com/archives/fedora-extras-list/2006-September/msg00404.html +(and never actually shipped in any FE repo?) diff --git a/libmatchbox.spec b/libmatchbox.spec deleted file mode 100644 index e676729..0000000 --- a/libmatchbox.spec +++ /dev/null @@ -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 1.7-3 -- added missing BuildRequires -- removed unnecessary Requires from devel package - -* Mon Jun 13 2005 Toni Willberg 1.7-2 -- changed as suggested by Ignacio Vazquez-Abrams : - - 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 1.7-1 -- Initial build. Thanks to Rudolf Kastl - - diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild diff --git a/sources b/sources deleted file mode 100644 index 5630db3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -71dde5a06df6c755ed33f111aecaaf8c libmatchbox-1.7.tar.gz