rpms/kst/devel kst.spec,1.13,1.14

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Tue May 29 14:07:18 UTC 2007


Author: mtruch

Update of /cvs/extras/rpms/kst/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10086

Modified Files:
	kst.spec 
Log Message:
Forgot %{buildroot} in the script.



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/devel/kst.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- kst.spec	29 May 2007 13:44:04 -0000	1.13
+++ kst.spec	29 May 2007 14:06:41 -0000	1.14
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.4.0
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    A data viewing program for KDE
 
 Group:      Applications/Engineering
@@ -99,12 +99,12 @@
 
 # Delete wmap and scuba2 datasources; it's a packaging bug at the 
 # kst upstream end that they are installed in 1.4.0 (they are unfinished).
-rm -f  %{_libdir}/kde3/kstdata_scuba.la \
-       %{_libdir}/kde3/kstdata_scuba.so \
-       %{_libdir}/kde3/kstdata_wmap.la \
-       %{_libdir}/kde3/kstdata_wmap.so \
-       %{_datadir}/services/kst/kstdata_scuba.desktop \
-       %{_datadir}/services/kst/kstdata_wmap.desktop
+rm -f  %{buildroot}/%{_libdir}/kde3/kstdata_scuba.la \
+       %{buildroot}/%{_libdir}/kde3/kstdata_scuba.so \
+       %{buildroot}/%{_libdir}/kde3/kstdata_wmap.la \
+       %{buildroot}/%{_libdir}/kde3/kstdata_wmap.so \
+       %{buildroot}/%{_datadir}/services/kst/kstdata_scuba.desktop \
+       %{buildroot}/%{_datadir}/services/kst/kstdata_wmap.desktop
 
 %find_lang %{name}
 
@@ -227,6 +227,9 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Tue May 29 2007 Matthew Truch <matt at truch.net> - 1.4.0-3
+- Recall that things get installed into %%{buildroot}
+
 * Tue May 29 2007 Matthew Truch <matt at truch.net> - 1.4.0-2
 - Remove wmap and scuba2 datasources.  They shouldn't have been included
   in the upstream release.  




More information about the fedora-extras-commits mailing list