packages: wxHexEditor/wxHexEditor.spec (NEW) - new (thx Krzysztof Goli ński )

charles charles at pld-linux.org
Sun Aug 30 14:01:46 CEST 2009


Author: charles                      Date: Sun Aug 30 12:01:46 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new (thx Krzysztof Goliński)

---- Files affected:
packages/wxHexEditor:
   wxHexEditor.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/wxHexEditor/wxHexEditor.spec
diff -u /dev/null packages/wxHexEditor/wxHexEditor.spec:1.1
--- /dev/null	Sun Aug 30 14:01:46 2009
+++ packages/wxHexEditor/wxHexEditor.spec	Sun Aug 30 14:01:41 2009
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	Hex editor wxHeXEditor
+Summary(pl.UTF-8):	Hex edytor wxHexEditor
+Name:		wxHexEditor
+Version:	0.07
+Release:	1
+License:	GPL v2
+Group:		X11/Applications/Editor
+Source0:	http://dl.sourceforge.net/project/wxhexeditor/wxHexEditor/v0.07%20Alpha/%{name}-v%{version}_alpha-src.tar.bz2
+# Source0-md5:	f93821aa23f72aa28ed0b5869591fc1e
+Patch0:		%{name}-makefile.patch
+Patch1:		%{name}-build.patch
+URL:		http://wxhexeditor.sourceforge.net/
+BuildRequires:	wxGTK2-unicode-devel >= 2.8
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+wxHexEditor is another Hex Editor, build because of there is no good
+hex editor for Linux system, specially for big files. It supports
+files up to 2^64 bytes.
+
+%description -l pl.UTF-8
+wxHexEditor to kolejny hex editor, stworzony ponieważ nie ma dobrych
+edytorów dla systemu Linux, szczególnie dla dużych plików. Wspiera
+pliki do rozmiaru 2^64 bajtów.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+%patch1 -p1
+
+%build
+
+%{__make} \
+	CPP="%{__cxx} %{rpmcxxflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root)%{_bindir}/%{name}
+
+%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  2009/08/30 12:01:41  charles
+- new (thx Krzysztof Goliński)
+
================================================================


More information about the pld-cvs-commit mailing list