]> git.pld-linux.org Git - packages/drivel.git/blob - drivel.spec
- updated to 1.2.3 STBR
[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:        1
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:  gtk+2-devel
14 Requires(post): GConf2
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Drivel is an advanced LiveJournal client for the GNOME desktop. While
19 maintaining a full set of features, it had been designed with
20 usability in mind, and presents an elegant user interface.
21
22 %description -l pl
23 Drivel to zaawansowany klient LiveJournala dla ¶rodowiska GNOME. Przy
24 zachowaniu pe³nego zbioru mo¿liwo¶ci, zosta³ on zaprojektowany z my¶l±
25 o u¿ywalno¶ci. Prezentuje elegancki interfejs u¿ytkownika.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 # also for desktop translation
32 mv -f po/{no,nb}.po
33
34 %build
35 %configure \
36         --disable-schemas-install
37 %{__make}
38
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name} --with-gnome
47
48 %clean
49 rm -r $RPM_BUILD_ROOT
50
51 %post
52 %gconf_schema_install
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog README TODO
57 %attr(755,root,root) %{_bindir}/*
58 %{_pixmapsdir}/*
59 %{_desktopdir}/*
60 %{_sysconfdir}/gconf/schemas/*
61 %dir %{_datadir}/drivel
62 %dir %{_datadir}/drivel/glade
63 %{_datadir}/drivel/glade/drivel.glade
This page took 0.111177 seconds and 3 git commands to generate.