SPECS: wmmail.spec - FHS violation found
qboosh
qboosh at pld-linux.org
Sat Dec 2 00:31:51 CET 2006
Author: qboosh Date: Fri Dec 1 23:31:51 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- FHS violation found
---- Files affected:
SPECS:
wmmail.spec (1.35 -> 1.36)
---- Diffs:
================================================================
Index: SPECS/wmmail.spec
diff -u SPECS/wmmail.spec:1.35 SPECS/wmmail.spec:1.36
--- SPECS/wmmail.spec:1.35 Thu Sep 18 14:26:42 2003
+++ SPECS/wmmail.spec Sat Dec 2 00:31:45 2006
@@ -1,4 +1,5 @@
# $Revision$, $Date$
+# TODO: FHS (what is /usr/GNUstep???)
Summary: wmmail - a "mail-checker" for WindowMaker
Summary(pl): wmmail - program do sprawdzania poczty dla WindowMakera
Name: wmmail
@@ -10,13 +11,13 @@
# Source0-md5: fc596db9f2f6b52eec3a303178106c8e
Source1: %{name}.desktop
URL: http://www.eecg.toronto.edu/cgi-bin/cgiwrap/chanb/index.cgi?wmmail
+BuildRequires: FHS-fixes
BuildRequires: XFree86-devel
-BuildRequires: libPropList-devel
BuildRequires: automake
BuildRequires: autoconf
+BuildRequires: libPropList-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
%description
wmmail is a "mail-checker" like xbiff. It is largely based on asmail,
but has been modified to work with WindowMaker instead of AfterStep.
@@ -34,7 +35,9 @@
%{__autoconf}
%configure
-%{__make} EXTRA_LIBRARIES="-lSM -lICE" CDEBUGFLAGS="%{rpmcflags}"
+%{__make} \
+ EXTRA_LIBRARIES="-lSM -lICE" \
+ CDEBUGFLAGS="%{rpmcflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -45,9 +48,9 @@
DESTDIR=$RPM_BUILD_ROOT \
MANDIR=%{_mandir}/man1
-install src/WMMail $RPM_BUILD_ROOT%{_bindir}/
+install src/WMMail $RPM_BUILD_ROOT%{_bindir}
install doc/wmmail.man $RPM_BUILD_ROOT%{_mandir}/man1/wmmail.1
-#install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/DockApplets
+#install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
%clean
rm -rf $RPM_BUILD_ROOT
@@ -61,7 +64,7 @@
%{_prefix}/GNUstep/Apps/WMMail.app/Defaults
%{_prefix}/GNUstep/Apps/WMMail.app/Sounds
%{_mandir}/man1/*
-#%%{_applnkdir}/DockApplets/wmmail.desktop
+#%%{_desktopdir}/docklets/wmmail.desktop
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -69,6 +72,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.36 2006/12/01 23:31:45 qboosh
+- FHS violation found
+
Revision 1.35 2003/09/18 12:26:42 havner
- mass commit: some fixes due to prefix change
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/wmmail.spec?r1=1.35&r2=1.36&f=u
More information about the pld-cvs-commit
mailing list