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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 434033 - (show annotations) (download)
Sat Jun 1 12:11:13 2013 UTC (10 years, 10 months ago) by shlomif
File size: 1554 byte(s)
Fix build on remote
1 Name: hotot
2 Version: 0.9.8.14
3 Release: %mkrel 1
4 Summary: Twitter Client
5 License: LGPLv2+
6 Group: Networking/Other
7 URL: https://hotot.googlecode.com/hg/
8 # Get from https://github.com/lyricat/Hotot/tags :
9 Source0: Hotot-%{version}.tar.gz
10
11 BuildRequires: intltool
12 BuildRequires: python-distutils-extra
13 BuildRequires: python-devel
14 BuildRequires: cmake
15 BuildRequires: pkgconfig(QtWebKit)
16 BuildRequires: qt4-devel
17 Requires: python-webkitgtk
18 Requires: python-notify
19 Requires: python-keybinder
20
21 %description
22 Hotot is an open-source Twitter Client which has a fancy UI and is easy to use.
23
24 %prep
25 # %%setup -q -n shellex-Hotot-44272ff
26 %setup -q -n Hotot-%{version}
27
28 %build
29 %cmake
30
31 %install
32 pushd build
33 %makeinstall_std
34 popd
35
36 # It is sometimes created and sometimes not.
37 rm -f %{buildroot}/%{_datadir}/apps/desktoptheme/default/icons/%{name}_qt.svg
38
39 %find_lang %{name}
40
41 %files -f %{name}.lang
42 %{_bindir}/hotot
43 %{_bindir}/hotot-qt
44 %{_datadir}/hotot/ext/*
45 %{_datadir}/applications/%{name}-qt.desktop
46 #% {_datadir}/apps/desktoptheme/default/icons/*.svg
47 %{_datadir}/hotot/sound/*.wav
48 %{_datadir}/%{name}/_locales/*/*
49 %{_datadir}/%{name}/js/*
50 %{_datadir}/%{name}/css/*
51 %{_datadir}/%{name}/theme/*
52 %{_datadir}/%{name}/image/*
53 %{_datadir}/%{name}/*.html
54 %{_datadir}/%{name}/*.json
55 %{_datadir}/applications/hotot.desktop
56 %{python_sitearch}/*
57 %{_iconsdir}/hicolor/*/apps/*.*
58 %{_datadir}/%{name}/icons/*/apps/hotot.png
59 %{_datadir}/%{name}/icons/*/apps/hotot.ico
60 %{_datadir}/icons/hicolor/scalable/status/*.svg

  ViewVC Help
Powered by ViewVC 1.1.30