]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- improved %_topdir, you can have your rpm structure anywhere, just be in SPECS dir... auto/ac/rpm-build-macros-1_424-1 auto/th/rpm-build-macros-1_424-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 5 Feb 2008 22:04:03 +0000 (22:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.424

rpm.macros

index fc657a3b959952b49b11b8933c266cecb155e918..7de1cd2ccb407ceb2f968f166014f210baad5be1 100644 (file)
@@ -32,6 +32,9 @@
 %__intltoolize         intltoolize --copy --force
 %__libtoolize          libtoolize --copy --force
 
+#      Path to top of build area.
+%_topdir               %(test -d ../SPECS && (cd ..; pwd) || echo $HOME/rpm)
+
 #      The number of cvs changelog entries kept when building package.
 %_buildchangelogtruncate 20
 
This page took 0.604228 seconds and 4 git commands to generate.