rpms/lasi/devel lasi.spec,1.4,1.5

Orion Poplawski orion at fedoraproject.org
Fri Feb 20 20:00:50 UTC 2009


Author: orion

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

Modified Files:
	lasi.spec 
Log Message:
* Fri Feb 20 2009 - Orion Poplawski <orion at cora.nwra.com> - 1.1.0-3
- Change BR to dejavu-fonts-compat
- Add -DCMAKE_SKIP_RPATH:BOOL=OFF -DUSE_RPATH=OFF to cmake to
  use rpath during build, but not install



Index: lasi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lasi/devel/lasi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lasi.spec	5 Aug 2008 20:03:14 -0000	1.4
+++ lasi.spec	20 Feb 2009 20:00:19 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           lasi
 Version:        1.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        C++ library for creating Postscript documents
 
 Group:          Development/Libraries
@@ -11,7 +11,7 @@
 
 BuildRequires:  pango-devel, cmake
 # For testing
-BuildRequires:  dejavu-fonts
+BuildRequires:  dejavu-fonts-compat
 
 
 %description
@@ -52,7 +52,7 @@
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
 export FFLAGS="$RPM_OPT_FLAGS"
-%cmake ..
+%cmake -DCMAKE_SKIP_RPATH=OFF -DUSE_RPATH=OFF ..
 make VERBOSE=1 %{?_smp_mflags}
 
 
@@ -92,6 +92,11 @@
 
 
 %changelog
+* Fri Feb 20 2009 - Orion Poplawski <orion at cora.nwra.com> - 1.1.0-3
+- Change BR to dejavu-fonts-compat
+- Add -DCMAKE_SKIP_RPATH:BOOL=OFF -DUSE_RPATH=OFF to cmake to
+  use rpath during build, but not install
+
 * Tue Aug  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1.0-2
 - fix license tag
 




More information about the fedora-extras-commits mailing list