Fedora branding (#434815)

This commit is contained in:
Lukas Tinkl 2008-02-27 14:25:32 +00:00
parent a2611562b7
commit 55d5744537
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Summary: K Desktop Environment 4 - Libraries
Version: 4.0.1
Release: 7%{?dist}
Release: 8%{?dist}
%if 0%{?fedora} > 8
Name: kdelibs
@ -163,7 +163,7 @@ applications for KDE 4.
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ..
%{cmake_kde4} -DKDE_DISTRIBUTION_TEXT="Fedora package %{name}-%{version}-%{release}" ..
popd
make %{?_smp_mflags} -C %{_target_platform} VERBOSE=1
@ -290,6 +290,9 @@ rm -rf %{buildroot}
%changelog
* Wed Feb 27 2008 Lukáš Tinkl <ltinkl@redhat.com> - 4.0.1-8
- add Fedora branding to the package (#434815)
* Mon Feb 25 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.1-7
- -devel: own %%_kde4_libdir/kde4/plugins (thanks wolfy!)