]> git.pld-linux.org Git - packages/BloGTK.git/blob - BloGTK.spec
- pl fixes, removed redundant gtk+2 dep
[packages/BloGTK.git] / BloGTK.spec
1 Summary:        BloGTK - a weblog client
2 Summary(pl):    BloGTK - klient dla weblogów
3 Name:           BloGTK
4 Version:        1.1
5 Release:        1
6 License:        GPL v2
7 Group:          Development
8 Source0:        http://dl.sourceforge.net/blogtk/blogtk_%{version}.tar.bz2
9 # Source0-md5:  cd2d2521a261867cd9c830a81d3d4408
10 URL:            http://blogtk.sourceforge.net/
11 BuildRequires:  python
12 BuildRequires:  python-pygtk-gtk >= 2.0
13 BuildRequires:  python-pygtk-glade
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 BloGTK is a weblog client that allows you to post to your weblog from
18 Linux without the need for a separate browser window. BloGTK allows
19 you to connect with many weblog systems such as Blogger, Movable Type,
20 WordPress, and more. BloGTK Main WindowBloGTK is written using Python
21 and PyGTK, and is designed to be fast and simple to use.
22
23 %description -l pl
24 BloGTK jest klientem dla weblogów, który pozwala umieszczaæ notatki
25 na blogach bez konieczno¶ci korzystania z przegl±darki internetowej.
26 BloGTK pozwala na korzystanie z wielu systemu weblogów, takich jak:
27 Blogger, Moveable Type, WordPress i innych. BloGTK jest napisany z
28 u¿yciem Pythona i PyGTK i ma byæ szybkim i prostym w u¿yciu.
29
30 %prep
31 %setup -q -n BloGTK-1.1
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
38         DATADIR=$RPM_BUILD_ROOT/share/blogtk \
39         LIBDIR=$RPM_BUILD_ROOT/lib/blogtk \
40         APPLICATIONSDIR=$RPM_BUILD_ROOT/share/applications \
41         ICONDIR=$RPM_BUILD_ROOT/share/pixmaps
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog README
48 %attr(755,root,root) %{_bindir}/*
This page took 0.077067 seconds and 3 git commands to generate.