rpms/ytalk/FC-4 ytalk.spec,1.2,1.3

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Sat May 20 04:52:55 UTC 2006


Author: mmcgrath

Update of /cvs/extras/rpms/ytalk/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23908/FC-4

Modified Files:
	ytalk.spec 
Log Message:
Changed %build to allow rpmbuild remove debug info instead of doing it manually.




Index: ytalk.spec
===================================================================
RCS file: /cvs/extras/rpms/ytalk/FC-4/ytalk.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ytalk.spec	21 Feb 2006 10:28:07 -0000	1.2
+++ ytalk.spec	20 May 2006 04:52:54 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: A chat program for multiple users
 Name: ytalk
 Version: 3.3.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: Applications/Internet
 URL: http://www.impul.se/ytalk/
@@ -22,13 +22,13 @@
 
 %build
 %configure
-make 
+make %{?_smp_mflags}
 
 %install
-%makeinstall-strip
-
+#%makeinstall
+make install DESTDIR=%{buildroot}
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
@@ -38,6 +38,9 @@
 %config(noreplace) /etc/ytalkrc
 
 %changelog
+* Fri May 19 2006 Mike McGrath <imlinux at gmail.com> 3.3.0-4
+- Changed %makeinstall-strip to make install DESTDIR=%{buildroot}
+
 * Wed Dec 21 2005 Mike McGrath <imlinux at gmail.com> 3.3.0-3
 - Updated to version 3.3.0
 - Upstream maintainer changed (from http://www.metawire.org/) 




More information about the fedora-extras-commits mailing list