/[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 680166 - (show annotations) (download)
Tue Sep 16 16:17:44 2014 UTC (9 years, 7 months ago) by umeabot
File size: 1493 byte(s)
Mageia 5 Mass Rebuild
1 %define oname Hotot
2
3 Name: hotot
4 Version: 0.9.8.14
5 Release: %mkrel 4
6 Summary: Twitter Client
7 License: LGPLv2+
8 Group: Networking/Other
9 URL: https://hotot.googlecode.com/hg/
10 # Get from https://github.com/lyricat/Hotot/tags :
11 Source: %{oname}-%{version}.tar.gz
12 BuildRequires: intltool
13 BuildRequires: python-distutils-extra
14 BuildRequires: python-devel
15 BuildRequires: cmake
16 BuildRequires: pkgconfig(QtWebKit)
17 BuildRequires: qt4-devel
18 Requires: python-webkitgtk
19 Requires: python-notify
20 Requires: python-keybinder
21
22 %description
23 Hotot is an open-source Twitter Client which has a fancy UI and is easy to use.
24
25 %prep
26 %setup -q -n %{oname}-%{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}/%{name}
43 %{_bindir}/%{name}-qt
44 %{_datadir}/%{name}/ext/*
45 %{_datadir}/applications/%{name}-qt.desktop
46 #% {_datadir}/apps/desktoptheme/default/icons/*.svg
47 %{_datadir}/%{name}/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/%{name}.desktop
56 %{python_sitearch}/*
57 %{_iconsdir}/hicolor/*/apps/*.*
58 %{_datadir}/%{name}/icons/*/apps/%{name}.png
59 %{_datadir}/%{name}/icons/*/apps/%{name}.ico
60 %{_datadir}/icons/hicolor/scalable/status/*.svg

  ViewVC Help
Powered by ViewVC 1.1.30