]> git.pld-linux.org Git - packages/drivel.git/blob - drivel.spec
- updated to 1.2.1
[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.1
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:  4c3855c58e48f0e1bfa0070f2b55f8bd
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 %build
32 %configure \
33         --disable-schemas-install
34 %{__make}
35
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %find_lang %{name} --with-gnome
44
45 %clean
46 rm -r $RPM_BUILD_ROOT
47
48 %post
49 %gconf_schema_install
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog README TODO
54 %attr(755,root,root) %{_bindir}/*
55 %{_pixmapsdir}/*
56 %{_desktopdir}/*
57 %{_sysconfdir}/gconf/schemas/*
58 %dir %{_datadir}/drivel
59 %dir %{_datadir}/drivel/glade
60 %{_datadir}/drivel/glade/drivel.glade
This page took 0.089242 seconds and 4 git commands to generate.