Name        : libcpdf                      Relocations: (not relocatable)
Version     : 2.02r1                            Vendor: Penguin Liberation Front
Release     : 4plf                          Build Date: Fri 27 Jan 2006 
12:22:46 AM CET
Install Date: (not installed)               Build Host: baader
Group       : System/Libraries              Source RPM: (none)
Size        : 781607      License: Freeware
Signature   : (none)
Packager    : Guillaume Rousse <[EMAIL PROTECTED]>
URL         : http://www.fastio.com/
Summary     : PDF manipulating library
Description :
This is a library of ANSI C functions, for creating PDF files directly
via C.

This package is in PLF because of its license.

---------------
Guillaume Rousse <[EMAIL PROTECTED]> 2.02r1-4plf
- %mkrel
- fix doc files encoding
---------------

---------------
Index: libcpdf.spec
===================================================================
RCS file: /home/projects/plf/cvs/SPECS/non-free/libcpdf/libcpdf.spec,v
retrieving revision 1.3
diff -u -r1.3 libcpdf.spec
--- libcpdf.spec        14 Jun 2005 20:59:48 -0000      1.3
+++ libcpdf.spec        27 Jan 2006 17:36:33 -0000
@@ -1,7 +1,6 @@
 %define name   libcpdf
 %define version 2.02r1
-%define release 3plf
-
+%define release %mkrel 4
 %define major  2
 %define libname        %mklibname cpdf %{major}
 
@@ -65,9 +64,13 @@
 %patch0 -p0
 %patch1 -p1
 chmod 644 doc/*.pdf
+find examples -type f | xargs perl -pi -e 'BEGIN {exit unless -T $ARGV[0];} 
tr/\r//d;'
 
 bzcat %{SOURCE1} > examples/Makefile
 
+# remove useless files
+rm -f examples/Makefile.*
+
 %build
 cd source
 %make -f Makefile.Linux shlib \
@@ -86,6 +89,7 @@
 
 install -m 644 source/libcpdf.a %{buildroot}%{_libdir}/
 
+
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig
@@ -109,6 +113,10 @@
 %{_libdir}/libcpdf.a
 
 %changelog
+* Fri Jan 27 2006 Guillaume Rousse <[EMAIL PROTECTED]> 2.02r1-4plf
+- %%mkrel
+- fix doc files encoding
+
 * Tue Jun 14 2005 Guillaume Rousse <[EMAIL PROTECTED]> 2.02r1-3plf
 - rebuild 
 


_______________________________________________
PLF-announce mailing list
[email protected]
https://www.zarb.org/mailman/listinfo/plf-announce

Reply via email to