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