]> git.pld-linux.org Git - packages/rpm-build-macros.git/blame - rpm.macros
- fix for last change (when DISPLAY is already unset)
[packages/rpm-build-macros.git] / rpm.macros
CommitLineData
d54662bf
AF
1# PLD rpm macros
2
8f74418b
MM
3%__id @__ID@
4%__id_u %{__id} -u
5%__chown_Rhf @__CHOWN_RHF@
6%__chgrp_Rhf @__CHGRP_RHF@
7
07163ba3 8%_fixowner [ `%{__id_u}` = '0' ] && %{__chown_Rhf} root:@ROOT_GROUP@
d54662bf 9%_fixgroup true
8f74418b 10%_fixperms %{__chmod} -Rf @FIXPERMS@
d54662bf 11%_topdir %(echo $HOME)/rpm
9c404149
AM
12#-----------------------------------------------------------------
13# CFLAGS and LDFLAGS used to build
14
8f74418b 15%debugcflags -O0 -g -Wall
9c404149 16%rpmcflags %{?debug:%debugcflags}%{!?debug:%optflags}
fff1424b 17# %rpmldflags %{!?debug:-s}
6f45e5bb 18%rpmldflags %{nil}
9c404149 19
ba1fdedc 20# kernel compiler
d2e1bc22 21%kgcc gcc
22%kgcc_package gcc
ba1fdedc 23
c80506a3
AM
24# other macros
25%_enable_debug_packages 1
26
33040789 27# Build system path macros.
28#
29%__libtoolize libtoolize --copy --force
83094b62 30%__gettextize { \
afff6d37 31 if ! gettextize --version | grep -q '0\.10\.' ; then \
8a995cff
JB
32 if grep -qs 'AM_GNU_GETTEXT.*external' configure.{ac,in} ; then \
33 gettextize --copy --force --no-changelog; \
97589b6e 34 else \
8a995cff
JB
35 gettextize --copy --force --no-changelog --intl; \
36 fi; \
37 if [ ! -f po/Makevars ]; then \
38 cp -f po/Makevars{.template,}; \
39 fi; \
40 else \
41 gettextize --copy --force; \
83094b62 42 fi; \
8a995cff
JB
43}
44%__autopoint autopoint --force
bcdab9c2 45%__automake automake -a -c -f --foreign
be3a1985 46%__autoconf autoconf %{?debug:-Wall}
33040789 47
9c404149 48#-----------------------------------------------------------------
9f4ce098 49%configure2_13 { \
9c404149
AM
50 if [ -n "$LINGUAS" ]; then unset LINGUAS; fi; \
51 LDFLAGS="${LDFLAGS:-%rpmldflags}" ; export LDFLAGS ; \
52 CFLAGS="${CFLAGS:-%rpmcflags}" ; export CFLAGS ; \
53 CXXFLAGS="${CXXFLAGS:-%rpmcflags}" ; export CXXFLAGS ; \
54 FFLAGS="${FFLAGS:-%rpmcflags}" ; export FFLAGS ; \
8ec1a12b 55 CPPFLAGS="${CPPFLAGS:-}" ; export CPPFLAGS ; \
8983c4c4
AM
56 %{?__cc:CC="%{__cc}" ; export CC ; } \
57 %{?__cxx:CXX="%{__cxx}" ; export CXX ; } \
8f74418b 58 %{?configuredir:%{configuredir}}%{!?configuredir:.}/configure \
2a7cfd3f 59 --host=%{_target_platform} \
9c404149
AM
60 --prefix=%{_prefix} \
61 --exec-prefix=%{_exec_prefix} \
62 --bindir=%{_bindir} \
63 --sbindir=%{_sbindir} \
64 --sysconfdir=%{_sysconfdir} \
65 --datadir=%{_datadir} \
66 --includedir=%{_includedir} \
67 --libdir=%{_libdir} \
68 --libexecdir=%{_libexecdir} \
69 --localstatedir=%{_localstatedir} \
70 --sharedstatedir=%{_sharedstatedir} \
71 --mandir=%{_mandir} \
72 --infodir=%{_infodir} \
c0d1b3ad 73 --x-libraries=/usr/X11R6/%{_lib} \
9c404149
AM
74}
75
4a6b0d54 76#----------------------------------------------------------------
57f4166d 77%configure {./configure \
4a6b0d54
AF
78 LDFLAGS="${LDFLAGS:-%rpmldflags}" \
79 CFLAGS="${CFLAGS:-%rpmcflags}" \
80 CXXFLAGS="${CXXFLAGS:-%rpmcflags}" \
81 FFLAGS="${FFLAGS:-%rpmcflags}" \
a2bd5992 82 CPPFLAGS="${CPPFLAGS:-}" \
8983c4c4
AM
83 %{?__cc:CC="%{__cc}"} \
84 %{?__cxx:CXX="%{__cxx}"} \
4a6b0d54
AF
85 --build=%{_target_platform} \
86 --prefix=%{_prefix} \
87 --exec-prefix=%{_exec_prefix} \
88 --bindir=%{_bindir} \
89 --sbindir=%{_sbindir} \
90 --sysconfdir=%{_sysconfdir} \
91 --datadir=%{_datadir} \
92 --includedir=%{_includedir} \
93 --libdir=%{_libdir} \
94 --libexecdir=%{_libexecdir} \
95 --localstatedir=%{_localstatedir} \
96 --sharedstatedir=%{_sharedstatedir} \
97 --mandir=%{_mandir} \
98 --infodir=%{_infodir} \
c0d1b3ad 99 --x-libraries=/usr/X11R6/%{_lib} \
4a6b0d54
AF
100}
101
7dbab518 102# ------------------------------------------------------------------------
c80506a3
AM
103# Overloading of some basic macros
104%prep \
105%%prep\
106LANG=C\
107export LANG\
14e77e64 108unset DISPLAY ||:\
c80506a3
AM
109%{nil}
110
111%build %%build\
112LANG=C\
113export LANG\
14e77e64 114unset DISPLAY ||:\
c80506a3
AM
115%{nil}
116
117%install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\
118%%install\
119LANG=C\
120export LANG\
14e77e64 121unset DISPLAY ||:\
c80506a3
AM
122%{nil}
123
124# ------------------------------------------------------------------------
7dbab518
MM
125# Conditional build stuff.
126
127# Check if symbol is defined.
128# Example usage: %if %{defined with_foo} && %{undefined with_bar} ...
129%defined() %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
130%undefined() %{expand:%%{?%{1}:0}%%{!?%{1}:1}}
131
566fa098
MM
132# Shorthand for %{defined with_...}
133%with() %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
134%without() %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
135
7dbab518
MM
136# Handle conditional builds. %bcond_with is for case when feature is
137# default off and needs to be activated with --with ... command line
138# switch. %bcond_without is for the dual case.
139#
140# %bcond_with foo defines symbol with_foo if --with foo was specified on
141# command line.
142# %bcond_without foo defines symbol with_foo if --without foo was *not*
143# specified on command line.
144#
145# For example:
146#
147# %bcond_with extra_fonts
148# %bcond_without static
f52f9976 149# %if %{with extra_fonts}
7dbab518
MM
150# ...
151# %endif
f52f9976 152# %ifdef %{with static}
7dbab518
MM
153# ...
154# %endif
155# %{?with_static: ... }
156# %{!?with_static: ... }
157# %{?with_extra_fonts: ... }
158# %{!?with_extra_fonts: ... }
159#
160# The bottom line: never use without_foo, _with_foo nor _without_foo, only
161# with_foo. This way changing default set of bconds for given spec is just
162# a matter of changing single line in it and syntax is more readable.
163%bcond_with() %{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
164%bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
165# ------------------------------------------------------------------------
166
9c404149
AM
167# Location of autoconf macros
168%_aclocaldir %(aclocal --print-ac-dir)
169
e2804f99
AM
170# Location of omf files
171%_omf_dest_dir %(scrollkeeper-config --omfdir)
172
e987a186 173# Location of pkgconfig files
9a4e877a 174%_pkgconfigdir /usr/%{_lib}/pkgconfig
e987a186 175
9c404149 176# Location of top applink dir
30562d7e 177%_applnkdir /usr/X11R6/share/applnk
9c404149 178
486b0b5f 179# Location of desktop files
180%_desktopdir /usr/share/applications
181
481463e9 182# Location of pixmaps for applnk/desktop files
e1f0a822 183%_pixmapsdir /usr/share/pixmaps
9c404149 184
481463e9 185# Location of themable icons for applnk/desktop files
b36c8e2a 186%_iconsdir /usr/share/icons
187
e987a186
JB
188# Location of fonts directories
189%_fontsdir /usr/share/fonts
190
b3282f3f 191# Location of Gtk and associated libraries documentation
6eed6d84 192%_gtkdocdir %{_defaultdocdir}/gtk-doc/html
b3282f3f 193
fc4d7771 194# Location of KDE documentation
195%_kdedocdir %{_defaultdocdir}/kde/HTML
196
9c404149
AM
197# Current date
198%date %(LC_ALL="C" date +"%a %b %d %Y")
199
200# tmp directory
201%tmpdir %(echo "${TMPDIR:-/tmp}")
202
203# Example files, programs, scripts...
204%_examplesdir /usr/src/examples
205
8377d27d 206# The directory holding Linux kernel sources
207%_kernelsrcdir /usr/src/linux
208
9c404149 209# If non-empty "debug" macro defined, add "dbg" suffix to release number
8f74418b 210%_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}%{?debug:dbg}.%%{ARCH}.rpm
9c404149 211
8f74418b
MM
212# Requires name = version-release
213%requires_releq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}-%%{release}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
214%requires_releq_kernel_up() %(LC_ALL="C" rpm -qf --qf 'Prereq: kernel-up = %%{epoch}:%%{version}-%%{release}\\n' %{_kernelsrcdir}/include/linux/version.h | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -vE "(is not|no such)")
215%requires_releq_kernel_smp() %(LC_ALL="C" rpm -qf --qf 'Prereq: kernel-smp = %%{epoch}:%%{version}-%%{release}\\n' %{_kernelsrcdir}/include/linux/version.h | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -vE "(is not|no such)")
920c76a3 216%requires_eq_to() %(LC_ALL="C" rpm -q --qf 'Requires: %1 = %%{epoch}:%%{version}\\n' %2 | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
01a9f990 217
179fcc7f 218%apache_modules_api %(awk '/#define MODULE_MAGIC_NUMBER_MAJOR/ {print $3}' /usr/include/apache/ap_mmn.h 2>/dev/null || echo ERROR)
b9d5d440 219
220# kernel version-release handling
8fecb226
AM
221%__kernel_ver %([ -f %{_kernelsrcdir}/include/linux/version.h ] && (grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2) || (awk '/^VERSION/ { ver = $0; gsub(/VERSION.*=/, NIL, ver); } /^PATCHLEVEL/ { plev = $0; gsub(/PATCHLEVEL.*=/, NIL, plev); } /^SUBLEVEL/ { slev = $0; gsub(/SUBLEVEL.*=/, NIL, slev); } END { printf("%d.%d.%d", ver, plev, slev); }' %{_kernelsrcdir}/Makefile 2> /dev/null))
222%__kernel_rel %(LC_ALL="C" rpm -qf %{_kernelsrcdir}/include/linux/fs.h --queryformat "%{RELEASE}" | grep -v "is not")
b9d5d440 223%_kernel_ver %(echo %{__kernel_ver}%{!?_without_dist_kernel:-%{__kernel_rel}})
224%_kernel_ver_str %(echo %{_kernel_ver} | sed s/-/_/g)
87be1cf0 225
e00dd7f6 226# sgml macros
227%xmlcat_add() /usr/bin/xmlcatalog --noout --add nextCatalog \"\" %1 /etc/xml/catalog
228%xmlcat_del() /usr/bin/xmlcatalog --noout --del %1 /etc/xml/catalog
229%xmlcat_add_rewrite /usr/bin/xmlcatalog --noout --add rewriteSystem
230%xmlcat_create() /usr/bin/xmlcatalog --noout --create %1
231%sgmlcat_add() /usr/bin/install-catalog --add %1 %2 > /dev/null
232%sgmlcat_del() /usr/bin/install-catalog --remove %1 %2 > /dev/null
233%docbook_sgmlcat_fix() { for l in \
234'' \
235' -- default decl --' \
236'DTDDECL "-//OASIS//DTD DocBook XML V%2//EN" "../../xml.dcl"' \
237' -- hacks for opensp --' \
238'SYSTEM "file://%{_datadir}/sgml/docbook/xml-dtd-%2/docbookx.dtd" "%{_datadir}/sgml/docbook/xml-dtd-%2/docbookx.dtd"' \
239'SYSTEM "http://www.oasis-open.org/docbook/xml/%2/docbookx.dtd" "%{_datadir}/sgml/docbook/xml-dtd-%2/docbookx.dtd"' \
240'' \
241; do echo $l; done >> %1 \
242}
243
9c404149
AM
244#-----------------------------------------------------------------
245# find and gzip all files in %{_mandir} and %{infodir}
246#
247# Requires: xargs, find
248#
249#%no_install_post_compress_docs 1
250%__spec_install_post_compress_docs { \
251echo "Compress man and info pages."; \
252%{!?no_install_post_compress_docs: \
253 %{?verbose:set -x;} \
254 for i in /usr/share/man /usr/X11R6/man /usr/share/info; do \
255 if [ -d "$RPM_BUILD_ROOT$i" ]; then \
256 find "$RPM_BUILD_ROOT$i" -name \*.bz2 -print | xargs -r %{__bzip2} -df; \
257 find "$RPM_BUILD_ROOT$i" -name \*.gz -print | xargs -r %{__gzip} -dnf; \
258 find "$RPM_BUILD_ROOT$i" -type f -print | xargs -r %{__gzip} -9nf; \
259 fi; \
260 done; \
261} }
262
263#-----------------------------------------------------------------
264# Strip executable binaries and shared object files
265#
266# Requires: find, awk, strip, cut, xargs
267#
268#%no_install_post_strip 1
269%__spec_install_post_strip {%{!?debug: \
270%{!?no_install_post_strip: \
9f0d4f36
JB
271 %{?verbose:set -x;} \
272 if [ -d "$RPM_BUILD_ROOT" ]; then \
8f74418b 273 echo "Strip executable binaries, archives and shared object files."; \
60ad88f2 274 filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*" %{?_noautostrip:! -regex "%{_noautostrip}"}`; \
9c404149
AM
275 elfexelist=`echo $filelist | xargs -r file | \
276 awk '/ELF.*executable/ {print $1}' | cut -d: -f1`; \
277 elfsharedlist=`echo $filelist | xargs -r file | \
278 awk '/LF.*shared object/ {print $1}' | cut -d: -f1`; \
8f74418b
MM
279 elfarchiveslist=`echo $filelist | xargs -r file | \
280 awk '/current ar archive/ {print $1}' | cut -d: -f1`; \
9c404149 281 if [ -n "$elfexelist" ]; then \
60ad88f2 282 %{__strip} --remove-section=.note --remove-section=.comment $elfexelist; \
9c404149
AM
283 fi; \
284 if [ -n "$elfsharedlist" ]; then \
60ad88f2 285 %{__strip} --strip-unneeded --remove-section=.note --remove-section=.comment $elfsharedlist; \
8f74418b
MM
286 fi; \
287 if [ -n "$elfarchiveslist" ]; then \
60ad88f2 288 %{__strip} --strip-debug --remove-section=.note --remove-section=.comment $elfarchiveslist; \
9f0d4f36
JB
289 fi; \
290 fi; } \
9c404149 291} }
fc5d7e20 292#-----------------------------------------------------------------
293# remove all RPATH from executable binaries and shared object files
294#
295# Requires: find, awk, cut, xargs, chrpath, uname
296#
297#%no_install_post_chrpath 1
298%__spec_install_post_chrpath {%{!?debug: \
299%{!?no_install_post_chrpath: \
300 %{?verbose:set -x;} \
9f0d4f36 301if [ -d "$RPM_BUILD_ROOT" ]; then \
fc5d7e20 302echo "Remove RPATH from executable binaries and shared object files."; \
60ad88f2 303find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*" %{?_noautochrpath:! -regex "%{_noautochrpath}"} | xargs -r file | \
fc5d7e20 304 awk '/ELF.*(executable|shared object)/ {print $1}' | cut -d: -f1 | \
305while read file ; do \
306 rpath= ; \
307 chmod u+w "$file"; \
308 for dir in `chrpath -l "$file" | \
309 awk '/RPATH=/ { gsub(/.*RPATH=/,""); gsub(/:/," "); print $0 }'` ; do \
310 case $dir in \
494e368c 311 /home/* | /tmp/* | /usr/lib | /usr/lib64 | /lib | /lib64 | /usr/local/lib | /usr/local/lib64 | /usr/X11R6/lib | /usr/X11R6/lib64 ) \
fc5d7e20 312 echo "remove-rpath: $dir in $file"; \
313 ;; \
314 * ) \
315 if [ "$rpath" = "" ] ; then rpath="$dir" ; \
316 else rpath="$rpath:$dir" ; fi ; \
317 ;; \
318 esac ; \
319 done ; \
320 if [ "$rpath" = "" ] ; then chrpath -d "$file" > /dev/null ; \
321 else chrpath -r "$rpath" "$file" > /dev/null ; fi ; \
9f0d4f36
JB
322done; \
323fi; } \
fc5d7e20 324} }
d72c185f 325#-----------------------------------------------------------------
ccb8ae8d 326# Find and gzip all kernel modules
327#
328# Requires: find
329#
330#%no_install_post_compress_modules 1
331%__spec_install_post_compress_modules { \
ccb8ae8d 332%{!?no_install_post_compress_modules: \
333 %{?verbose:set -x;} \
9f0d4f36
JB
334 if [ -d "$RPM_BUILD_ROOT" ]; then \
335echo "Compress kernel modules if any."; \
d618340e 336 if test -d $RPM_BUILD_ROOT/lib/modules ; then \
a33b1418 337 find $RPM_BUILD_ROOT/lib/modules -name \*o -type f -print | \
d618340e 338 xargs -r %{__gzip} -9nf; \
a33b1418 339 find $RPM_BUILD_ROOT/lib/modules -name \*o -type l -printf "%p %l\n" | \
03b234a5 340 while read a b; do ln -sf $b.gz $a.gz; rm -f $a; done; \
d618340e 341 fi; \
9f0d4f36 342 fi; \
ccb8ae8d 343} }
9c404149
AM
344
345%_source_payload w9.gzdio
346%_binary_payload w9.bzdio
347
83094b62 348#-----------------------------------------------------------------
349# Update all GConf2 schemas
350#
351# Requires: GConf2
352#
7bd8c922 353%gconf_schema_install { umask 022; \
354 GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" \
355 /usr/bin/gconftool-2 --makefile-install-rule \
356 /etc/gconf/schemas/*.schemas > /dev/null \
3ee1090a 357}
83094b62 358
9c404149
AM
359#-----------------------------------------------------------------
360# post %install sequence:
361# - autodeps exceptions
362# - compress all man and info pages,
363# - strip all ELF executables and ELF shared objects if not %debug.
8f74418b 364# - compress kernel modules if any
9c404149
AM
365
366###################################################################
367# Requires/Provides automation
368# exceptions system by Jacek Konieczny <jajcus@pld.org.pl>
338726a6 369#
1f8e1151
JK
370%_noautoreqfiles %(sed -e s'/#.*//' /etc/rpm/noautoreqfiles)
371%_noautoprovfiles %(sed -e s'/#.*//' /etc/rpm/noautoprovfiles)
02b58f60 372%_noautoreq %(sed -e s'/#.*//' /etc/rpm/noautoreq)
cbd2607d 373%_noautoreqdep %(sed -e s'/#.*//' /etc/rpm/noautoreqdep)
02b58f60 374%_noautoprov %(sed -e s'/#.*//' /etc/rpm/noautoprov)
338726a6
JB
375#%_noautocompressdoc %{nil}
376#
8f74418b
MM
377%_missing_doc_files_terminate_build 1%{nil}
378%_unpackaged_files_terminate_build %{nil}
8781dc74 379# (X)emacs support
d77dcb61 380%___emacs_lispdir_helper -batch -q -eval '(while load-path (princ (concat (car load-path) "\\n")) (setq load-path (cdr load-path)))' 2> /dev/null|sed -n '/\\(.*\\/x\\?emacs\\/site-lisp\\)\\/\\?$/{s,,\\1,p;q;}'
8781dc74
AF
381%_emacs_lispdir %(emacs %___emacs_lispdir_helper)
382%_xemacs_lispdir %(xemacs %___emacs_lispdir_helper)
25043cd4 383
02b58f60
JK
384%__php_provides %{nil}
385%__php_requires %{nil}
386%__perl_provides %{nil}
387%__perl_requires %{nil}
25043cd4
AF
388
389# Perl specific macro definitions.
c853f847
AF
390%perl_privlib %(eval "`%{__perl} -V:installprivlib`"; echo $installprivlib)
391%perl_archlib %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)
392%perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
393%perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
394%perl_sitelib %(eval "`%{__perl} -V:installsitelib`"; echo $installsitelib)
395%perl_sitearch %(eval "`%{__perl} -V:installsitearch`"; echo $installsitearch)
25043cd4 396
c853f847 397%php_pear_dir %{_datadir}/pear
25043cd4
AF
398
399# Python specific macro definitions.
400# python main version
c853f847 401%py_ver %(echo `python -c "import sys; print sys.version[:3]"`)
25043cd4
AF
402
403# directories
c853f847 404%py_prefix %(echo `python -c "import sys; print sys.prefix"`)
aadb0079 405%py_libdir %{py_prefix}/%{_lib}/python%{py_ver}
ef7ec0a8 406%py_scriptdir %{py_prefix}/share/python%{py_ver}
c853f847 407%py_incdir /usr/include/python%{py_ver}
ef7ec0a8
JK
408%py_sitedir %{py_libdir}/site-packages
409%py_sitescriptdir %{py_scriptdir}/site-packages
c853f847 410%py_dyndir %{py_libdir}/lib-dynload
25043cd4
AF
411
412# pure python modules compilation
c853f847 413%py_comp python -c "import compileall; import sys; compileall.compile_dir(sys.argv[1], ddir=sys.argv[1][len('$RPM_BUILD_ROOT'):])"
25043cd4 414
c853f847 415%py_ocomp python -O -c "import compileall; import sys; compileall.compile_dir(sys.argv[1], ddir=sys.argv[1][len('$RPM_BUILD_ROOT'):])"
25043cd4
AF
416
417# Software written in Python language require Python with main version
418# unchanged
0bb49594 419%pyrequires_eq() Requires: %1 >= 1:%py_ver %1 < 1:%(echo `python -c "import sys; import string; ver=sys.version[:3].split('.'); ver[1]=str(int(ver[1])+1); print string.join(ver, '.')"`)
25043cd4 420
0fc5cff8 421# depmod macro
422%depmod() { \
423if [ -e /boot/System.map-%1 ]; then \
424 /sbin/depmod -a -F /boot/System.map-%1 %1; \
425else \
426 if [ -e /boot/System.map ]; then \
427 /sbin/depmod -a -F /boot/System.map %1; \
428 else \
429 /sbin/depmod -a %1; \
430 fi \
431fi; \
432}
433
2afc6e64 434# XMMS specific macros
2d372986
JB
435%xmms_prefix %(xmms-config --prefix)
436%xmms_exec_prefix %(xmms-config --exec-prefix)
437%xmms_version %(xmms-config --version)
438%xmms_datadir %(xmms-config --data-dir)
439%xmms_plugindir %(xmms-config --plugin-dir)
440%xmms_visualization_plugindir %(xmms-config --visualization-plugin-dir)
441%xmms_input_plugindir %(xmms-config --input-plugin-dir)
442%xmms_output_plugindir %(xmms-config --output-plugin-dir)
443%xmms_effect_plugindir %(xmms-config --effect-plugin-dir)
444%xmms_general_plugindir %(xmms-config --general-plugin-dir)
2afc6e64 445
This page took 0.142976 seconds and 4 git commands to generate.