rpms/yakuake/F-8 yakuake.spec,1.6,1.7

Johan Cwiklinski (trasher) fedora-extras-commits at redhat.com
Fri Apr 18 22:29:39 UTC 2008


Author: trasher

Update of /cvs/extras/rpms/yakuake/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28546

Modified Files:
	yakuake.spec 
Log Message:
corrected licence tag, source0 and use of name/version macros



Index: yakuake.spec
===================================================================
RCS file: /cvs/extras/rpms/yakuake/F-8/yakuake.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yakuake.spec	11 Feb 2008 10:21:34 -0000	1.6
+++ yakuake.spec	18 Apr 2008 22:29:04 -0000	1.7
@@ -1,20 +1,17 @@
 Name:           yakuake
 Version:        2.8.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Terminal emulator for KDE
 
 Group:          User Interface/Desktops
-License:        GPL
+License:        GPLv2+
 URL:            http://extragear.kde.org/apps/yakuake/
-Source0:        http://www.kde-apps.org/content/files/yakuake-2.8.1.tar.bz2
-# http://www.kde-look.org/content/download.php?content=43873&id=2
+Source0:        http://download.berlios.de/yakuake/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
-BuildRequires:  kdelibs
 BuildRequires:  kdelibs-devel
-BuildRequires:	qt-devel
 
 %description
 Yakuake is a "Quake console" like terminal emulator for KDE.
@@ -44,7 +41,7 @@
         --add-category KDE                                      \
         --add-category Qt                                       \
         --delete-original                                       \
-        %{buildroot}%{_datadir}/applnk/Utilities/yakuake.desktop
+        %{buildroot}%{_datadir}/applications/kde/yakuake.desktop
 
 %find_lang %{name}
 
@@ -66,15 +63,19 @@
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog TODO
-%{_bindir}/yakuake
-%{_datadir}/applications/kde/*yakuake.desktop
-%{_datadir}/apps/yakuake/
-%{_datadir}/config.kcfg/yakuake.kcfg
-%{_datadir}/icons/hicolor/16x16/apps/yakuake.png
-%{_datadir}/icons/hicolor/32x32/apps/yakuake.png
+%{_bindir}/%{name}
+%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/apps/%{name}/
+%{_datadir}/config.kcfg/%{name}.kcfg
+%{_datadir}/icons/hicolor/??x??/apps/%{name}.png
 
 
 %changelog
+* Sat Apr 19 2008 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.8.1-3
+- Corrected source0 link
+- corrected licence tag
+- use of name and version macros
+
 * Mon Feb 11 2008 Marek Mahut <mmahut at fedoraproject.org> - 2.8.1-2
 - Upstream release
 




More information about the fedora-extras-commits mailing list