]> git.pld-linux.org Git - packages/mousepad.git/blame - mousepad.spec
- various fixes
[packages/mousepad.git] / mousepad.spec
CommitLineData
31d6a18b 1Summary: Mousepad is a text editor for Xfce based on Leafpad
2Summary(pl): Mousepad jest edytorem dla Xfce opartym na Leafpad
3Name: mousepad
4Version: 0.2.0
5Release: 0.1
f62c8a3f 6License: GPL v2
31d6a18b 7Group: X11/Applications/Editors
8Source0: http://erikharrison.net/software/%{name}-%{version}.tar.gz
946237d5 9# Source0-md5: e554145e8fffcd5fd8d3e027575e0765
f62c8a3f 10BuildRequires: gtk+2-devel >= 2:2.4.0
11BuildRequires: libxfcegui4-devel >= 4.2.0
12BuildRequires: libxfce4util-devel >= 4.2.0
31d6a18b 13Requires: xfprint >= 4.2
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
946237d5 17Mousepad is a text editor for Xfce based on Leafpad.
31d6a18b 18
19%description -l pl
946237d5 20Mousepad jest edytorem dla Xfce opartym na Leafpad.
31d6a18b 21
22%prep
946237d5 23%setup -q
31d6a18b 24
25%build
26%configure
27%{__make}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31
32%{__make} install \
33 DESTDIR=$RPM_BUILD_ROOT
34
f62c8a3f 35%find_lang %{name}
36
31d6a18b 37%clean
38rm -rf $RPM_BUILD_ROOT
39
f62c8a3f 40%files -f %{name}.lang
31d6a18b 41%defattr(644,root,root,755)
42%doc AUTHORS ChangeLog NEWS README
43%attr(755,root,root) %{_bindir}/*
44%{_desktopdir}/*
45%{_pixmapsdir}/*
This page took 0.027381 seconds and 4 git commands to generate.