]> git.pld-linux.org Git - packages/mousepad.git/blob - mousepad.spec
- Up to 0.2.1
[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.1
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:  9a5bf90acc6fffd5c09334c7cb4b7054
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.025856 seconds and 3 git commands to generate.