]> git.pld-linux.org Git - packages/drivel.git/blob - drivel.spec
- rel. 3 to rebuild with new libhowl
[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.2.3
5 Release:        3
6 License:        GPL v2
7 Group:          Applications/Networking
8 Source0:        http://dl.sourceforge.net/drivel/%{name}-%{version}.tar.bz2
9 # Source0-md5:  628909334696dd44dc6a60ece5445ae8
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 # also for desktop translation
39 mv -f po/{no,nb}.po
40
41 %build
42 %configure \
43         --disable-schemas-install
44 %{__make}
45
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %find_lang %{name} --with-gnome
54
55 %clean
56 rm -r $RPM_BUILD_ROOT
57
58 %post
59 %gconf_schema_install
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog README TODO
64 %attr(755,root,root) %{_bindir}/*
65 %{_pixmapsdir}/*
66 %{_desktopdir}/*
67 %{_sysconfdir}/gconf/schemas/*
68 %dir %{_datadir}/drivel
69 %dir %{_datadir}/drivel/glade
70 %{_datadir}/drivel/glade/drivel.glade
This page took 0.098432 seconds and 3 git commands to generate.