Author: saq Date: Wed Feb 16 22:47:12 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pixmapsdir.patch: look for pixmaps where they're installed - release 6
---- Files affected: SPECS: nle.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/nle.spec diff -u SPECS/nle.spec:1.15 SPECS/nle.spec:1.16 --- SPECS/nle.spec:1.15 Fri Nov 5 15:21:08 2004 +++ SPECS/nle.spec Wed Feb 16 23:47:07 2005 @@ -4,7 +4,7 @@ Summary(pl): Edytor logo dla telefonów komórkowych Nokia Name: nle Version: 0.0.1 -Release: 5 +Release: 6 License: GPL Group: X11/Applications Source0: ftp://ftp.mimuw.edu.pl/People/lczajka/nle/%{name}-%{version}-%{rel}.tgz @@ -12,6 +12,7 @@ Source1: %{name}.desktop Source2: %{name}.png Patch0: %{name}-gettext.patch +Patch1: %{name}-pixmapsdir.patch URL: http://www.mimuw.edu.pl/~lczajka/nle/ BuildRequires: autoconf BuildRequires: automake @@ -30,6 +31,7 @@ %prep %setup -q -n %{name} %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -53,6 +55,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT%{_datadir}/nle install pixmaps/* $RPM_BUILD_ROOT%{_pixmapsdir}/%{name} %clean @@ -71,6 +74,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2005/02/16 22:47:07 saq +- pixmapsdir.patch: look for pixmaps where they're installed +- release 6 + Revision 1.15 2004/11/05 14:21:08 paladine - rel 5 for fixed desktop file ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/nle.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
