rpms/flute/devel flute.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Wed Jul 23 17:55:48 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/flute/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6014/devel

Modified Files:
	.cvsignore sources 
Added Files:
	flute.spec import.log 
Log Message:



--- NEW FILE flute.spec ---
# Use rpmbuild --without gcj to disable native bits
%define with_gcj %{!?_without_gcj:1}%{?_without_gcj:0}

Name: flute
Version: 1.3
Release: 3jpp.1%{?dist}
Summary: Java CSS parser using SAC
License: W3C
Group: System Environment/Libraries
Source0: http://downloads.sourceforge.net/jfreereport/%{name}-1.3-jfree-20061107.tar.gz
URL: http://www.w3.org/Style/CSS/SAC/
BuildRequires: ant, java-devel, jpackage-utils, sac
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: java, jpackage-utils sac
%if %{with_gcj}
BuildRequires: java-gcj-compat-devel >= 1.0.31
Requires(post): java-gcj-compat >= 1.0.31
Requires(postun): java-gcj-compat >= 1.0.31
%else
BuildArch: noarch
%endif

%description
Java CSS parser using SAC.

%package javadoc
Group: Development/Documentation
Summary: Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n flute-1.3-jfree-20061107
find . -name "*.jar" -exec rm -f {} \;
build-jar-repository -s -p lib sac

%build
cd ant
ant compile javadoc

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p flute-1.3-jfree-20061107.jar $RPM_BUILD_ROOT%{_javadir}/flute.jar

mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%if %{with_gcj}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%doc COPYRIGHT.html
%{_javadir}/*.jar
%if %{with_gcj}
%attr(-,root,root) %{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}

%changelog
* Wed May 07 2007 Caolan McNamara <caolanm at redhat.com> 1.3-3jpp.1
- initial import from jpackage

* Mon Aug 23 2004 Ralph Apel <r.apel at r-apel.de> 1.3-3jpp
- update for JPackage 1.5

* Tue May 06 2003 David Walluck <david at anti-microsoft.org> 1.3-2jpp
- update for JPackage 1.5

* Thu Jul 11 2002 Ville Skyttä <ville.skytta at iki.fi> 1.3-1jpp
- Update to 1.3.
- Use sed instead of bash 2 extension when symlinking jars during build.
- Add Distribution tag, fix URL, tweak Summary and description.

* Wed Feb 06 2002 Guillaume Rousse <guillomovitch at users.sourceforge.net> 1.2-1jpp
- first jpp release


--- NEW FILE import.log ---
flute-1_3-3jpp_1_fc9:HEAD:flute-1.3-3jpp.1.fc9.src.rpm:1216835742


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/flute/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2008 15:59:51 -0000	1.1
+++ .cvsignore	23 Jul 2008 17:55:07 -0000	1.2
@@ -0,0 +1 @@
+flute-1.3-jfree-20061107.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/flute/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2008 15:59:51 -0000	1.1
+++ sources	23 Jul 2008 17:55:07 -0000	1.2
@@ -0,0 +1 @@
+aadb9c5131b308676765271848cf4bd2  flute-1.3-jfree-20061107.tar.gz




More information about the fedora-extras-commits mailing list