rpms/cogito/FC-4 cogito.spec,1.1,1.2

Chris Wright (chrisw) fedora-extras-commits at redhat.com
Sat Sep 17 00:01:09 UTC 2005


Author: chrisw

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

Modified Files:
	cogito.spec 
Log Message:
Update spec file to use %{?dist} and fix _libdir breakage



Index: cogito.spec
===================================================================
RCS file: /cvs/extras/rpms/cogito/FC-4/cogito.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cogito.spec	16 Sep 2005 06:53:08 -0000	1.1
+++ cogito.spec	17 Sep 2005 00:01:07 -0000	1.2
@@ -1,6 +1,6 @@
 Name: 		cogito
 Version: 	0.14.1
-Release: 	1
+Release: 	2%{?dist}
 Summary:  	The Cogito Version Control System
 License: 	GPL
 Group: 		Development/Tools
@@ -25,7 +25,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install
+make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} libdir=%{_libdir}/cogito install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -38,6 +38,9 @@
 %doc README COPYING Documentation/*
 
 %changelog
+* Fri Sep 16 2005 Chris Wright <chrisw at osdl.org> 0.14.1-2
+- fix _libdir breakage on 64-bit, the irony...
+
 * Thu Sep 15 2005 Chris Wright <chrisw at osdl.org> 0.14.1-1
 - Update to 0.14.1
 




More information about the fedora-extras-commits mailing list