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