]> git.pld-linux.org Git - packages/mousepad.git/blob - mousepad.spec
- updated to 0.2.13
[packages/mousepad.git] / mousepad.spec
1 #
2 %define         xfce_version    4.4.2
3 #
4 Summary:        Text editor for Xfce based on Leafpad
5 Summary(pl.UTF-8):      Edytor tekstu dla Xfce oparty na Leafpadzie
6 Name:           mousepad
7 Version:        0.2.13
8 Release:        1
9 License:        GPL v2
10 Group:          X11/Applications/Editors
11 Source0:        http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}.tar.bz2
12 # Source0-md5:  326075ac933e5da38cedbc20e80b7026
13 Patch0:         %{name}-desktop.patch
14 Patch1:         %{name}-locale-names.patch
15 BuildRequires:  autoconf >= 2.52
16 BuildRequires:  automake
17 BuildRequires:  gettext-devel
18 BuildRequires:  gtk+2-devel >= 2:2.10.6
19 BuildRequires:  intltool >= 0.35.0
20 BuildRequires:  libtool
21 BuildRequires:  libxfcegui4-devel >= %{xfce_version}
22 BuildRequires:  pkgconfig >= 1:0.9.0
23 BuildRequires:  xfce4-dev-tools >= 4.4.0.1
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Mousepad is a lightweight text editor for Xfce. It features a simple
28 interface, broad character set support, printing with Xfprint, and
29 more. It opens lightening quick, making it perfect for editing config
30 files, doing quick scripting, and pretty printing documents like shell
31 scripts.
32
33 %description -l pl.UTF-8
34 Mousepad jest lekkim edytorem tekstowym dla Xfce. Cechuje go prosty
35 interfejs, obsługa wielu zestawów znaków, drukowanie przy pomocy
36 Xfprint i wiele więcej. Uruchamia się błyskawicznie, dzięki czemu jest
37 idealny do edycji plików konfiguracyjnych, pisania małych skryptów i
38 pięknego drukowania dokumentów takich jak skrypty powłoki.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43 %patch1 -p1
44
45 mv -f po/{nb_NO,nb}.po
46 mv -f po/{pt_PT,pt}.po
47
48 %build
49 %{__intltoolize}
50 %{__libtoolize}
51 %{__aclocal}
52 %{__autoheader}
53 %{__automake}
54 %{__autoconf}
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %find_lang %{name}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files -f %{name}.lang
70 %defattr(644,root,root,755)
71 %doc AUTHORS ChangeLog NEWS README
72 %attr(755,root,root) %{_bindir}/mousepad
73 %{_desktopdir}/mousepad.desktop
74 %{_pixmapsdir}/mousepad.png
This page took 0.028881 seconds and 3 git commands to generate.