SPECS: xorg-app-xsm.spec - 0.99.1 (X11R7.0-RC1) - removed outdated...
qboosh
qboosh at pld-linux.org
Sat Oct 22 19:15:08 CEST 2005
Author: qboosh Date: Sat Oct 22 17:15:08 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.99.1 (X11R7.0-RC1)
- removed outdated man patch
- set RSH to /usr/bin/rsh, don't BR rsh at build time
---- Files affected:
SPECS:
xorg-app-xsm.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/xorg-app-xsm.spec
diff -u SPECS/xorg-app-xsm.spec:1.5 SPECS/xorg-app-xsm.spec:1.6
--- SPECS/xorg-app-xsm.spec:1.5 Sat Aug 27 23:46:18 2005
+++ SPECS/xorg-app-xsm.spec Sat Oct 22 19:15:03 2005
@@ -2,21 +2,19 @@
Summary: xsm application
Summary(pl): Aplikacja xsm
Name: xorg-app-xsm
-Version: 0.99.0
-Release: 0.02
+Version: 0.99.1
+Release: 0.1
License: MIT
Group: X11/Applications
-Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/xsm-%{version}.tar.bz2
-# Source0-md5: 05ba978407eca36bb2e304c5dc56a4c9
-Patch0: xsm-man.patch
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xsm-%{version}.tar.bz2
+# Source0-md5: 8c5b2229fa8e270e5c5bcfe09d477877
URL: http://xorg.freedesktop.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.57
BuildRequires: automake
-BuildRequires: heimdal-rsh
BuildRequires: pkgconfig >= 0.19
-BuildRequires: xorg-data-xbitmaps
+BuildRequires: sed >= 4.0
BuildRequires: xorg-lib-libXaw-devel
-BuildRequires: xorg-util-util-macros
+BuildRequires: xorg-util-util-macros >= 0.99.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -27,14 +25,16 @@
%prep
%setup -q -n xsm-%{version}
-%patch0 -p1
+
+sed -i -e '/^RSH=$/d' configure.ac
%build
%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure
+%configure \
+ RSH=/usr/bin/rsh
%{__make}
@@ -42,17 +42,19 @@
rm -rf $RPM_BUILD_ROOT
%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+ DESTDIR=$RPM_BUILD_ROOT \
+ appmandir=%{_mandir}/man1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%{_sysconfdir}/X11/app-defaults/*
+%doc ChangeLog README
%attr(755,root,root) %{_bindir}/*
-%{_libdir}/X11/xsm/system.xsm
-%{_mandir}/man1/*.1*
+%{_libdir}/X11/app-defaults/*
+%{_libdir}/X11/xsm
+%{_mandir}/man1/*.1x*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -60,6 +62,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/10/22 17:15:03 qboosh
+- 0.99.1 (X11R7.0-RC1)
+- removed outdated man patch
+- set RSH to /usr/bin/rsh, don't BR rsh at build time
+
Revision 1.5 2005/08/27 21:46:18 qboosh
- sorted BRs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xorg-app-xsm.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list