]> git.pld-linux.org Git - packages/kde4-amor.git/blob - kde4-amor.spec
- adapterized, changed License and Group fields.
[packages/kde4-amor.git] / kde4-amor.spec
1 #
2 %define         _state          stable
3 %define         orgname         amor
4 %define         qtver           4.8.0
5
6 Summary:        amor
7 Summary(pl.UTF-8):      amor
8 ######          Unknown group!
9 Name:           kde4-amor
10 Version:        4.12.0
11 Release:        1
12 License:        GPL v2+
13 Group:          X11/Application
14 Source0:        ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
15 # Source0-md5:  e44c5c0f1f956012c760782f814815e8
16 URL:            http://www.kde.org/
17 BuildRequires:  automoc4 >= 0.9.84
18 BuildRequires:  cmake >= 2.8.0
19 BuildRequires:  kde4-kdebase-workspace-devel >= 4.11.4
20 BuildRequires:  kde4-kdelibs-devel >= %{version}
21 BuildRequires:  qt4-build >= %{qtver}
22 BuildRequires:  qt4-qmake >= %{qtver}
23 BuildRequires:  rpmbuild(macros) >= 1.600
24 Obsoletes:      kde4-ktoys-amor
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 On-Screen Creature.
29
30 %prep
31 %setup -q -n %{orgname}-%{version}
32
33 %build
34 install -d build
35 cd build
36 %cmake \
37         .. \
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} -C build install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_bindir}/amor
53 %{_desktopdir}/kde4/amor.desktop
54 %{_datadir}/apps/amor
55 %{_datadir}/dbus-1/interfaces/org.kde.amor.xml
56 %{_kdedocdir}/en/amor
57 %{_iconsdir}/hicolor/*x*/apps/amor.png
58 %{_mandir}/man6/amor.6*
This page took 0.089522 seconds and 3 git commands to generate.