Author: qboosh Date: Fri Jun 23 11:36:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - removed outdated isalnum patch, readded updated asis patch, cleanup
---- Files affected: SPECS: joe.spec (1.70 -> 1.71) ---- Diffs: ================================================================ Index: SPECS/joe.spec diff -u SPECS/joe.spec:1.70 SPECS/joe.spec:1.71 --- SPECS/joe.spec:1.70 Wed Jun 14 09:26:31 2006 +++ SPECS/joe.spec Fri Jun 23 13:36:34 2006 @@ -24,9 +24,8 @@ Source3: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source3-md5: 47d050baa065ec9095d9d99217749abb Patch0: %{name}-pl_man.patch -Patch1: %{name}-isalnum.patch -Patch2: %{name}-spaceblank.patch -#Patch3: %{name}-asis.patch +Patch1: %{name}-spaceblank.patch +Patch2: %{name}-asis.patch URL: http://sourceforge.net/projects/joe-editor/ BuildRequires: autoconf BuildRequires: automake @@ -91,11 +90,9 @@ %setup -q -a3 %patch0 -p0 #%patch1 -p0 -#%patch2 -p0 -#%patch3 -p1 +%patch2 -p1 %build -rm -f missing %{__aclocal} %{__autoconf} %{__automake} @@ -112,13 +109,13 @@ for a in hu pl ; do install -d $RPM_BUILD_ROOT%{_mandir}/$a/man1 - install $a/man1/joe.1 $RPM_BUILD_ROOT%{_mandir}/$a/man1/ + install $a/man1/joe.1 $RPM_BUILD_ROOT%{_mandir}/$a/man1 done install -d $RPM_BUILD_ROOT%{_mandir}/ru/man1 -install man/ru/joe.1 $RPM_BUILD_ROOT%{_mandir}/ru/man1/ +install man/ru/joe.1 $RPM_BUILD_ROOT%{_mandir}/ru/man1 -for a in "" hu pl ; do +for a in "" hu pl ru ; do echo ".so joe" > $RPM_BUILD_ROOT%{_mandir}/$a/man1/jstar.1 echo ".so joe" > $RPM_BUILD_ROOT%{_mandir}/$a/man1/jmacs.1 echo ".so joe" > $RPM_BUILD_ROOT%{_mandir}/$a/man1/rjoe.1 @@ -133,10 +130,10 @@ %files %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/* %doc LIST NEWS README TODO +%attr(755,root,root) %{_bindir}/* %dir %{_sysconfdir} -%config %{_sysconfdir}/* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* %{_mandir}/man1/* %lang(hu) %{_mandir}/hu/man1/* %lang(pl) %{_mandir}/pl/man1/* @@ -150,6 +147,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.71 2006/06/23 11:36:34 qboosh +- removed outdated isalnum patch, readded updated asis patch, cleanup + Revision 1.70 2006/06/14 07:26:31 maciek2w - updated to 3.4 - STBR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/joe.spec?r1=1.70&r2=1.71&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
