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

Caolan McNamara caolanm at fedoraproject.org
Mon Mar 9 10:10:59 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/libbase/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19437/devel

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



--- NEW FILE import.log ---
libbase-1_0_0-1_fc10:HEAD:libbase-1.0.0-1.fc10.src.rpm:1236593398


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

Name: libbase
Version: 1.0.0
Release: 1%{?dist}
Summary: JFree Base Services
License: LGPLv2+
Group: System Environment/Libraries
Source: http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.tar.gz
URL: http://reporting.pentaho.org/
BuildRequires: ant, java-devel, jpackage-utils, jakarta-commons-logging
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: java, jpackage-utils, jakarta-commons-logging
%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
LibBase is a library developed to provide base services like logging,
configuration and initialization to other libraries and applications. The
library is the root library for all Pentaho-Reporting projects.

%prep
%setup -q
find . -name "*.jar" -exec rm -f {} \;
build-jar-repository -s -p lib commons-logging-api

%build
ant compile

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

%if %{with_gcj}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%post
%if %{with_gcj}
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%postun
%if %{with_gcj}
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%files
%defattr(0644,root,root,0755)
%doc ChangeLog.txt licence-LGPL.txt README.txt
%{_javadir}/%{name}.jar
%if %{with_gcj}
%attr(-,root,root) %{_libdir}/gcj/%{name}
%endif

%changelog
* Wed Dec 03 2008 Caolan McNamara <caolanm at redhat.com> 1.0.0-1
- initial fedora import


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libbase/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Mar 2009 17:28:35 -0000	1.1
+++ .cvsignore	9 Mar 2009 10:10:28 -0000	1.2
@@ -0,0 +1 @@
+libbase-1.0.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libbase/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Mar 2009 17:28:35 -0000	1.1
+++ sources	9 Mar 2009 10:10:28 -0000	1.2
@@ -0,0 +1 @@
+5907375823a3a9411a92d5131cd42307  libbase-1.0.0.tar.gz




More information about the fedora-extras-commits mailing list