Author: qboosh Date: Wed Jun 20 21:07:43 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added pl.po, more BRs
---- Files affected: SPECS: gpe-edit.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/gpe-edit.spec diff -u SPECS/gpe-edit.spec:1.2 SPECS/gpe-edit.spec:1.3 --- SPECS/gpe-edit.spec:1.2 Wed Jun 20 22:54:56 2007 +++ SPECS/gpe-edit.spec Wed Jun 20 23:07:38 2007 @@ -8,9 +8,16 @@ Group: Applications/Communications Source0: http://gpe.linuxtogo.org/download/source/%{name}-%{version}.tar.bz2 # Source0-md5: 26bca78fb1619de3a36b6b242997339b +Source1: %{name}.pl.po URL: http://gpe.linuxtogo.org/ +BuildRequires: autoconf >= 2.59 +BuildRequires: automake +BuildRequires: gettext-devel BuildRequires: gtk+2-devel >= 2:2.10.7 +BuildRequires: intltool >= 0.23 BuildRequires: libgpewidget-devel +BuildRequires: pkgconfig +BuildRequires: sed >= 4.0 Requires: gpe-icons BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -23,7 +30,14 @@ %prep %setup -q +cp %{SOURCE1} po/pl.po +sed -i -e 's/nl pt_BR/nl pl pt_BR/' configure.ac + %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} @@ -40,8 +54,9 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%{_sysconfdir}/mime-handlers/gpe-edit.mime +%doc doc/gpe-edit.html %attr(755,root,root) %{_bindir}/gpe-edit +%{_sysconfdir}/mime-handlers/gpe-edit.mime %{_datadir}/application-registry/gpe-edit.applications %{_desktopdir}/gpe-edit.desktop %{_pixmapsdir}/gpe-edit.png @@ -52,6 +67,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/06/20 21:07:38 qboosh +- added pl.po, more BRs + Revision 1.2 2007/06/20 20:54:56 qboosh - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gpe-edit.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
