SPECS: xfmedia.spec - missing BR
koorek
koorek at pld-linux.org
Sat Sep 23 22:01:11 CEST 2006
Author: koorek Date: Sat Sep 23 20:01:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- missing BR
---- Files affected:
SPECS:
xfmedia.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/xfmedia.spec
diff -u SPECS/xfmedia.spec:1.16 SPECS/xfmedia.spec:1.17
--- SPECS/xfmedia.spec:1.16 Sat Sep 23 20:45:15 2006
+++ SPECS/xfmedia.spec Sat Sep 23 22:01:06 2006
@@ -23,8 +23,10 @@
BuildRequires: gtk+2-devel >= 2:2.4.0
BuildRequires: libexo-devel >= 0.3.0
BuildRequires: libtool
-BuildRequires: libxfcegui4-devel >= 4.2.0
BuildRequires: libxfce4util-devel >= 4.2.0
+BuildRequires: libxfcegui4-devel >= 4.2.0
+BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: xfce4-dev-tools >= %{version}
BuildRequires: xine-lib-devel
Requires(post,postun): hicolor-icon-theme
Requires: gtk+2 >= 2:2.4.0
@@ -83,7 +85,10 @@
%{__automake}
%configure \
--disable-static \
- %{!?with_dbus: --disable-dbus}
+ %{!?with_dbus: --disable-dbus} \
+ --x-includes=%{_includedir}/xorg \
+ --x-libraries=%{_prefix}/lib/X11
+
%{__make}
%install
@@ -106,8 +111,8 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README* TODO
-%dir /etc/xdg/%{name}
-%config(noreplace) %verify(not md5 mtime size) /etc/xdg/%{name}/*
+%dir %{_sysconfdir}/xdg/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/%{name}/*
%attr(755,root,root) %{_bindir}/*
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
@@ -135,6 +140,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2006/09/23 20:01:06 koorek
+- missing BR
+
Revision 1.16 2006/09/23 18:45:15 megabajt
- add link patch
- use %update_icon_cache macro
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xfmedia.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list