rpms/clide/devel clide.spec,1.2,1.3

richardfearn richardfearn at fedoraproject.org
Wed Jun 16 20:13:16 UTC 2010


Author: richardfearn

Update of /cvs/pkgs/rpms/clide/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12375

Modified Files:
	clide.spec 
Log Message:
update to 0.9-3


Index: clide.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clide/devel/clide.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- clide.spec	16 Jun 2010 20:11:09 -0000	1.2
+++ clide.spec	16 Jun 2010 20:13:16 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           clide
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Color and style highlighting program for text
 
 Group:          Applications/Text
@@ -37,7 +37,7 @@ make manpages
 
 %install
 rm -rf %{buildroot}
-make ROOT=%{buildroot} rpminstall
+make BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}/man1 rpminstall
 
 %clean
 rm -rf %{buildroot}
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/clide.1*
 
 %changelog
+* Tue Jun  8 2010 Richard Fearn <richardfearn at gmail.com> - 0.9-3
+- Explicitly set BINDIR/MANDIR when installing
+
 * Mon Jun  7 2010 Richard Fearn <richardfearn at gmail.com> - 0.9-2
 - clide is GPLv3+; remove LICENSE file, which contradicts this
 - Rename Makefile patch, and describe its purpose



More information about the scm-commits mailing list