rpms/apache-ivy/devel apache-ivy.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel lkundrak at fedoraproject.org
Fri Nov 13 23:36:40 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/apache-ivy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11955/devel

Modified Files:
	.cvsignore sources 
Added Files:
	apache-ivy.spec import.log 
Log Message:
Initial import of apache-ivy


--- NEW FILE apache-ivy.spec ---
Name:           apache-ivy
Version:        2.1.0
Release:        1%{?dist}
Summary:        Java-based dependency manager

Group:          Development/Tools
License:        ASL 2.0
URL:            http://ant.apache.org/ivy/
Source0:        http://www.apache.org/dist/ant/ivy/2.1.0/%{name}-%{version}-src.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:      noarch

Provides:       ivy = %{version}-%{release}

BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  commons-httpclient
BuildRequires:  jsch
BuildRequires:  oro
BuildRequires:  java-devel >= 1.5
BuildRequires:  jpackage-utils
Requires:       jpackage-utils

%description
Apache Ivy is a tool for managing (recording, tracking, resolving and
reporting) project dependencies.  It is designed as process agnostic and is
not tied to any methodology or structure. while available as a standalone
tool, Apache Ivy works particularly well with Apache Ant providing a number
of powerful Ant tasks ranging from dependency resolution to dependency
reporting and publication.


%package javadoc
Summary:        API Documentation for ivy
Group:          Development/Tools
Requires:       %{name} = %{version}-%{release}

%description javadoc
JavaDoc documentation for %{name}


%prep
%setup -q

# Fix messed-up encodings
for F in RELEASE_NOTES README LICENSE NOTICE CHANGES.txt
do
        sed 's/\r//' $F |iconv -f iso8859-1 -t utf8 >$F.utf8
        touch -r $F $F.utf8
        mv $F.utf8 $F
done


%build
# Remove prebuilt documentation
rm -rf doc build/doc

# How to properly disable a plugin?
# we disable vfs plugin since commons-vfs is not available
rm -rf src/java/org/apache/ivy/plugins/repository/vfs \
        src/java/org/apache/ivy/plugins/resolver/VfsResolver.java
sed '/vfs.*=.*org.apache.ivy.plugins.resolver.VfsResolver/d' -i \
        src/java/org/apache/ivy/core/settings/typedef.properties

# Craft class path
mkdir -p lib
build-jar-repository lib ant ant/ant-nodeps commons-httpclient oro jsch

# Build
ant /localivy /offline jar javadoc


%install
rm -rf $RPM_BUILD_ROOT

# Code
install -d $RPM_BUILD_ROOT%{_javadir}
install -p -m644 build/artifact/jars/ivy.jar $RPM_BUILD_ROOT%{_javadir}/ivy-%{version}.jar
ln -sf ivy-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/ivy.jar

# API Documentation
install -d $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -rp build/doc/reports/api/. $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_javadir}/*
%doc RELEASE_NOTES CHANGES.txt LICENSE NOTICE README


%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/*


%changelog
* Mon Nov 09 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.1.0-1
- Initial Fedora packaging


--- NEW FILE import.log ---
apache-ivy-2_1_0-1_fc12:devel:apache-ivy-2.1.0-1.fc12.src.rpm:1258155364


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/apache-ivy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Nov 2009 19:29:56 -0000	1.1
+++ .cvsignore	13 Nov 2009 23:36:39 -0000	1.2
@@ -0,0 +1 @@
+apache-ivy-2.1.0-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/apache-ivy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Nov 2009 19:29:56 -0000	1.1
+++ sources	13 Nov 2009 23:36:39 -0000	1.2
@@ -0,0 +1 @@
+49130a0c8beb74d77653e5443dacecd5  apache-ivy-2.1.0-src.tar.gz




More information about the scm-commits mailing list