Accepting request 29310 from server:mail
Copy from server:mail/compface based on submit request 29310 from user coolo OBS-URL: https://build.opensuse.org/request/show/29310 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/compface?expand=0&rev=5
This commit is contained in:
parent
69cf6d65cb
commit
a6a492eb79
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 18 15:48:31 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel building
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 22 17:46:25 CEST 2006 - schwab@suse.de
|
Mon May 22 17:46:25 CEST 2006 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package compface (Version 1.5.2)
|
# spec file for package compface (Version 1.5.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,9 +21,9 @@
|
|||||||
Name: compface
|
Name: compface
|
||||||
Summary: 48x48x1 Image Compression and Decompression
|
Summary: 48x48x1 Image Compression and Decompression
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 135
|
Release: 136
|
||||||
Group: Productivity/Graphics/Convertors
|
Group: Productivity/Graphics/Convertors
|
||||||
License: Any permissive
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
Source: http://ftp.xemacs.org/pub/xemacs/aux/compface-%{version}.tar.gz
|
Source: http://ftp.xemacs.org/pub/xemacs/aux/compface-%{version}.tar.gz
|
||||||
Source1: xbm2face
|
Source1: xbm2face
|
||||||
Patch: compface-%{version}.diff
|
Patch: compface-%{version}.diff
|
||||||
@ -51,7 +51,7 @@ Authors:
|
|||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC" INSTALL="install -D" \
|
CFLAGS="$RPM_OPT_FLAGS -fPIC" INSTALL="install -D" \
|
||||||
./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir}
|
./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir}
|
||||||
make
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install prefix=$RPM_BUILD_ROOT%{_prefix} \
|
make install prefix=$RPM_BUILD_ROOT%{_prefix} \
|
||||||
@ -73,31 +73,3 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 22 2006 schwab@suse.de
|
|
||||||
- Don't strip binaries.
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Wed Oct 05 2005 schwab@suse.de
|
|
||||||
- Update to compface 1.5.2.
|
|
||||||
* Mon Jan 10 2005 schwab@suse.de
|
|
||||||
- Update to compface 1.5.
|
|
||||||
* Sat Sep 11 2004 schwab@suse.de
|
|
||||||
- Update to compface 1.4.
|
|
||||||
* Mon May 12 2003 schwab@suse.de
|
|
||||||
- Fix filelist.
|
|
||||||
* Wed Apr 02 2003 schwab@suse.de
|
|
||||||
- Remove useless %%ifarch ix86.
|
|
||||||
* Wed Apr 02 2003 sf@suse.de
|
|
||||||
- add -fPIC for #ifnarch ix86
|
|
||||||
* Fri Nov 29 2002 schwab@suse.de
|
|
||||||
- Fix use of errno.
|
|
||||||
* Thu Apr 18 2002 schwab@suse.de
|
|
||||||
- Properly use %%{_libdir}.
|
|
||||||
* Tue Jan 29 2002 schwab@suse.de
|
|
||||||
- Use %%{_libdir}.
|
|
||||||
* Mon Nov 26 2001 mfabian@suse.de
|
|
||||||
- add two small utilities 'xbm2face' and 'xbm2xface.pl' to
|
|
||||||
create an X-Face: header from an xbm file
|
|
||||||
- bzip2 sources
|
|
||||||
* Fri Sep 29 2000 schwab@suse.de
|
|
||||||
- Initial version 1.3.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user