rpms/tsclient/devel tsclient.spec,1.46,1.47

Matthias Clasen mclasen at fedoraproject.org
Fri Dec 4 04:11:10 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/tsclient/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25089

Modified Files:
	tsclient.spec 
Log Message:
don't ship .la files



Index: tsclient.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tsclient/devel/tsclient.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- tsclient.spec	29 Aug 2009 14:16:32 -0000	1.46
+++ tsclient.spec	4 Dec 2009 04:11:09 -0000	1.47
@@ -8,7 +8,7 @@
 Summary: Client for VNC and Windows Terminal Server
 Name: tsclient
 Version: 2.0.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 URL: http://sourceforge.net/projects/tsclient
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 
@@ -89,7 +89,7 @@ desktop-file-install --vendor tsclient -
   --remove-category Application                               \
   $RPM_BUILD_ROOT%{_datadir}/applications/*
 
-rm -rf $RPM_BUILD_ROOT/usr/lib/tsclient/plugins/*.{a,la}
+rm -rf $RPM_BUILD_ROOT%{_libdir}/tsclient/plugins/*.{a,la}
 
 %find_lang %{name}
 
@@ -139,6 +139,9 @@ fi
 
 
 %changelog
+* Thu Dec  3 2009 Matthias Clasen <mclasen at redhat.com> - 2.0.2-6
+- Don't ship .la files
+
 * Sat Aug 29 2009 Caolán McNamara <caolanm at redhat.com> - 2.0.2-5
 - Rebuild for dependencies
 




More information about the scm-commits mailing list