Author: blekot Date: Thu Jul 28 13:11:46 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 2.2.3 - rel 0.1 (NFY) --> Needs checkout
---- Files affected: SPECS: ArX.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/ArX.spec diff -u SPECS/ArX.spec:1.4 SPECS/ArX.spec:1.5 --- SPECS/ArX.spec:1.4 Sun Jan 4 21:35:04 2004 +++ SPECS/ArX.spec Thu Jul 28 15:11:41 2005 @@ -2,12 +2,12 @@ Summary: ArX version control system Summary(pl): System kontroli wersji ArX Name: ArX -Version: 1.0pre13 -Release: 1 +Version: 2.2.3 +Release: 0.1 License: GPL Group: Development/Version Control Source0: http://superbeast.ucsd.edu/~landry/%{name}/%{name}-%{version}.tar.gz -# Source0-md5: f297121ab3319f91c4103c68376f8c03 +# Source0-md5: 486a6f638e524854548694878b601211 URL: http://savannah.nongnu.org/projects/arx/ PreReq: fileutils gawk sed sh-utils BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -36,31 +36,32 @@ %setup -q %build -mkdir =build -cd =build -../src/configure --prefix=/usr +%configure --prefix=$RPM_BUILD_ROOT%{_prefix} --bindir=$RPM_BUILD_ROOT%{_bindir} --mandir=$RPM_BUILD_ROOT%{_mandir} %{__make} %install rm -rf $RPM_BUILD_ROOT -cd =build install -d $RPM_BUILD_ROOT%{_prefix} -%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} real-prefix=%{_prefix} install + +%{__make} install +#bindir=$RPM_BUILD_ROOT%{_bindir} prefix=$RPM_BUILD_ROOT%{_prefix} mandir=$RPM_BUILD_ROOT%{_mandir} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%{_docdir}/arx %attr(755,root,root) %{_bindir}/* -%dir /usr/libexec/arch/ -%dir /usr/libexec/arch/* -%attr(755,root,root) /usr/libexec/arch/*/* +%{_mandir}/man1/arx.1.* +#%dir /usr/libexec/arch/ +#%dir /usr/libexec/arch/* +#%attr(755,root,root) /usr/libexec/arch/*/* %files devel %defattr(644,root,root,755) -%{_includedir}/* -%{_libdir}/*.a +#%{_includedir}/* +#%{_libdir}/*.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -68,6 +69,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/07/28 13:11:41 blekot +- up to 2.2.3 +- rel 0.1 (NFY) --> Needs checkout + Revision 1.4 2004/01/04 20:35:04 averne - updated to pre13 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ArX.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
