Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 663441 Details for
Bug 887169
Update to 1.0-SNAPSHOT
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Update to 1.0-SNAPSHOT
0001-Update-to-1.0-SNAPSHOT.patch (text/plain), 2.93 KB, created by
gil cattaneo
on 2012-12-14 08:49:09 UTC
(
hide
)
Description:
Update to 1.0-SNAPSHOT
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-12-14 08:49:09 UTC
Size:
2.93 KB
patch
obsolete
>From 0034e856a19d033ae9704ab8cb931a9eeaf60210 Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Fri, 14 Dec 2012 09:41:49 +0100 >Subject: [PATCH] Update to 1.0-SNAPSHOT > >--- > .gitignore | 1 + > simplevalidation.spec | 25 +++++++++++++++---------- > sources | 2 +- > 3 files changed, 17 insertions(+), 11 deletions(-) > >diff --git a/.gitignore b/.gitignore >index 1099e9d..a372418 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -1 +1,2 @@ > /validation-src.zip >+/simplevalidation-1.0-SNAPSHOT-20121212-src-svn.tar.gz >diff --git a/simplevalidation.spec b/simplevalidation.spec >index 8a76159..b1c0b5c 100644 >--- a/simplevalidation.spec >+++ b/simplevalidation.spec >@@ -1,13 +1,20 @@ >+%global namedreltag -SNAPSHOT >+%global namedversion %{version}%{?namedreltag} > Name: simplevalidation > # upstream is pretty bad about version numbering > # this is a guess based on the version of a separate api "release" jar >-Version: 0.4 >-Release: 3%{?dist} >+Version: 1.0 >+Release: 1%{?dist} > Summary: A library for adding user-interface input validation to Swing applications > Group: Development/Libraries > License: GPLv2 or CDDL > URL: http://kenai.com/projects/simplevalidation >-Source0: http://kenai.com/projects/simplevalidation/downloads/download/validation-src.zip >+# svn export -r331 https://svn.kenai.com/svn/simplevalidation~src/trunk/ simplevalidation-1.0-SNAPSHOT >+# find simplevalidation-1.0-SNAPSHOT -name '*.class' -delete >+# find simplevalidation-1.0-SNAPSHOT -name '*.jar' -delete >+# tar czf simplevalidation-1.0-SNAPSHOT-20121212-src-svn.tar.gz simplevalidation-1.0-SNAPSHOT >+#Source0: http://kenai.com/projects/simplevalidation/downloads/download/validation-src.zip >+Source0: %{name}-%{namedversion}-20121212-src-svn.tar.gz > > BuildArch: noarch > >@@ -42,20 +49,15 @@ This package contains the API documentation for %{name} > > > %prep >-%setup -q -c >- >-find -name '*.class' -exec rm -f '{}' \; >-find -name '*.jar' -exec rm -f '{}' \; >- >+%setup -q -n %{name}-%{namedversion} > > %build > cd ValidationAPI >-ant -Dplatforms.JDK_1.5.home=/usr/lib/jvm/java jar >+ant -Dplatforms.JDK_1.5.home=/usr/lib/jvm/java jar javadoc > > dos2unix dist/javadoc/package-list > dos2unix dist/javadoc/stylesheet.css > >- > %install > mkdir -p %{buildroot}%{_javadir} > cp -a ValidationAPI/dist/ValidationAPI.jar %{buildroot}%{_javadir}/ValidationAPI.jar >@@ -74,6 +76,9 @@ cp -a ValidationAPI/dist/javadoc %{buildroot}%{_javadocdir}/%{name} > > > %changelog >+* Wed Dec 12 2012 gil cattaneo <puntogil@libero.it> - 1.0-1 >+- Update to 1.0-SNAPSHOT >+ > * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >diff --git a/sources b/sources >index 524131f..8c0e873 100644 >--- a/sources >+++ b/sources >@@ -1 +1 @@ >-1ecbbc482003d92263c507668b5d04ec validation-src.zip >+7f3d0e6374d9e592b643e6e2c4384ed8 simplevalidation-1.0-SNAPSHOT-20121212-src-svn.tar.gz >-- >1.8.0.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 887169
: 663441