SPECS: ArX.spec - oh adapter
glen
glen at pld-linux.org
Sat Dec 31 13:23:05 CET 2005
Author: glen Date: Sat Dec 31 12:23:05 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- oh adapter
---- Files affected:
SPECS:
ArX.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/ArX.spec
diff -u SPECS/ArX.spec:1.5 SPECS/ArX.spec:1.6
--- SPECS/ArX.spec:1.5 Thu Jul 28 15:11:41 2005
+++ SPECS/ArX.spec Sat Dec 31 13:22:59 2005
@@ -6,10 +6,13 @@
Release: 0.1
License: GPL
Group: Development/Version Control
-Source0: http://superbeast.ucsd.edu/~landry/%{name}/%{name}-%{version}.tar.gz
+Source0: http://superbeast.ucsd.edu/~landry/ArX/%{name}-%{version}.tar.gz
# Source0-md5: 486a6f638e524854548694878b601211
URL: http://savannah.nongnu.org/projects/arx/
-PreReq: fileutils gawk sed sh-utils
+Requires: fileutils
+Requires: gawk
+Requires: sed
+Requires: sh-utils
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -36,14 +39,18 @@
%setup -q
%build
-%configure --prefix=$RPM_BUILD_ROOT%{_prefix} --bindir=$RPM_BUILD_ROOT%{_bindir} --mandir=$RPM_BUILD_ROOT%{_mandir}
+%configure \
+ --prefix=$RPM_BUILD_ROOT%{_prefix} \
+ --bindir=$RPM_BUILD_ROOT%{_bindir} \
+ --mandir=$RPM_BUILD_ROOT%{_mandir} \
+
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_prefix}
-%{__make} install
+%{__make} install
#bindir=$RPM_BUILD_ROOT%{_bindir} prefix=$RPM_BUILD_ROOT%{_prefix} mandir=$RPM_BUILD_ROOT%{_mandir} install
%clean
@@ -54,9 +61,9 @@
%{_docdir}/arx
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/arx.1.*
-#%dir /usr/libexec/arch/
-#%dir /usr/libexec/arch/*
-#%attr(755,root,root) /usr/libexec/arch/*/*
+#%dir %{_prefix}/libexec/arch/
+#%dir %{_prefix}/libexec/arch/*
+#%attr(755,root,root) %{_prefix}/libexec/arch/*/*
%files devel
%defattr(644,root,root,755)
@@ -69,6 +76,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/12/31 12:22:59 glen
+- oh adapter
+
Revision 1.5 2005/07/28 13:11:41 blekot
- up to 2.2.3
- rel 0.1 (NFY) --> Needs checkout
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ArX.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list