packages: pacparser/pacparser.spec - don't use %ghost for binary files! Thi...

pawelz pawelz at pld-linux.org
Wed Feb 10 17:40:29 CET 2010


Author: pawelz                       Date: Wed Feb 10 16:40:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't use %ghost for binary files! This time binary file name is SONAME
- drop include_path.patch, apply make.patch

---- Files affected:
packages/pacparser:
   pacparser.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/pacparser/pacparser.spec
diff -u packages/pacparser/pacparser.spec:1.4 packages/pacparser/pacparser.spec:1.5
--- packages/pacparser/pacparser.spec:1.4	Wed Feb 10 14:35:33 2010
+++ packages/pacparser/pacparser.spec	Wed Feb 10 17:40:23 2010
@@ -11,7 +11,7 @@
 Group:		Libraries
 Source0:	http://pacparser.googlecode.com/files/%{name}-%{version}.tar.gz
 # Source0-md5:	32f502bee4233c8a7a6bdc1b1158b36b
-Patch0:		%{name}-include_path.patch
+Patch0:		%{name}-make.patch
 URL:		http://code.google.com/p/pacparser/
 BuildRequires:	js-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -77,7 +77,7 @@
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %ghost %{_libdir}/libpacparser.so.1
+%attr(755,root,root) %{_libdir}/libpacparser.so.1
 %{_mandir}/man1/pactester.1*
 
 %files devel
@@ -92,6 +92,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/02/10 16:40:23  pawelz
+- don't use %ghost for binary files! This time binary file name is SONAME
+- drop include_path.patch, apply make.patch
+
 Revision 1.4  2010/02/10 13:35:33  lisu
 - up to 1.0.9
 - remove polish desc section and let english be default one
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pacparser/pacparser.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list