SPECS: compizconfig-backend-kconfig.spec - better not to touch lib...

qboosh qboosh at pld-linux.org
Sat Aug 25 23:38:35 CEST 2007


Author: qboosh                       Date: Sat Aug 25 21:38:35 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- better not to touch libtool in KDE hackery, causes too much trouble
- silent check-files

---- Files affected:
SPECS:
   compizconfig-backend-kconfig.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/compizconfig-backend-kconfig.spec
diff -u SPECS/compizconfig-backend-kconfig.spec:1.2 SPECS/compizconfig-backend-kconfig.spec:1.3
--- SPECS/compizconfig-backend-kconfig.spec:1.2	Sat Aug 25 23:31:56 2007
+++ SPECS/compizconfig-backend-kconfig.spec	Sat Aug 25 23:38:30 2007
@@ -14,7 +14,6 @@
 BuildRequires:	automake
 BuildRequires:	kdelibs-devel
 BuildRequires:	libcompizconfig-devel >= %{version}
-BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,7 +32,6 @@
 %patch0 -p1
 
 %build
-%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -47,14 +45,14 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-mv -f $RPM_BUILD_ROOT%{_libdir}/compizconfig/backends/libkconfig{,.so}
+rm -f $RPM_BUILD_ROOT%{_libdir}/compizconfig/backends/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/compizconfig/backends/*.so
+%attr(755,root,root) %{_libdir}/compizconfig/backends/libkconfig.so
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -62,6 +60,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/08/25 21:38:30  qboosh
+- better not to touch libtool in KDE hackery, causes too much trouble
+- silent check-files
+
 Revision 1.2  2007/08/25 21:31:56  qboosh
 - pl fix, clarified License
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/compizconfig-backend-kconfig.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list