rpms/archmage/devel archmage.spec,1.1,1.2 needs.rebuild,1.1,NONE

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Tue Sep 12 20:34:00 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/archmage/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5165

Modified Files:
	archmage.spec 
Removed Files:
	needs.rebuild 
Log Message:
* Tue Sep 12 2006 Patrice Dumas <pertusus at free.fr> 0.0.7-2
- .pyo files added. Bug #205369
- BuildRequires:  python and not python-devel since it is noarch



Index: archmage.spec
===================================================================
RCS file: /cvs/extras/rpms/archmage/devel/archmage.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- archmage.spec	19 Apr 2006 20:02:14 -0000	1.1
+++ archmage.spec	12 Sep 2006 20:34:00 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           archmage
 Version:        0.0.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Extensible reader/decompiler of files in CHM format
 
 Group:          Development/Tools
@@ -13,7 +13,7 @@
 
 BuildArch:      noarch
 Requires:       python-chm
-BuildRequires:  python-devel
+BuildRequires:  python
 Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
 %description
@@ -47,13 +47,14 @@
 %dir %{_sysconfdir}/archmage/
 %config(noreplace) %{_sysconfdir}/archmage/arch.conf
 %{_bindir}/archmage
-%dir %{python_sitelib}/archmod/
-%{python_sitelib}/archmod/*.py
-%{python_sitelib}/archmod/*.pyc
-%ghost %{python_sitelib}/archmod/*.pyo
+%{python_sitelib}/archmod/
 %{_datadir}/archmage/
 %{_mandir}/man*/archmage*
 
 %changelog
+* Tue Sep 12 2006 Patrice Dumas <pertusus at free.fr> 0.0.7-2
+- .pyo files added. Bug #205369
+- BuildRequires:  python and not python-devel since it is noarch
+
 * Mon Mar 20 2006 Patrice Dumas <pertusus at free.fr> 0.0.7-1
 - initial release


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list