Mercurial > moin > 1.9
view moin.spec @ 3080:7dcd8b937fd0
small fixes to i18n maintainer mailings script and text (ported from 1.6 and updated for 1.7)
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Fri, 22 Feb 2008 22:46:10 +0100 |
parents | ca3e7fdab76e |
children | cd6cfc715261 |
line wrap: on
line source
%define name moin %define version 1.7.0 %define release 0.0.alpha #Upgrade Path Example: # moin-1.3-0.1.beta1 # Patched # moin-1.3-0.2.beta1 # Move to beta2 # moin-1.3-0.3.beta2 # Move to beta3 and simultaneously patch # moin-1.3-0.4.beta3 # Patched again # moin-1.3-0.5.beta3 # Move to rc1 # moin-1.3-0.6.rc1 # Move to rc2 # moin-1.3-0.7.rc2 # Move to "final" # moin-1.3-1 # Patched # moin-1.3-2 Name: %{name} Version: %{version} Release: %{release} Source0: %{name}-%{version}.tar.gz Summary: MoinMoin Wiki engine Group: Applications/Internet License: GPL URL: http://moinmoin.wikiwikiweb.de BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArchitectures: noarch BuildRequires: python-devel Requires: python >= 2.3 %description A WikiWikiWeb is a collaborative hypertext environment, with an emphasis on easy access to and modification of information. MoinMoin is a Python WikiClone that allows you to easily set up your own wiki, only requiring a Python installation. %prep %setup echo $RPM_BUILD_ROOT %build # replace python by python2 if python refers to version 1.5 on your system python setup.py build %install # replace python by python2 if python refers to version 1.5 on your system python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES %clean rm -rf $RPM_BUILD_ROOT #%files -f INSTALLED_FILES # Wrong: Installed files contains directories also # This lets rpmbuild complain about Files listet twice. # A Good explanation is here: "http://www.wideopen.com/archives/rpm-list/2001-February/msg00081.html %files %defattr(-,root,root) /usr %doc README docs/CHANGES docs/INSTALL.html docs/licenses/COPYING %changelog * Thu Jun 8 2006 Johannes Poehlmann - Fix RPM build errror "Files listet twice" Replaced files list and just package all of /usr. * Fri Mar 05 2004 Florian Festi - Initial RPM release.