]> git.pld-linux.org Git - packages/drivel.git/blob - drivel.spec
- added
[packages/drivel.git] / drivel.spec
1 Summary:        A LiveJournal client for GNOME
2 Summary(pl):    Klient LiveJournala dla GNOME
3 Name:           drivel
4 Version:        1.3.90
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Networking
8 Source0:        http://dl.sourceforge.net/drivel/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c03231f6dbcf93baed2cff354a2956a8
10 Patch0:         %{name}-desktop.patch
11 URL:            http://www.dropline.net/drivel/
12 BuildRequires:  curl-devel
13 BuildRequires:  gnome-vfs2-devel >= 2.6.0
14 BuildRequires:  gtk+2-devel >= 2:2.4.0
15 BuildRequires:  gtksourceview-devel >= 1.0.0
16 BuildRequires:  gtkspell-devel >= 1:2.0
17 BuildRequires:  libgnomeui-devel >= 2.0.0
18 BuildRequires:  pkgconfig
19 BuildRequires:  rhythmbox
20 BuildRequires:  scrollkeeper >= 0.3.5
21 Requires(post): GConf2
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Drivel is an advanced LiveJournal client for the GNOME desktop. While
26 maintaining a full set of features, it had been designed with
27 usability in mind, and presents an elegant user interface.
28
29 %description -l pl
30 Drivel to zaawansowany klient LiveJournala dla ¶rodowiska GNOME. Przy
31 zachowaniu pe³nego zbioru mo¿liwo¶ci, zosta³ on zaprojektowany z my¶l±
32 o u¿ywalno¶ci. Prezentuje elegancki interfejs u¿ytkownika.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 %configure \
40         --disable-schemas-install
41 %{__make}
42
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %find_lang %{name} --with-gnome
51
52 %clean
53 rm -r $RPM_BUILD_ROOT
54
55 %post
56 %gconf_schema_install
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog README TODO
61 %attr(755,root,root) %{_bindir}/*
62 %{_pixmapsdir}/*
63 %{_desktopdir}/*
64 %{_sysconfdir}/gconf/schemas/*
65 %dir %{_datadir}/drivel
66 %dir %{_datadir}/drivel/glade
67 %dir %{_datadir}/drivel/languages
68 %{_datadir}/drivel/languages/livejournal.lang
69 %{_datadir}/drivel/glade/drivel.glade
70 %{_datadir}/application-registry/drivel.applications
71 %{_iconsdir}/gnome/48x48/mimetypes/gnome-mime-application-x-drivel.png
72 %{_datadir}/mime-info/drivel.*
73 %{_datadir}/mime/packages/drivel.xml
74 %{_datadir}/omf/drivel/drivel-C.omf
This page took 0.03166 seconds and 3 git commands to generate.