Author: duddits Date: Mon Nov 3 22:14:07 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 3.7 - *.po files broken; temporarily removed: for details see comments in spec - more verbose %files
---- Files affected: SPECS: joe.spec (1.76 -> 1.77) ---- Diffs: ================================================================ Index: SPECS/joe.spec diff -u SPECS/joe.spec:1.76 SPECS/joe.spec:1.77 --- SPECS/joe.spec:1.76 Thu Oct 30 23:44:56 2008 +++ SPECS/joe.spec Mon Nov 3 23:14:01 2008 @@ -12,13 +12,13 @@ Summary(tr.UTF-8): Kolay kullanımlı metin düzenleyici Summary(uk.UTF-8): Простий у використанні текстовий редактор Name: joe -Version: 3.6 -Release: 1 +Version: 3.7 +Release: 0.1 Epoch: 1 License: GPL Group: Applications/Editors Source0: http://dl.sourceforge.net/joe-editor/%{name}-%{version}.tar.gz -# Source0-md5: 0e48931e116d659f71f1f552947f9842 +# Source0-md5: 66de1b073e869ba12abbfcde3885c577 Source1: %{name}.png Source2: %{name}.desktop Source3: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 @@ -125,13 +125,21 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir} install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir} +# remove bogus doc dir +rm -fr $RPM_BUILD_ROOT%{_datadir}/doc/%{name} +# po/*.po files don't fit anywhere and looks like they're broken too. +# I'm removing them for now. Please check back in the next version/release. +rm -fr $RPM_BUILD_ROOT%{_datadir}/%{name}/lang + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc LIST NEWS README TODO +%doc ChangeLog HACKING LIST NEWS README TODO %attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name}/charmaps/klingon +%{_datadir}/%{name}/syntax/*.jsf %dir %{_sysconfdir} %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* %{_mandir}/man1/* @@ -147,6 +155,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.77 2008/11/03 22:14:01 duddits +- up to 3.7 +- *.po files broken; temporarily removed: for details see comments in +spec +- more verbose %files + Revision 1.76 2008/10/30 22:44:56 areq - 3.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/joe.spec?r1=1.76&r2=1.77&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
