From cf21369e2c0e1c742b30fca78c45a21874f1b90a Mon Sep 17 00:00:00 2001 From: cvsextras Date: Nov 08 2004 04:10:10 +0000 Subject: auto-import changelog data from compface-1.4-0.fdr.3.rh80.src.rpm 1.4-0.fdr.3 - Add URL, other minor specfile tweaks (#63). 1.4-0.fdr.2 - Fix build on RH9 (#63). - Save .spec in UTF-8. - Provide -devel to ease possible future 'shared lib'ification. 1.4-0.fdr.1 - Update to current Fedora guidelines. Fri Feb 07 2003 Ville Skyttä - 1.4-1.fedora.1 - First Fedora release. --- diff --git a/.cvsignore b/.cvsignore index e69de29..e6c0eb5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +compface-1.4.tar.gz diff --git a/compface-1.4.lsm b/compface-1.4.lsm new file mode 100644 index 0000000..19f1270 --- /dev/null +++ b/compface-1.4.lsm @@ -0,0 +1,20 @@ +Begin3 +Title: compface +Version: 1.4 +Entered-date: 23NOV00 +Description: Routines for converting between X-Face format and Bitblit + ikon format. Uncompface also generates X bitmap format + directly with -X flag. Shenghuo ZHU + added GNU configure and made xbitmap variable less public. + -X didn't work in 1.2, should work in 1.3 now. + Should also compile on systems with only strerror() in 1.4. +Keywords: faces, picons, exmh +Author: jaa@cs.su.oz.au (James Ashton) +Maintained-by: ken_yap@users.sourceforge.net (Ken Yap) +Primary-site: www.ibiblio.org /pub/Linux/apps/graphics/convert + 29154 compface-1.4.tar.gz + 825 compface-1.4.lsm +Original-site: ftp://ftp.cs.indiana.edu/pub/faces/compface/ +Platforms: Unix +Copying-policy: MIT +End diff --git a/compface-errno.patch b/compface-errno.patch new file mode 100644 index 0000000..14f8406 --- /dev/null +++ b/compface-errno.patch @@ -0,0 +1,10 @@ +--- compface.h~ 2000-11-22 15:38:39.000000000 +0200 ++++ compface.h 2003-05-03 15:06:19.000000000 +0300 +@@ -17,6 +17,7 @@ + #define COMPFACE_H + + #include ++#include + + /* For all function declarations, if ANSI then use a prototype. */ + diff --git a/compface.spec b/compface.spec new file mode 100644 index 0000000..10b7b11 --- /dev/null +++ b/compface.spec @@ -0,0 +1,75 @@ +Name: compface +Version: 1.4 +Release: 0.fdr.3.rh80 +Epoch: 0 +Summary: Library for handling X-Faces + +Group: System Environment/Libraries +License: MIT +URL: http://www.ibiblio.org/pub/Linux/apps/graphics/convert/ +Source0: ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/convert/compface-1.4.tar.gz +Source1: ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/convert/compface-1.4.lsm +Patch0: %{name}-errno.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Provides: %{name}-devel = %{epoch}:%{version}-%{release} + +%description +Library for handling X-Faces and Bitblit icons. + +# ----------------------------------------------------------------------------- + +%prep +%setup -q +cp -p %{SOURCE1} . +%patch0 -p0 + +# ----------------------------------------------------------------------------- + +%build +%configure +make %{?_smp_mflags} + +# ----------------------------------------------------------------------------- + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p \ + $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,3},%{_includedir},%{_libdir}} +%makeinstall \ + BINDIR=$RPM_BUILD_ROOT%{_bindir} \ + LIBDIR=$RPM_BUILD_ROOT%{_libdir} \ + MANDIR=$RPM_BUILD_ROOT%{_mandir} \ + INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir} + +# ----------------------------------------------------------------------------- + +%clean +rm -rf $RPM_BUILD_ROOT + +# ----------------------------------------------------------------------------- + +%files +%defattr(-,root,root,-) +%doc ChangeLog README *.lsm +%{_bindir}/* +%{_mandir}/*/* +%{_libdir}/* +%{_includedir}/* + +# ----------------------------------------------------------------------------- + +%changelog +* Fri May 30 2003 Ville Skyttä - 0:1.4-0.fdr.3 +- Add URL, other minor specfile tweaks (#63). + +* Sat May 3 2003 Ville Skyttä - 0:1.4-0.fdr.2 +- Fix build on RH9 (#63). +- Save .spec in UTF-8. +- Provide -devel to ease possible future 'shared lib'ification. + +* Sat Mar 22 2003 Ville Skyttä - 0:1.4-0.fdr.1 +- Update to current Fedora guidelines. + +* Fri Feb 7 2003 Ville Skyttä - 1.4-1.fedora.1 +- First Fedora release. diff --git a/sources b/sources index e69de29..19b2d6c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c45b54f67cc5d3580a18e4113219bc26 compface-1.4.tar.gz