rpms/blt/devel blt.spec,1.15,1.16

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Thu Nov 15 07:29:43 UTC 2007


Author: sergiopr

Update of /cvs/pkgs/rpms/blt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17602

Modified Files:
	blt.spec 
Log Message:
* Thu Nov 15 2007 Sergio Pascual <sergiopr at fedoraproject.org> 2.4-19
- Renaming the file in /etc/ld.so.conf.d to %name



Index: blt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blt/devel/blt.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- blt.spec	5 Nov 2007 09:16:10 -0000	1.15
+++ blt.spec	15 Nov 2007 07:29:08 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: BLT widget extension to Tcl/Tk scripting language development
 Name: blt
 Version: 2.4
-Release: 18%{?dist}
+Release: 19%{?dist}
 
 License: MIT
 Group: Development/Libraries
@@ -60,7 +60,7 @@
 rm -f html/Makefile.vc
 # File in /etc/ld.so.conf.d
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d
-echo "%{_libdir}/blt2.4" >> $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/ds9-%{_arch}.conf
+echo "%{_libdir}/blt2.4" >> $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -80,6 +80,9 @@
 %{_includedir}/blt/*
 
 %changelog
+* Thu Nov 15 2007 Sergio Pascual <sergiopr at fedoraproject.org> 2.4-19
+- Renaming the file in /etc/ld.so.conf.d to %%name
+
 * Mon Nov 05 2007 Sergio Pascual <sergiopr at fedoraproject.org> 2.4-18
 - Providing file in /etc/ld.so.conf.d (bug #333081)
 




More information about the fedora-extras-commits mailing list