From 31d6a18bd2c5dc0a45493141ca0b24e9d2454809 Mon Sep 17 00:00:00 2001 From: jpc Date: Thu, 17 Feb 2005 16:09:15 +0000 Subject: [PATCH] - new spec from Robert Kurowski Changed files: mousepad.spec -> 1.1 --- mousepad.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 mousepad.spec diff --git a/mousepad.spec b/mousepad.spec new file mode 100644 index 0000000..6ec78c4 --- /dev/null +++ b/mousepad.spec @@ -0,0 +1,47 @@ +Summary: Mousepad is a text editor for Xfce based on Leafpad +Summary(pl): Mousepad jest edytorem dla Xfce opartym na Leafpad +Name: mousepad +Version: 0.2.0 +Release: 0.1 +License: GPLv2 +Group: X11/Applications/Editors +Source0: http://erikharrison.net/software/%{name}-%{version}.tar.gz +# Source0-md5: +URL: none_at_the_moment_I_think +BuildRequires: gtk+2-devel >= 2.2.0 +BuildRequires: libxfcegui4-devel +buildRequires: libxfce4util-devel +Requires: libxfcegui4 +Requires: libxfce4util +Requires: xfprint >= 4.2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Mousepad is a text editor for Xfce based on Leafpad + +%description -l pl +Mousepad jest edytorem dla Xfce opartym na Leafpad + +%prep +%setup + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/* +%{_desktopdir}/* +%{_pixmapsdir}/* +%{_datadir}/locale/*/LC_MESSAGES/*.mo -- 2.43.0