]> git.pld-linux.org Git - packages/mousepad.git/blob - mousepad.spec
1dfe50aab44076485c94841aa6faecda91fe3edc
[packages/mousepad.git] / mousepad.spec
1 Summary:        Mousepad - a text editor for Xfce based on Leafpad
2 Summary(pl):    Mousepad - edytor dla Xfce oparty na Leafpadzie
3 Name:           mousepad
4 Version:        0.2.2
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Editors
8 Source0:        http://erikharrison.net/software/%{name}-%{version}.tar.gz
9 # Source0-md5:  1240ea13b37b9d8a7a63799af5701b44
10 BuildRequires:  gettext-devel
11 BuildRequires:  gtk+2-devel >= 2:2.4.0
12 BuildRequires:  libxfcegui4-devel >= 4.2.0
13 BuildRequires:  pkgconfig  >= 1:0.9.0
14 Requires:       libxfcegui4 >= 4.2.0
15 Requires:       xfprint >= 4.2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Mousepad is a lightweight text editor for Xfce. It features a simple
20 interface,  broad character set support, printing with Xfprint, and
21 more. It opens lightening quick, making it perfect for editing config
22 files, doing quick scripting, and pretty printing documents like shell
23 scripts.
24
25 %description -l pl
26 Mousepad jest lekkim edytorem tekstowym dla Xfce. Cechuje go prosty
27 interfejs, obs³uga wielu zestawów znaków, drukowanie przy pomocy
28 Xfprint i wiele wiêcej. Uruchamia siê b³yskawicznie, dziêki czemu
29 jest idealny do edycji plików konfiguracyjnych, pisania ma³ych
30 skryptów i piêknego drukowania dokumentów takich jak skrypty pow³oki.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %find_lang %{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files -f %{name}.lang
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %attr(755,root,root) %{_bindir}/*
54 %{_desktopdir}/*
55 %{_pixmapsdir}/*
This page took 0.04677 seconds and 3 git commands to generate.