rpms/saxpath/devel saxpath-1.0.pom, NONE, 1.1.2.1 saxpath.spec, NONE, 1.1.2.1 .cvsignore, 1.1, 1.1.2.1 sources, 1.1, 1.1.2.1

Fernando Nasser fnasser at fedoraproject.org
Tue May 19 00:15:36 UTC 2009


Author: fnasser

Update of /cvs/extras/rpms/saxpath/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1639

Modified Files:
      Tag: private-newmaven-branch
	.cvsignore sources 
Added Files:
      Tag: private-newmaven-branch
	saxpath-1.0.pom saxpath.spec 
Log Message:
Import pre-reviewd package


--- NEW FILE saxpath-1.0.pom ---
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>saxpath</groupId>
  <artifactId>saxpath</artifactId>
  <version>1.0-FCS</version>
</project>


--- NEW FILE saxpath.spec ---
Name:		saxpath
Version:	1.0
Release:	1.4%{?dist}
Summary:	Simple API for XPath

Group:		Development	
License:	Saxpath
URL:		http://sourceforge.net/projects/saxpath/
Source0:	http://downloads.sourceforge.net/saxpath/saxpath-1.0.tar.gz
Source1:	%{name}-%{version}.pom
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:	ant
BuildRequires:  ant-junit
BuildRequires:  ant-trax

BuildArch:		noarch

%description
The SAXPath project is a Simple API for XPath. SAXPath is analogous to SAX 
in that the API abstracts away the details of parsing and provides a simple
event based callback interface.

%package javadoc
Summary:	Javadoc for saxpath
Group:		Development/Documentation

%description javadoc
Java API documentation for saxpath.

%prep
%setup -q -n %{name}-%{version}-FCS

find -type f -name "*.jar" -exec rm -f '{}' \;

%build
mkdir src/conf
touch src/conf/MANIFEST.MF

ant

%install
rm -rf $RPM_BUILD_ROOT

# install jar
install -dm 755 $RPM_BUILD_ROOT/%{_javadir}
cp -p build/saxpath.jar $RPM_BUILD_ROOT/%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT/%{_javadir}/%{name}.jar

#install pom
install -dm 755 $RPM_BUILD_ROOT/%{_datadir}/maven2/poms
cp -p %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-saxpath.pom

#depmap entry
%add_to_maven_depmap saxpath saxpath %{version}-FCS JPP saxpath

# install javadoc
install -dm 755 $RPM_BUILD_ROOT/%{_javadocdir}/%{name}
cp -a build/doc/* $RPM_BUILD_ROOT/%{_javadocdir}/%{name}/

%post
%update_maven_depmap

%postun
%update_maven_depmap

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_javadir}/*
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}

%files javadoc
%{_javadocdir}


%changelog
* Wed May 13 2009 Fernando Nasser <fnasser at redhat.com> 1.0-1.4
- Fix license

* Tue Mar 10 2009 Yong Yang <yyang at redhat.com> 1.0-1.3
- rebuild with maven2 2.0.8 built in bootstrap mode

* Tue Jan 06 2009 Yong Yang <yyang at redhat.com> 1.0-1.2
- Import from dbhole's maven 2.0.8 packages

* Wed Dec 03 2008 Deepak Bhole <dbhole at redhat.com> 1.0-1.1
- Initial build.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/saxpath/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -p -r1.1 -r1.1.2.1
--- .cvsignore	18 May 2009 23:31:10 -0000	1.1
+++ .cvsignore	19 May 2009 00:15:06 -0000	1.1.2.1
@@ -0,0 +1 @@
+saxpath-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/saxpath/devel/sources,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -p -r1.1 -r1.1.2.1
--- sources	18 May 2009 23:31:10 -0000	1.1
+++ sources	19 May 2009 00:15:06 -0000	1.1.2.1
@@ -0,0 +1 @@
+cc95ecc7dfb689a29bd42323490ee702  saxpath-1.0.tar.gz




More information about the scm-commits mailing list