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