rpms/libcaca/devel libcaca.spec,1.1,1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Nov 11 19:21:39 UTC 2004


Changeset from: thias

Update of /cvs/extras/rpms/libcaca/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv8556/libcaca/devel

Modified Files:
	libcaca.spec 
Log Message:
Release bumping to provide upgrade path from non-fedora.us packages.
A few minor tweaks here and there.



Index: libcaca.spec
===================================================================
RCS file: /cvs/extras/rpms/libcaca/devel/libcaca.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcaca.spec	8 Nov 2004 04:42:00 -0000	1.1
+++ libcaca.spec	11 Nov 2004 19:21:36 -0000	1.2
@@ -1,18 +1,13 @@
-# $Id$
-# Authority: matthias
-# Upstream: Sam Hocevar <sam$zoy,org>
-
 Summary: Library for Colour AsCii Art, text mode graphics
 Name: libcaca
 Version: 0.9
-Release: 1.1.fc2.fr
+Release: 5
 License: LGPL
 Group: System Environment/Libraries
 URL: http://sam.zoy.org/projects/libcaca/
-
 Source: http://sam.zoy.org/projects/libcaca/libcaca-%{version}.tar.bz2
+Patch: libcaca-0.9-man3.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-
 Buildrequires: XFree86-devel, ncurses-devel >= 5, slang-devel, imlib2-devel
 Buildrequires: zlib-devel, doxygen, tetex-latex, tetex-dvips
 
@@ -58,11 +53,11 @@
 
 %prep
 %setup
+%patch -p1 -b .man3
 
 
 %build
 %configure \
-    --program-prefix="%{?_program_prefix}" \
     --enable-slang \
     --enable-ncurses \
     --enable-x11 \
@@ -84,11 +79,11 @@
 %files devel
 %defattr(-, root, root, 0755)
 %doc COPYING %{name}-devel-docs/*
-%{_libdir}/*
+%{_libdir}/*.a
 %{_bindir}/caca-config
 %{_includedir}/*
 %{_mandir}/man1/caca-config.1*
-%{_mandir}/man3/*
+#{_mandir}/man3/*
 
 %files -n caca-utils
 %defattr(-, root, root, 0755)
@@ -107,6 +102,13 @@
 
 
 %changelog
+* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.9-5
+- Bump release to provide Extras upgrade path.
+
+* Wed Nov  3 2004 Matthias Saou <http://freshrpms.net/> 0.9-4
+- Disable man3 pages, they don't build on FC3, this needs fixing.
+- Fix to not get the debuginfo files go into the devel package.
+
 * Wed May 19 2004 Matthias Saou <http://freshrpms.net/> 0.9-3
 - Rebuild for Fedora Core 2.
 




More information about the fedora-extras-commits mailing list