rpms/archmage/devel .cvsignore, 1.3, 1.4 archmage.spec, 1.5, 1.6 sources, 1.3, 1.4

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Aug 3 12:18:19 UTC 2007


Author: pertusus

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

Modified Files:
	.cvsignore archmage.spec sources 
Log Message:
* Fri Aug  3 2007 Patrice Dumas <pertusus at free.fr> 0.1.9-1
- update to 0.1.9



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/archmage/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	18 Jan 2007 12:17:50 -0000	1.3
+++ .cvsignore	3 Aug 2007 12:17:46 -0000	1.4
@@ -1 +1 @@
-archmage-0.0.8.tar.gz
+archmage-0.1.9.tar.gz


Index: archmage.spec
===================================================================
RCS file: /cvs/extras/rpms/archmage/devel/archmage.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- archmage.spec	18 Jan 2007 12:17:50 -0000	1.5
+++ archmage.spec	3 Aug 2007 12:17:46 -0000	1.6
@@ -1,18 +1,20 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           archmage
-Version:        0.0.8
+Version:        0.1.9
 Release:        1%{?dist}
 Summary:        Extensible reader/decompiler of files in CHM format
 
 Group:          Development/Tools
 License:        GPL
 URL:            http://archmage.sourceforge.net/
-Source0:        http://heanet.dl.sourceforge.net/sourceforge/archmage/archmage-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/archmage/archmage-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 Requires:       python-chm
+# for conversion to text
+Requires:       elinks
 BuildRequires:  python-devel
 
 %description
@@ -26,14 +28,12 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+%{__python} setup.py build
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/man1/
-install -m644 debian/archmage.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 
 
 %clean
@@ -42,7 +42,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README
+%doc AUTHORS COPYING NEWS README
 %dir %{_sysconfdir}/archmage/
 %config(noreplace) %{_sysconfdir}/archmage/arch.conf
 %{_bindir}/archmage
@@ -51,6 +51,9 @@
 %{_mandir}/man*/archmage*
 
 %changelog
+* Fri Aug  3 2007 Patrice Dumas <pertusus at free.fr> 0.1.9-1
+- update to 0.1.9
+
 * Thu Jan 18 2007 Patrice Dumas <pertusus at free.fr> 0.0.8-1
 - update to 0.0.8
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/archmage/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	18 Jan 2007 12:17:50 -0000	1.3
+++ sources	3 Aug 2007 12:17:46 -0000	1.4
@@ -1 +1 @@
-597d43bfee61448c7552c84d37b1d1df  archmage-0.0.8.tar.gz
+fad95f1736895436775723fdf6a664cb  archmage-0.1.9.tar.gz




More information about the fedora-extras-commits mailing list