SPECS: amiwm.spec - added three patches - xorg deps
witekfl
witekfl at pld-linux.org
Fri Feb 15 21:12:39 CET 2008
Author: witekfl Date: Fri Feb 15 20:12:39 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added three patches
- xorg deps
---- Files affected:
SPECS:
amiwm.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/amiwm.spec
diff -u SPECS/amiwm.spec:1.4 SPECS/amiwm.spec:1.5
--- SPECS/amiwm.spec:1.4 Mon Feb 12 22:23:46 2007
+++ SPECS/amiwm.spec Fri Feb 15 21:12:33 2008
@@ -4,13 +4,19 @@
Name: amiwm
Version: 0.20pl48
Release: 1
-License: LGPL
+License: distributable
Group: X11/Window Managers
Source0: ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/%{name}%{version}.tar.gz
# Source0-md5: bfe907be9e94f6a47fec5181361176f2
+Patch0: %{name}-yywrap.patch
+Patch1: %{name}-DESTDIR.patch
+Patch2: %{name}-mandir.patch
URL: http://www.lysator.liu.se/~marcus/amiwm.html
-BuildRequires: XFree86-devel
BuildRequires: autoconf
+BuildRequires: bison
+BuildRequires: flex
+BuildRequires: xorg-lib-libSM-devel
+BuildRequires: xorg-lib-libXmu-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -37,6 +43,9 @@
%prep
%setup -q -n %{name}%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
%build
%{__autoconf}
@@ -50,22 +59,25 @@
DESTDIR=$RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/xsessions
-install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc doc/*.en
-%lang(fr) %doc doc/*.fr
-%lang(ja) %doc doc/*.ja
+%doc README README.modules LICENSE
%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
-%{_datadir}/xsessions/%{name}.desktop
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/Background
+%attr(755,root,root) %{_libdir}/%{name}/def_tool.info
+%attr(755,root,root) %{_libdir}/%{name}/executecmd
+%attr(755,root,root) %{_libdir}/%{name}/Keyboard
+%attr(755,root,root) %{_libdir}/%{name}/requestchoice
+%{_libdir}/%{name}/*.map
+%{_libdir}/%{name}/X*
+%{_libdir}/%{name}/amiwm-init
+%{_libdir}/%{name}/system.amiwmrc
%{_mandir}/man?/*
-%lang(fr) %{_mandir}/fr/man?/*
-%lang(ja) %{_mandir}/ja/man?/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -73,7 +85,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.4 2007-02-12 21:23:46 glen
+Revision 1.5 2008-02-15 20:12:33 witekfl
+- added three patches
+- xorg deps
+
+Revision 1.4 2007/02/12 21:23:46 glen
- tabs in preamble
Revision 1.3 2007/02/12 00:48:36 baggins
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amiwm.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list