rpms/nucleo/FC-5 nucleo.spec,1.5,1.6

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Tue Jun 13 02:07:06 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/nucleo/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12804/FC-5

Modified Files:
	nucleo.spec 
Log Message:
Remove %makeinstall macro


Index: nucleo.spec
===================================================================
RCS file: /cvs/extras/rpms/nucleo/FC-5/nucleo.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nucleo.spec	10 Jun 2006 02:28:46 -0000	1.5
+++ nucleo.spec	13 Jun 2006 02:07:06 -0000	1.6
@@ -1,5 +1,5 @@
 Name:           nucleo
-Version:        0.5
+Version:        0.6
 Release:        6%{?dist}
 Summary:        Toolkit for exploring new uses of video
 Group:          Development/Tools
@@ -18,7 +18,6 @@
 BuildRequires:  xorg-x11-devel
 %endif
 
-
 %description
 Nucleo is a toolkit for exploring new uses of video and new human-computer
 interaction techniques.
@@ -44,7 +43,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -73,6 +72,9 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Mon Jun 12 2006 Christopher Stone <chris.stone at gmail.com> 0.5-7
+- Remove %%makeinstall macro
+
 * Fri Jun 09 2006 Christopher Stone <chris.stone at gmail.com> 0.5-6
 - devel subpackage now Requires pkgconfig
 - Remove %%{name} from devel description




More information about the fedora-extras-commits mailing list