SPECS: shed.spec (NEW) - initial PLD release - a simple hex editor
pawelz
pawelz at pld-linux.org
Mon Nov 24 09:19:49 CET 2008
Author: pawelz Date: Mon Nov 24 08:19:49 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
- a simple hex editor
---- Files affected:
SPECS:
shed.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/shed.spec
diff -u /dev/null SPECS/shed.spec:1.1
--- /dev/null Mon Nov 24 09:19:50 2008
+++ SPECS/shed.spec Mon Nov 24 09:19:43 2008
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+#
+Summary: shed - a simple hex editor
+Summary(pl.UTF-8): Prosty hex-edytor
+Name: shed
+Version: 1.14
+Release: 1
+License: GPL v2
+Group: Applications
+Source0: http://dl.sourceforge.net/shed/%{name}%{version}.tar.gz
+# Source0-md5: 90c70fa667641dd04decaaec4b5ccaa3
+Patch0: %{name}-autoconf.patch
+URL: http://shed.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: ncurses-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+shed is an easy to use hex editor written for unix/linux using
+ncurses, with a friendly pico-style interface.
+
+%description -l pl.UTF-8
+shed jest prostym hex-edytorem przeznaczonym dla systemów typu Unix,
+wykorzystującym bibliotekę ncurses. Interfejs użytkownika sheda jest
+wzorowany na pico.
+
+%prep
+%setup -q
+
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make} \
+ CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
+
+%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 BUGS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/shed
+%{_mandir}/man1/shed.1*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008/11/24 08:19:43 pawelz
+- initial PLD release
+- a simple hex editor
+
================================================================
More information about the pld-cvs-commit
mailing list