public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kdevelop-python] f43: Fixing a bug in the script
@ 2026-07-04 11:13 Minh Ngo
0 siblings, 0 replies; only message in thread
From: Minh Ngo @ 2026-07-04 11:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kdevelop-python
Branch : f43
Commit : 935851f4ccc39d649ebf8d7d52b7a9cab3fb8746
Author : Minh Ngo <nlminhtl@gmail.com>
Date : 2013-02-15T09:07:56+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kdevelop-python/c/935851f4ccc39d649ebf8d7d52b7a9cab3fb8746?branch=f43
Log:
Fixing a bug in the script
---
diff --git a/kdevelop-python.spec b/kdevelop-python.spec
index b07213c..687a57e 100644
--- a/kdevelop-python.spec
+++ b/kdevelop-python.spec
@@ -34,7 +34,7 @@ make %{?_smp_mflags} -C %{_target_platform}
make install/fast DESTDIR=${RPM_BUILD_ROOT} -C %{_target_platform}
chmod +x %{_buildroot}%{_libdir}/libpython2.7-kdevelop.so.1.0
rm -f %{_buildroot}%{_libdir}/libpython2.7-kdevelop.so
-ln -s libpython2.7-kdevelop.so.1.0 %{_buildroot}%{_libdir}/libpython2.7-kdevelop.so
+ln -s %{_buildroot}%{_libdir}/libpython2.7-kdevelop.so.1.0 %{_buildroot}%{_libdir}/libpython2.7-kdevelop.so
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-04 11:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-04 11:13 [rpms/kdevelop-python] f43: Fixing a bug in the script Minh Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox