Accepting request 73712 from KDE:Distro:Factory
- add -fpermissive to pass old code in new gccs (forwarded request 73707 from coolo) OBS-URL: https://build.opensuse.org/request/show/73712 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krusader?expand=0&rev=30
This commit is contained in:
parent
88bab5314f
commit
16a99a0ea6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 15 12:04:25 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
- add -fpermissive to pass old code in new gccs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 9 09:21:02 UTC 2010 - coolo@novell.com
|
Thu Sep 9 09:21:02 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -39,13 +39,6 @@ Summary: A File Manager
|
|||||||
%description
|
%description
|
||||||
An advanced twin panel (commander style) file manager for KDE.
|
An advanced twin panel (commander style) file manager for KDE.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Shie Erlich <krusader@users.sourceforge.net>
|
|
||||||
Rafi Yanai <krusader@users.sourceforge.net>
|
|
||||||
|
|
||||||
%package -n kio_iso
|
%package -n kio_iso
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -57,12 +50,6 @@ Obsoletes: kde4-kio_iso <= 1.80.99
|
|||||||
KIO slave to access ISO images like zip- or tar.gz-archives in your
|
KIO slave to access ISO images like zip- or tar.gz-archives in your
|
||||||
file-browser.
|
file-browser.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Szombathelyi Gygy <gyurco@users.sourceforge.net>
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
@ -71,13 +58,6 @@ Summary: A File Manager
|
|||||||
%description doc
|
%description doc
|
||||||
An advanced twin panel (commander style) file manager for KDE.
|
An advanced twin panel (commander style) file manager for KDE.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Shie Erlich <krusader@users.sourceforge.net>
|
|
||||||
Rafi Yanai <krusader@users.sourceforge.net>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
@ -89,6 +69,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fpermissive"
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
@ -103,9 +84,6 @@ mkdir -p %{buildroot}%{_kde_share_dir}/services/ServiceMenus/
|
|||||||
cp %{SOURCE1} %{buildroot}%{_kde_share_dir}/services/ServiceMenus/
|
cp %{SOURCE1} %{buildroot}%{_kde_share_dir}/services/ServiceMenus/
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user