Update to r51
This commit is contained in:
parent
a97c26cea2
commit
d59bef5a1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
jsr-305-0.4.20090319.tar.xz
|
||||
/jsr-305-20130910svn.tgz
|
||||
|
14
jsr-305.spec
14
jsr-305.spec
@ -1,6 +1,6 @@
|
||||
Name: jsr-305
|
||||
Version: 0
|
||||
Release: 0.15.20090319svn%{?dist}
|
||||
Release: 0.16.20130910svn%{?dist}
|
||||
Summary: Correctness annotations for Java code
|
||||
|
||||
# The majority of code is BSD-licensed, but some Java sources
|
||||
@ -10,12 +10,11 @@ URL: http://jsr-305.googlecode.com/
|
||||
BuildArch: noarch
|
||||
|
||||
# There has been no official release yet. This is a snapshot of the Subversion
|
||||
# repository as of 19 Mar 2009. Use the following commands to generate the
|
||||
# repository as of 10 Sep 2013. Use the following commands to generate the
|
||||
# tarball:
|
||||
# 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.4.20090319.tar.xz
|
||||
# svn export -r 51 http://jsr-305.googlecode.com/svn/trunk jsr-305
|
||||
# tar -czvf jsr-305-20130910svn.tgz jsr-305
|
||||
Source0: jsr-305-20130910svn.tgz
|
||||
# File containing URL to CC-BY license text
|
||||
Source1: NOTICE-CC-BY.txt
|
||||
|
||||
@ -56,6 +55,9 @@ cp %{SOURCE1} NOTICE-CC-BY
|
||||
%doc ri/LICENSE NOTICE-CC-BY
|
||||
|
||||
%changelog
|
||||
* Tue Sep 10 2013 Richard Fearn <richardfearn@gmail.com> - 0-0.16.20130910svn
|
||||
- Update to r51
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.15.20090319svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user