From 524c533fd3cf8164278a602561c54ec6b068862b Mon Sep 17 00:00:00 2001 From: alexlan Date: Dec 19 2007 13:12:02 +0000 Subject: Really expunge the prerelease stuff properly this time. --- diff --git a/picard.spec b/picard.spec index 2e29876..0c9943a 100644 --- a/picard.spec +++ b/picard.spec @@ -5,7 +5,7 @@ Name: picard Version: 0.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MusicBrainz-based audio tagger Group: Applications/Multimedia @@ -53,7 +53,7 @@ database. The tagger is album or release oriented, rather than track-oriented. %prep -%setup -q -n picard-%{version}%{prerelease} +%setup -q -n picard-%{version} %build env %{__python} setup.py config @@ -113,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/picard/* %changelog -* Wed Dec 19 2007 Alex Lancaster 0.9.0-3 +* Wed Dec 19 2007 Alex Lancaster 0.9.0-4 - Update to proper release: 0.9.0 - Drop plugins directory patch, applied upstream