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

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Sat Feb 19 11:53:55 UTC 2005


Author: adrian

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

Modified Files:
	.cvsignore sources 
Added Files:
	xmlindent.spec 
Log Message:
auto-import xmlindent-0.2.17-2 on branch devel from xmlindent-0.2.17-2.src.rpm


--- NEW FILE xmlindent.spec ---
# $Id: xmlindent.spec,v 1.4 2004/12/07 07:10:45 adrian Exp $
Name:           xmlindent
Version:        0.2.17
Release:        2
Epoch:          0
Summary:        A XML stream reformatter

Group:          Applications/Text
License:        GPL
URL:            http://xmlindent.sf.net/
Source0:        http://dl.sf.net/xmlindent/xmlindent-0.2.17.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  flex

%description
XML Indent is a XML stream reformatter written in ANSI C.
It is analogous to GNU indent.

%prep
%setup -q

sed -i -e "s,-Wall,-Wall \$(CFLAGS),g" -e "s,555,755," -e "s,444,644," Makefile

%build
CFLAGS=$RPM_OPT_FLAGS make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT%{_prefix}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog BUGS README LICENSE
%{_bindir}/xmlindent
%{_mandir}/man1/xmlindent.1*

%changelog
* Tue Dec 07 2004 Adrian Reber <adrian at lisas.de> - 0:0.2.17-2
- applied patch from Ville Skyttä (bug #2078)

* Fri Sep 17 2004 Adrian Reber <adrian at lisas.de> - 0:0.2.17-0.fdr.1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xmlindent/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Feb 2005 11:53:15 -0000	1.1
+++ .cvsignore	19 Feb 2005 11:53:53 -0000	1.2
@@ -0,0 +1 @@
+xmlindent-0.2.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xmlindent/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Feb 2005 11:53:15 -0000	1.1
+++ sources	19 Feb 2005 11:53:53 -0000	1.2
@@ -0,0 +1 @@
+c08be3867ee906ca69b949d55a4f3780  xmlindent-0.2.17.tar.gz




More information about the fedora-extras-commits mailing list