/[packages]/cauldron/yakuake/current/SPECS/yakuake.spec
ViewVC logotype

Contents of /cauldron/yakuake/current/SPECS/yakuake.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51815 - (show annotations) (download)
Tue Feb 15 13:43:22 2011 UTC (13 years, 2 months ago) by mikala
File size: 1075 byte(s)
imported package yakuake
1 Summary: Very powerful Quake style Konsole
2 Name: yakuake
3 Version: 2.9.8
4 Release: %mkrel 1
5 License: GPLv2+
6 Group: Graphical desktop/KDE
7 Source: http://fr2.rpmfind.net/linux/KDE/stable/yakuake/%{name}/src/%{name}/%{name}-%{version}.tar.bz2
8 Url: http://www.kde-apps.org/content/show.php?content=29153
9 BuildRequires: kdelibs4-devel
10 Requires: konsole
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
12 Obsoletes: kde4-%name <= 2.9.2
13 Provides: kde4-%name = %version
14
15 %description
16 Yakuake is a Quake-style terminal emulator based on KDE Konsole technology.
17
18 %files -f %{name}.lang
19 %defattr(-,root,root,-)
20 %doc AUTHORS ChangeLog README TODO NEWS KDE4FAQ
21 %{_kde_bindir}/*
22 %{_kde_datadir}/applications/kde4/*.desktop
23 %{_kde_appsdir}/%{name}
24 %{_kde_iconsdir}/hicolor/*/apps/*
25
26 #--------------------------------------------------------------------
27
28 %prep
29 %setup -qn %{name}-%{version}
30
31 %build
32 %cmake_kde4
33 %make
34
35 %install
36 rm -rf %{buildroot}
37 %makeinstall_std -C build
38
39 %find_lang %name
40
41 %clean
42 rm -rf %{buildroot}
43
44

  ViewVC Help
Powered by ViewVC 1.1.30