Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3d7fdf148 | ||
|
|
320074b48b | ||
|
|
cca9058516 | ||
|
|
d08c81710f | ||
| 5185ab44db |
3 changed files with 13 additions and 26 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue