forked from pool/xfce4-session
This commit is contained in:
parent
6b9d2d89cf
commit
c57405be10
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 11:50:34 CEST 2007 - prusnak@suse.cz
|
||||
|
||||
- include 3 files to package
|
||||
- sync with BuildService
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 16 00:29:04 CEST 2007 - bwalle@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@ BuildRequires: xfce-mcs-manager-devel >= 4.3
|
||||
Requires: fortune
|
||||
Summary: Xfce Session manager
|
||||
Version: 4.4.1
|
||||
Release: 2
|
||||
Release: 15
|
||||
License: GNU General Public License (GPL)
|
||||
URL: http://www.xfce.org/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
@ -67,16 +67,9 @@ Authors:
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
./configure --prefix=%{_prefix} \
|
||||
--datadir=%{_datadir} \
|
||||
--bindir=%{_bindir} \
|
||||
--libdir=%{_libdir} \
|
||||
--libexecdir=%{_libdir}/xfce4 \
|
||||
--mandir=%{_mandir} \
|
||||
--sysconfdir=%{_sysconfdir} \
|
||||
%configure \
|
||||
--enable-session-screenshots
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
@ -95,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc AUTHORS BUGS COPYING ChangeLog ChangeLog.pre-xfce-devel NEWS README TODO
|
||||
%{_sysconfdir}/xdg/xfce4-session/
|
||||
%{_bindir}/*
|
||||
%{_libdir}/balou-export-theme
|
||||
%{_libdir}/balou-install-theme
|
||||
%{_libdir}/xfsm-shutdown-helper
|
||||
%{_libdir}/xfce4/
|
||||
%{_libdir}/libxfsm-*
|
||||
%{_datadir}/locale/*/*/*
|
||||
@ -118,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/xfce4/*/*
|
||||
|
||||
%changelog
|
||||
* Tue May 22 2007 - prusnak@suse.cz
|
||||
- include 3 files to package
|
||||
- sync with BuildService
|
||||
* Mon Apr 16 2007 - bwalle@suse.de
|
||||
- fix build
|
||||
* Tue Apr 10 2007 - bwalle@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user