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