Mailinglist Archive: opensuse-commit (918 mails)
| < Previous | Next > |
commit dx
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sun, 25 Feb 2007 23:23:04 +0100
- Message-id: <20070225222304.B210C678184@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package dx
checked in at Sun Feb 25 23:23:04 CET 2007.
--------
--- dx/dx.changes 2007-02-15 17:38:15.000000000 +0100
+++ /mounts/work_src_done/STABLE/dx/dx.changes 2007-02-20 10:56:43.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 20 10:56:33 CET 2007 - lmichnovic@xxxxxxx
+
+- removed bindir.patch, making symbolic link instead
+
+-------------------------------------------------------------------
Old:
----
dx-4.4.4-bindir.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dx.spec ++++++
--- /var/tmp/diff_new_pack.H30014/_old 2007-02-25 23:22:51.000000000 +0100
+++ /var/tmp/diff_new_pack.H30014/_new 2007-02-25 23:22:51.000000000 +0100
@@ -17,7 +17,7 @@
BuildRequires: libdrm-devel
%endif
Version: 4.4.4
-Release: 35
+Release: 36
Summary: IBM Open Visualization Data Explorer
License: IBM Public License
Group: Productivity/Graphics/Visualization/Other
@@ -35,7 +35,6 @@
Patch5: dx-%{version}-return_value.patch
Patch6: dx-%{version}-increment.patch
Patch7: dx-%{version}-undefined_code.patch
-Patch8: dx-%{version}-bindir.patch
Patch20: dxsamples-%{samplesversion}-java.patch
Patch21: dxsamples-%{samplesversion}-DESTDIR.patch
Patch22: dxsamples-%{samplesversion}-rights.patch
@@ -99,7 +98,6 @@
%patch5
%patch6
%patch7
-%patch8
#
cd ../dxsamples-%{samplesversion}
%patch20
@@ -143,10 +141,9 @@
prefix=%{_prefix}/share \
install
#
-#install -d $RPM_BUILD_ROOT/usr/bin
-# installing now directly, see *bindir.patch
-#ln -sf /opt/dx/bin/dx $RPM_BUILD_ROOT/usr/bin/dx
-#rm -f $RPM_BUILD_ROOT/opt/bin/dx
+install -d $RPM_BUILD_ROOT/usr/bin
+ln -sf /%{_prefix}/share/dx/bin/dx $RPM_BUILD_ROOT/usr/bin/dx
+rm -f $RPM_BUILD_ROOT/%{_prefix}/share/bin/dx
%suse_update_desktop_file -i dx Education Science Math
%clean
@@ -179,7 +176,9 @@
%defattr(-,root,root,755)
%{_prefix}/share/dx/samples/
-%changelog -n dx
+%changelog
+* Tue Feb 20 2007 - lmichnovic@xxxxxxx
+- removed bindir.patch, making symbolic link instead
* Thu Feb 15 2007 - lmichnovic@xxxxxxx
- fixed bindir to /usr/bin (bindir.patch)
* Tue Feb 13 2007 - lmichnovic@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |