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