Author: baggins Date: Wed Apr 26 13:54:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed install - don't start with window maximized
---- Files affected: SPECS: tora.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/tora.spec diff -u SPECS/tora.spec:1.31 SPECS/tora.spec:1.32 --- SPECS/tora.spec:1.31 Wed Apr 26 01:27:53 2006 +++ SPECS/tora.spec Wed Apr 26 15:54:08 2006 @@ -6,12 +6,13 @@ Summary(pl): Zestaf graficznych narzędzi dla programistów i administratorów baz danych Name: tora Version: 1.3.21 -Release: 0.2 +Release: 0.3 License: GPL v2 Group: Applications/Databases/Interfaces Source0: http://dl.sourceforge.net/tora/%{name}-%{version}.tar.gz # Source0-md5: 10e3c9944ffaca50de046e2c3e02eee4 Source1: %{name}.desktop +Patch0: %{name}-no-maximize.patch URL: http://tora.sourceforge.net/ BuildRequires: kdelibs-devel BuildRequires: qt-devel @@ -29,6 +30,7 @@ %prep %setup -q +%patch0 -p1 %build %configure \ @@ -40,8 +42,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} \ - $RPM_BUILD_ROOT%{_libdir}/%{name}/help/{images,api} +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -49,9 +50,8 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} install icons/tora.xpm $RPM_BUILD_ROOT%{_pixmapsdir} -install help/*.html $RPM_BUILD_ROOT%{_libdir}/%{name}/help/ -install help/images/*.png $RPM_BUILD_ROOT%{_libdir}/%{name}/help/images/ -install help/api/*.html $RPM_BUILD_ROOT%{_libdir}/%{name}/help/api/ +cp -a help $RPM_BUILD_ROOT%{_libdir}/%{name}/ +rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/help/images/{.xvpics,.cvsignore} install *.qm $RPM_BUILD_ROOT%{_libdir}/%{name}/ install templates/*.tpl $RPM_BUILD_ROOT%{_libdir}/%{name}/ @@ -80,6 +80,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2006/04/26 13:54:08 baggins +- fixed install +- don't start with window maximized + Revision 1.31 2006/04/25 23:27:53 baggins - fixed files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/tora.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
