- Update to 19 Mar 2009 snapshot
- Compress with xz instead of bzip2
This commit is contained in:
parent
fb2c62472c
commit
900b86c723
@ -1 +1 @@
|
||||
jsr-305-0.2.20090203.tar.bz2
|
||||
jsr-305-0.4.20090319.tar.xz
|
||||
|
15
jsr-305.spec
15
jsr-305.spec
@ -2,18 +2,19 @@
|
||||
|
||||
Name: jsr-305
|
||||
Version: 0
|
||||
Release: 0.4.20090203svn%{?dist}
|
||||
Release: 0.4.20090319svn%{?dist}
|
||||
Summary: Correctness annotations for Java code
|
||||
|
||||
Group: Development/Libraries/Java
|
||||
License: BSD
|
||||
URL: http://jsr-305.googlecode.com/
|
||||
# There has been no official release yet. This is a snapshot of the Subversion
|
||||
# repository as of 03 Feb 2009. Use the following commands to generate the
|
||||
# repository as of 19 Mar 2009. Use the following commands to generate the
|
||||
# tarball:
|
||||
# svn export -r 48 http://jsr-305.googlecode.com/svn/trunk jsr-305
|
||||
# tar -cjvf jsr-305-0.2.20090203.tar.bz2 jsr-305
|
||||
Source0: jsr-305-0.2.20090203.tar.bz2
|
||||
# svn export -r 49 http://jsr-305.googlecode.com/svn/trunk jsr-305
|
||||
# tar -cvf jsr-305-0.4.20090319.tar jsr-305
|
||||
# xz jsr-305-0.4.20090319.tar
|
||||
Source0: jsr-305-0.2.20090203.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# We need the OpenJDK javadoc because sinjdoc doesn't grok annotations.
|
||||
@ -116,6 +117,10 @@ fi
|
||||
%{_javadocdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 14 2010 Jerry James <loganjerry@gmail.com> - 0-0.4.20090319svn
|
||||
- Update to 19 Mar 2009 snapshot
|
||||
- Compress with xz instead of bzip2
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.4.20090203svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user