]> git.pld-linux.org Git - packages/mousepad.git/commitdiff
- new spec from Robert Kurowski
authorjpc <jpc@pld-linux.org>
Thu, 17 Feb 2005 16:09:15 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mousepad.spec -> 1.1

mousepad.spec [new file with mode: 0644]

diff --git a/mousepad.spec b/mousepad.spec
new file mode 100644 (file)
index 0000000..6ec78c4
--- /dev/null
@@ -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
This page took 0.080174 seconds and 4 git commands to generate.