SPECS (AC-branch): libidn.spec - remove ELF executable from %doc; rel 2

glen glen at pld-linux.org
Mon Aug 18 17:32:10 CEST 2008


Author: glen                         Date: Mon Aug 18 15:32:10 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- remove ELF executable from %doc; rel 2

---- Files affected:
SPECS:
   libidn.spec (1.54.2.2 -> 1.54.2.3) 

---- Diffs:

================================================================
Index: SPECS/libidn.spec
diff -u SPECS/libidn.spec:1.54.2.2 SPECS/libidn.spec:1.54.2.3
--- SPECS/libidn.spec:1.54.2.2	Tue Jan  9 21:45:14 2007
+++ SPECS/libidn.spec	Mon Aug 18 17:32:04 2008
@@ -17,7 +17,7 @@
 Summary(pl):	Biblioteka do przetwarzania umiêdzynarodowionych ³añcuchów
 Name:		libidn
 Version:	0.6.10
-Release:	1
+Release:	2
 License:	LGPL v2.1
 Group:		Libraries
 Source0:	http://josefsson.org/libidn/releases/%{name}-%{version}.tar.gz
@@ -147,6 +147,7 @@
 %if %{with python}
 %{__make} -C contrib/idn-python \
 	INCLUDE="%{py_incdir} %{rpmcflags} -I../../lib -L../../lib/.libs"
+mv contrib/idn-python/idn.so python-idn.so
 %endif
 
 %install
@@ -156,7 +157,7 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 %if %{with python}
-install -D contrib/idn-python/idn.so $RPM_BUILD_ROOT%{py_sitedir}/idn.so
+install -D python-idn.so $RPM_BUILD_ROOT%{py_sitedir}/idn.so
 %endif
 
 %find_lang %{name}
@@ -179,6 +180,7 @@
 %doc AUTHORS ChangeLog FAQ NEWS README* THANKS TODO doc/libidn.html contrib
 %attr(755,root,root) %{_bindir}/idn
 %attr(755,root,root) %{_libdir}/libidn.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libidn.so.11
 %{_mandir}/man1/idn.1*
 %{_infodir}/libidn.info*
 
@@ -223,6 +225,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54.2.3  2008/08/18 15:32:04  glen
+- remove ELF executable from %doc; rel 2
+
 Revision 1.54.2.2  2007/01/09 20:45:14  glen
 - 0.6.10; skip auto* regeneration
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libidn.spec?r1=1.54.2.2&r2=1.54.2.3&f=u



More information about the pld-cvs-commit mailing list