Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
c3d7fdf148 dist-git conversion 2010-07-28 12:00:14 +00:00
Bill Nottingham
320074b48b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:32:00 +00:00
Andreas Bierfert
cca9058516 - add dist tag 2008-01-04 07:50:03 +00:00
Andreas Bierfert
d08c81710f - cp spec from F-7 2008-01-04 07:48:01 +00:00
5185ab44db Initialize branch EL-5 for compface 2008-01-04 04:32:56 +00:00
3 changed files with 13 additions and 26 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: compface
# $Id$
NAME := compface
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)

View file

@ -1,11 +1,11 @@
Name: compface
Version: 1.5.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Utilities for handling X-Faces
Group: Applications/Multimedia
License: MIT
URL: http://www.ibiblio.org/pub/Linux/apps/graphics/convert/
URL: http://ftp.xemacs.org/pub/xemacs/aux/
Source0: http://ftp.xemacs.org/pub/xemacs/aux/%{name}-%{version}.tar.gz
Source1: compface-test.xbm
Source2: compface-README.copyright
@ -16,10 +16,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: diffutils
%description
%{summary}.
Compface is a filter for generating highly compressed representations
of 48x48x1 face image files, which can be used in mail clients and mail
notification programs. Uncompface is an inverse filter, which performs
an inverse transformation with no loss of data.
%package devel
Summary: Library for handling X-Faces
Summary: Development files for handling X-Faces
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
@ -79,7 +83,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Aug 28 2006 Michael Schwendt <mschwendt[AT]users.sf.net>
* Thu Jan 4 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.5.2-5
- rebuilt
- Update summaries and url.
* Mon Aug 28 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.5.2-4
- rebuilt
* Sat Aug 5 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.5.2-3