fix URL field
This commit is contained in:
parent
6fd3028db0
commit
37a487741f
1 changed files with 11 additions and 3 deletions
14
annogen.spec
14
annogen.spec
|
|
@ -1,10 +1,15 @@
|
|||
Name: annogen
|
||||
Version: 0.1.0
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: Java framework for JSR-175 annotations
|
||||
License: ASL 2.0
|
||||
URL: http://annogen.codehaus.org/
|
||||
# svn export http://svn.codehaus.org/annogen/annogen/tags/release-0_1_0/ annogen-0.1.0
|
||||
URL: https://github.com/codehaus/annogen
|
||||
# git clone https://github.com/codehaus/annogen/ annogen-0.1.0
|
||||
# rm -rf annogen-0.1.0/annogen/ide-projects rm -rf annogen-0.1.0/annogen/trunk
|
||||
# mv annogen-0.1.0/annogen/tags/release-0_1_0 annogen-0.1.0
|
||||
# rm -rf annogen-0.1.0/annogen
|
||||
# mv annogen-0.1.0/release-0_1_0/* annogen-0.1.0
|
||||
# rm -rf annogen-0.1.0/release-0_1_0
|
||||
# find annogen-0.1.0/ -name '*.jar' -delete
|
||||
# tar cJf annogen-0.1.0-CLEAN.tar.xz annogen-0.1.0
|
||||
Source0: %{name}-%{version}-CLEAN.tar.xz
|
||||
|
|
@ -68,6 +73,9 @@ ant docs
|
|||
%license license/LICENSE.txt license/NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Nov 04 2015 gil cattaneo <puntogil@libero.it> 0.1.0-13
|
||||
- fix URL field
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue