public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kdevelop-python] f44: Fixing macroses
@ 2026-07-04  0:59 Minh Ngo
  0 siblings, 0 replies; only message in thread
From: Minh Ngo @ 2026-07-04  0:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kdevelop-python
Branch : f44
Commit : 261c82b9bb30bb4b853131ace5a230d1a7bbac0d
Author : Minh Ngo <nlminhtl@gmail.com>
Date   : 2013-02-15T10:47:13+02:00
Stats  : +3/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kdevelop-python/c/261c82b9bb30bb4b853131ace5a230d1a7bbac0d?branch=f44

Log:
Fixing macroses

---
diff --git a/kdevelop-python.spec b/kdevelop-python.spec
index 687a57e..230d05f 100644
--- a/kdevelop-python.spec
+++ b/kdevelop-python.spec
@@ -32,9 +32,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 %install
 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 %{_buildroot}%{_libdir}/libpython2.7-kdevelop.so.1.0 %{_buildroot}%{_libdir}/libpython2.7-kdevelop.so
+chmod +x ${RPM_BUILD_ROOT}%{_libdir}/libpython2.7-kdevelop.so.1.0
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpython2.7-kdevelop.so
+ln -s ${RPM_BUILD_ROOT}%{_libdir}/libpython2.7-kdevelop.so.1.0 ${RPM_BUILD_ROOT}%{_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  0:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-04  0:59 [rpms/kdevelop-python] f44: Fixing macroses Minh Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox