rpms/archmage/devel archmage.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Wed Apr 19 20:02:15 UTC 2006


Author: pertusus

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

Modified Files:
	.cvsignore sources 
Added Files:
	archmage.spec 
Log Message:
auto-import archmage-0.0.7-1 on branch devel from archmage-0.0.7-1.src.rpm


--- NEW FILE archmage.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           archmage
Version:        0.0.7
Release:        1%{?dist}
Summary:        Extensible reader/decompiler of files in CHM format

Group:          Development/Tools
License:        GPL
URL:            http://archmage.sourceforge.net/
Source0:        http://dl.sourceforge.net/sourceforge/archmage/archmage-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       python-chm
BuildRequires:  python-devel
Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")

%description
arCHMage - extensible reader/decompiler of files in CHM format 
(Microsoft HTML help, also known as Compiled HTML).
arCHMage is based on chmlib by Jed Wing and is written on python.


%prep
%setup -q


%build
CFLAGS="$RPM_OPT_FLAGS" %{__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
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%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
%{_datadir}/archmage/
%{_mandir}/man*/archmage*

%changelog
* Mon Mar 20 2006 Patrice Dumas <pertusus at free.fr> 0.0.7-1
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/archmage/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Apr 2006 20:01:33 -0000	1.1
+++ .cvsignore	19 Apr 2006 20:02:14 -0000	1.2
@@ -0,0 +1 @@
+archmage-0.0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/archmage/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Apr 2006 20:01:33 -0000	1.1
+++ sources	19 Apr 2006 20:02:14 -0000	1.2
@@ -0,0 +1 @@
+7535427b04c6f6f504ecd2fccc6dd268  archmage-0.0.7.tar.gz




More information about the scm-commits mailing list