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

Conrad Meyer (konradm) fedora-extras-commits at redhat.com
Thu Apr 24 22:34:12 UTC 2008


Author: konradm

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

Modified Files:
	.cvsignore sources 
Added Files:
	bytelist.spec 
Log Message:
Initial import.



--- NEW FILE bytelist.spec ---
Name:           bytelist
Version:        0.1
Release:        0.2.svn6558%{?dist}
Summary:        A java library for lists of bytes

Group:          Development/Libraries
License:        CPL or GPLv2+ or LGPLv2+
URL:            http://jruby.codehaus.org/
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
#   svn export http://svn.codehaus.org/jruby/bytelist/trunk/ bytelist
#   tar -cjf bytelist-svn6558.tar.bz2 bytelist/
Source0:        %{name}-svn6558.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-devel >= 1.5
BuildRequires:  jpackage-utils
BuildRequires:  junit

Requires:       java >= 1.5
Requires:       jpackage-utils


%description
A small java library for manipulating lists of bytes.


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


%build
export CLASSPATH=$(build-classpath junit)
ant


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p lib/%{name}-%{version}.jar \
       $RPM_BUILD_ROOT%{_javadir}/%{name}.jar


%check
ant test


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_javadir}/%{name}.jar


%changelog
* Tue Apr 22 2008 Conrad Meyer <konrad at tylerc.org> - 0.1-0.2.svn6558
- Do not include version in jar filename.
- Run tests in check section.

* Tue Apr 22 2008 Conrad Meyer <konrad at tylerc.org> - 0.1-0.1.svn6558
- Initial RPM.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bytelist/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Apr 2008 19:22:40 -0000	1.1
+++ .cvsignore	24 Apr 2008 22:33:27 -0000	1.2
@@ -0,0 +1 @@
+bytelist-svn6558.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bytelist/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Apr 2008 19:22:40 -0000	1.1
+++ sources	24 Apr 2008 22:33:27 -0000	1.2
@@ -0,0 +1 @@
+468f117acf926314bd244ef0aa3e1b5c  bytelist-svn6558.tar.bz2




More information about the fedora-extras-commits mailing list