Skip to content

Commit

Permalink
Remove comments stating the obvious and causing problems with packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell committed Mar 21, 2014
1 parent 6071030 commit c07a739
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions rpm/qtbase.spec
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,6 @@ This package contains the Qt5 development defaults package



##### Build section

%prep
%setup -q -n qt5-%{version}/qtbase

Expand Down Expand Up @@ -645,8 +643,6 @@ ln -s %{_sysconfdir}/xdg/qtchooser/5.conf %{buildroot}%{_sysconfdir}/xdg/qtchoos
%fdupes %{buildroot}/%{_datadir}


#### Pre/Post section

%post qtcore -p /sbin/ldconfig
%postun qtcore -p /sbin/ldconfig

Expand Down Expand Up @@ -680,11 +676,6 @@ ln -s %{_sysconfdir}/xdg/qtchooser/5.conf %{buildroot}%{_sysconfdir}/xdg/qtchoos
%post qtconcurrent -p /sbin/ldconfig
%postun qtconcurrent -p /sbin/ldconfig

#### File section

# There is no naked qt5 package
#%files



%files tools
Expand Down Expand Up @@ -1001,4 +992,3 @@ ln -s %{_sysconfdir}/xdg/qtchooser/5.conf %{buildroot}%{_sysconfdir}/xdg/qtchoos
%defattr(-,root,root,-)
%{_sysconfdir}/xdg/qtchooser/default.conf

#### No changelog section, separate $pkg.changes contains the history

0 comments on commit c07a739

Please sign in to comment.