packages: ttmkfdir/ttmkfdir.spec, ttmkfdir/ttmkfdir2-headers.patch (NEW) - ...

pawelz pawelz at pld-linux.org
Fri Apr 2 00:35:57 CEST 2010


Author: pawelz                       Date: Thu Apr  1 22:35:57 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added patch: #include <string.h> (thx sparky)
- verbose %files

---- Files affected:
packages/ttmkfdir:
   ttmkfdir.spec (1.24 -> 1.25) , ttmkfdir2-headers.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ttmkfdir/ttmkfdir.spec
diff -u packages/ttmkfdir/ttmkfdir.spec:1.24 packages/ttmkfdir/ttmkfdir.spec:1.25
--- packages/ttmkfdir/ttmkfdir.spec:1.24	Fri Apr  2 00:22:56 2010
+++ packages/ttmkfdir/ttmkfdir.spec	Fri Apr  2 00:35:51 2010
@@ -20,6 +20,7 @@
 Patch6:		%{name}2-encodings.patch
 Patch7:		%{name}2-nofileswithspaces.patch
 Patch8:		%{name}2-build.patch
+Patch9:		%{name}2-headers.patch
 BuildRequires:	flex
 BuildRequires:	freetype-devel >= 2.0.1
 BuildRequires:	libstdc++-devel
@@ -47,6 +48,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 %{__make} clean
@@ -67,8 +69,8 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -76,6 +78,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2010/04/01 22:35:51  pawelz
+- added patch: #include <string.h> (thx sparky)
+- verbose %files
+
 Revision 1.24  2010/04/01 22:22:56  pawelz
 - added URL
 - working Source0

================================================================
Index: packages/ttmkfdir/ttmkfdir2-headers.patch
diff -u /dev/null packages/ttmkfdir/ttmkfdir2-headers.patch:1.1
--- /dev/null	Fri Apr  2 00:35:57 2010
+++ packages/ttmkfdir/ttmkfdir2-headers.patch	Fri Apr  2 00:35:52 2010
@@ -0,0 +1,10 @@
+--- ttmkfdir2/directory.cpp~	2010-04-02 00:23:58.000000000 +0200
++++ ttmkfdir2/directory.cpp	2010-04-02 00:29:13.000000000 +0200
+@@ -2,6 +2,7 @@
+ #include <dirent.h>
+ #include <sys/stat.h>
+ #include <unistd.h>
++#include <string.h>
+ 
+ #include "directory.h"
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ttmkfdir/ttmkfdir.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list