]> git.pld-linux.org Git - packages/mousepad.git/blame - mousepad.spec
- proper BRs
[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
f2a0af7b 10BuildRequires: gettext-devel
f62c8a3f 11BuildRequires: gtk+2-devel >= 2:2.4.0
12BuildRequires: libxfcegui4-devel >= 4.2.0
f2a0af7b
KK
13BuildRequires: pkgconfig >= 1:0.9.0
14Requires: libxfcegui4 >= 4.2.0
31d6a18b 15Requires: xfprint >= 4.2
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
946237d5 19Mousepad is a text editor for Xfce based on Leafpad.
31d6a18b 20
21%description -l pl
946237d5 22Mousepad jest edytorem dla Xfce opartym na Leafpad.
31d6a18b 23
24%prep
946237d5 25%setup -q
31d6a18b 26
27%build
28%configure
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
f62c8a3f 37%find_lang %{name}
38
31d6a18b 39%clean
40rm -rf $RPM_BUILD_ROOT
41
f62c8a3f 42%files -f %{name}.lang
31d6a18b 43%defattr(644,root,root,755)
44%doc AUTHORS ChangeLog NEWS README
45%attr(755,root,root) %{_bindir}/*
46%{_desktopdir}/*
47%{_pixmapsdir}/*
This page took 0.056131 seconds and 4 git commands to generate.