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