packages: neveredit/neveredit.spec - 0.8.2b1 is not beta release. it's just...

lisu lisu at pld-linux.org
Tue Feb 23 11:33:54 CET 2010


Author: lisu                         Date: Tue Feb 23 10:33:54 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 0.8.2b1 is not beta release. it's just bugfix version - move it from DEVEL
- adapterized

---- Files affected:
packages/neveredit:
   neveredit.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: packages/neveredit/neveredit.spec
diff -u packages/neveredit/neveredit.spec:1.16 packages/neveredit/neveredit.spec:1.17
--- packages/neveredit/neveredit.spec:1.16	Fri Jan  1 23:46:40 2010
+++ packages/neveredit/neveredit.spec	Tue Feb 23 11:33:48 2010
@@ -2,16 +2,21 @@
 Summary:	Neveredit - editor for Neverwinter Nights game files
 Summary(pl.UTF-8):	Neveredit - edytor plików gry Neverwinter Nights
 Name:		neveredit
-Version:	0.7b2
-Release:	0.2
-License:	GPL
-Group:		X11/Applicatiuons
-Source0:	http://dl.sourceforge.net/openknights/%{name}-%{version}.tar.gz
-# Source0-md5:	36e1f8ed9aa258498f56ca9ec99bbb69
-Patch0:		%{name}-GTK2.patch
+Version:	0.8.2b1
+Release:	0.1
+License:	GPL v1.1+
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/neveredit/%{name}-%{version}.tar.gz
+# Source0-md5:	c768b17e501807da1d36a2039affb15d
+Source1:	%{name}.desktop
+Source2:	%{name}.png
 URL:		http://sourceforge.net/projects/neveredit/
-#BuildRequires:	libnw-devel
-BuildRequires:	wxGTK2-devel
+BuildRequires:	python-devel >= 1:2.5
+BuildRequires:	rpm-pythonprov
+Requires:	python-Numeric
+Requires:	python-PyOpenGL
+Requires:	python-numarray
+Requires:	python-wxPython
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -23,20 +28,30 @@
 stage likely do bad things to your files.
 
 %description -l pl.UTF-8
-Neveredit stara się być edytorem plików gry Neverwinter Nights firmy
-Bioware. Być może pewnego dnia będzie miał funkcjonalność narzędzi
-Bioware dla Windows a może nawet więcej. Aktualnie stara się osiągnąć
-podstawową funkcjonalność edytora dla platform niewindowsowych.
-Oznacza to, że Neveredit jest wciąż programem klasy alfa i w obecnej
-jego formie jest wysoce prawdopodobne, że zepsuje modyfikowane pliki.
+Neveredit stara się być edytorem plików gry Neverwinter Nights
+firmy Bioware. Być może pewnego dnia będzie miał funkcjonalność
+narzędzi Bioware dla Windows a może nawet więcej. Aktualnie stara
+się osiągnąć podstawową funkcjonalność edytora dla platform
+niewindowsowych. Oznacza to, że Neveredit jest wciąż programem
+klasy alfa i w obecnej jego formie jest wysoce prawdopodobne, że
+zepsuje modyfikowane pliki.
 
 %prep
 %setup -q -n %{name}
 
+%build
+%{__python} setup.py build
+
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+
+%{__python} setup.py install \
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
 
-python setup.py install --root=$RPM_BUILD_ROOT
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -44,7 +59,11 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README*
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
 %{py_sitescriptdir}/neveredit
+%{py_sitescriptdir}/*.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -52,11 +71,38 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2010/02/23 10:33:48  lisu
+- 0.8.2b1 is not beta release. it's just bugfix version - move it from DEVEL
+- adapterized
+
 Revision 1.16  2010/01/01 22:46:40  sparky
 - BuildRoot capitalization
 
 Revision 1.15  2009/03/20 08:34:16  lisu
 - new URL
+
+Revision 1.14.2.6  2008/12/22 09:40:58  lisu
+- new URL
+
+Revision 1.14.2.5  2008/12/18 09:42:53  lisu
+- .desktop, icon
+
+Revision 1.14.2.4  2008/12/18 09:27:34  lisu
+- and remove old GTK2.patch
+
+Revision 1.14.2.3  2008/12/18 09:25:10  lisu
+- add Rs: python-Numeric, python-PyOpenGL, python-numarray, python-wxPython
+- kill unneeded wxGTK2-devel BR
+
+Revision 1.14.2.2  2008/12/18 08:49:46  lisu
+- BR: rpm-pythonprov
+
+Revision 1.14.2.1  2008/12/18 08:47:29  lisu
+- 0.8.2b1 version
+- add %%build section
+- package binary files
+- BR: python 2.5 (for .egg-info)
+- adapter
 
 Revision 1.14  2007/02/13 07:16:49  glen
 - tabs in preamble
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/neveredit/neveredit.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list