Compare commits

..

16 commits

Author SHA1 Message Date
Till Maas
7b5eb4ae30 2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks. 2015-04-13 18:28:49 +02:00
b98d7286ce - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 08:00:28 +00:00
Dennis Gilmore
7b7b5f763b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 22:51:10 -05:00
Dennis Gilmore
f01ccfe0ad - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:20:14 -05:00
Mat Booth
a37c6bc612 Patch to allow building against ant 1.9 2013-06-23 23:37:56 +01:00
Mat Booth
b5f6dee866 Remove spurious dep on netbeans-apisupport, fixes #914563
- Correct upstream URL
- Fix mixed use of spaces and tabs
- Fix bogus changelog dates
2013-06-23 17:12:32 +01:00
Jiri Vanek work
76d87d5dfb Fixed date in changelog 2013-04-23 08:05:57 +02:00
Jiri Vanek work
d26d672518 Added autoreconf 2013-04-23 08:04:38 +02:00
Dennis Gilmore
e460d14fb1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:51:20 -06:00
Dennis Gilmore
0e779d9a35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 21:52:57 -05:00
Jiri Vanek
eb2f5398ac jakarta-commons-logging repalced by apache-commons-logging 2012-05-03 11:07:59 +02:00
Dennis Gilmore
15f7bfa1c1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:00:02 -06:00
Ville Skyttä
850d0b508b Use app specific icon (#549903). 2011-12-17 14:37:27 +02:00
Jiri Vanek
2921c73a0d updated changelog 2011-12-14 14:30:57 +01:00
Jiri Vanek
cd1d5a95ab updated configure to version macro 2011-12-14 13:01:23 +01:00
Jiri Vanek
77a791aa18 Updated for latest sources 2011-12-14 12:44:12 +01:00
5 changed files with 2 additions and 193 deletions

10
.gitignore vendored
View file

@ -1,10 +0,0 @@
/build.jar.tar.gz
/netbeans-profiler-visualvm_release69.tar.gz
/visualvm_13-src.tar.gz
/visualvm_harness-1.0.tar.gz
/netbeans-profiler-visualvm_release691.tar.gz
/visualvm_131-src.tar.gz
/visualvm_harness-1.1.tar.gz
/visualvm_harness-1.1pre.tar.gz
/visualvm_132-src.tar.gz
/visualvm_harness-1.2.tar.gz

View file

@ -1,15 +0,0 @@
--- configure 2011-03-22 14:11:19.000000000 +0100
+++ configure_new 2011-08-16 15:35:00.172118380 +0200
@@ -4051,11 +4051,11 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${SYSTEM_NETBEANS_DIR}" >&5
$as_echo "${SYSTEM_NETBEANS_DIR}" >&6; }
if test "$VVVERSION" = "1.3.2"; then
- NB_PLATFORM=platform12;
+ NB_PLATFORM=platform;
else if test "$VVVERSION" = "1.3.1"; then
NB_PLATFORM=platform12;
else if test "$VVVERSION" = "1.3"; then
NB_PLATFORM=platform12;
else

2
dead.package Normal file
View file

@ -0,0 +1,2 @@
2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.

View file

@ -1,3 +0,0 @@
f1bd185f7a7758ea6c9c71acf174f0a8 visualvm_harness-1.2.tar.gz
207bd175a87b9e8f12e992c0f70561a8 visualvm_132-src.tar.gz
5d730e982c47e3d3dc59b2bd8d1b62af netbeans-profiler-visualvm_release691.tar.gz

View file

@ -1,165 +0,0 @@
%global dwnldurl http://icedtea.classpath.org/download/visualvm/
%global visualvmharnessver 1.2
Name: visualvm
Version: 1.3.2
Release: %{visualvmharnessver}.8%{?dist}
Summary: Lightweight profiler that integrates many command-line JDK tools
Group: Development/Tools
License: GPLv2 and GPLv2+ and (GPLv2 with exceptions or CDDL)
URL: http://visualvm.dev.java.net/
Source0: %{dwnldurl}/visualvm_harness-%{visualvmharnessver}.tar.gz
Source1: %{dwnldurl}/visualvm_132-src.tar.gz
Source2: %{dwnldurl}/netbeans-profiler-visualvm_release691.tar.gz
Patch1: configure.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: wget
BuildRequires: java >= 1.6.0
BuildRequires: java-devel >= 1.6.0
BuildRequires: jakarta-commons-logging
BuildRequires: desktop-file-utils
BuildRequires: netbeans-platform
BuildRequires: ant
#BuildRequires: netbeans-platform-harness
#BuildRequires: netbeans-apisupport
Requires: netbeans-platform
Requires: java >= 1.6.0
Requires: java-devel >= 1.6.0
Conflicts: java-1.6.0-openjdk <= 1:1.6.0.0-47
%description
VisualVM is a visual tool integrating several command-line JDK tools and
lightweight profiling capabilities. Designed for both production and
development time use, it further enhances the capability of monitoring and
performance analysis for the Java SE platform.
%prep
%setup -q -n visualvm_harness-%{visualvmharnessver}
%build
patch -p0 < %{PATCH1}
./configure --prefix=/usr \
--with-visualvm-zip=%{SOURCE1} \
--with-netbeans-profiler-zip=%{SOURCE2} \
--with-visualvm-version=1.3.2 \
--sysconfdir=/etc \
--libdir=%{_libdir} \
--datadir=%{_datadir}
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
#silence rpmlint for necessary empty files
find $RPM_BUILD_ROOT/%{_libdir}/visualvm/visualvm/config/Modules/ -type f -empty | while read FILE; do echo "
" > $FILE;done
echo "
" > $RPM_BUILD_ROOT/%{_libdir}/visualvm/profiler/.lastModified
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%attr(0755,root,root) %{_bindir}/jvisualvm
%{_libdir}/visualvm/
%config(noreplace) /etc/visualvm.conf
%config(noreplace) /etc/visualvm.clusters
%{_datadir}/applications/visualvm.desktop
%doc README
%doc INSTALL
%doc COPYING
%changelog
* Mon Mar 21 2011 Jiri Vanek <jvanek@redhat.com> - 1.3.2-1.2.8
- updated for hearness 1.2
* Fri Mar 8 2011 Jiri Vanek <jvanek@redhat.com> - 1.3.2-1.2.7
- updated for vm 1.3.2
* Fri Feb 2 2011 Jiri Vanek <jvanek@redhat.com> - 1.3.1-1.1.6
- fixed requires for java-devel, fixed conflicts version
* Wed Feb 1 2011 Jiri Vanek <jvanek@redhat.com> - 1.3.1-1.1.5
- fixed requires for java-devel, fixed conflicts version
* Wed Jan 12 2011 Jiri Vanek <jvanek@redhat.com> - 1.3.1-1.1.4
- release extended for harness version
* Wed Jan 12 2011 Jiri Vanek <jvanek@redhat.com> - 1.3.1-3
- updated to harens 1.1
* Wed Nov 24 2010 Jiri Vanek <jvanek@redhat.com> - 1.3.1-2
- updated to harens 1.1pre
- removed file-changes fixed by upstream.
* Wed Nov 24 2010 Jiri Vanek <jvanek@redhat.com> - 1.3.1-1
- updated to harens 1.1, profiler 6.9.1 and visualvm 1.3.1
- removed build of bundled jar - already fixed upstream
* Wed Nov 24 2010 Jiri Vanek <jvanek@redhat.com> - 1.3-10
- resolves 667314
* Wed Nov 24 2010 Jiri Vanek <jvanek@redhat.com> - 1.3-9
- updated license
* Tue Nov 23 2010 Jiri Vanek <jvanek@redhat.com> - 1.3-8
- application moved from prefix to libdir/name
- removed fc15 from conficts, and increased release number of conflicted openjdk.
* Thu Nov 22 2010 Jiri Vanek <jvanek@redhat.com> - 1.3-7
- removed /etc symlink
- patched jvisualvm luncher to follow to /etc instead of prefix/etc
* Thu Nov 16 2010 Jiri Vanek <jvanek@redhat.com> - 1.3-6
- all simlinks and last modified moved from to install
* Thu Nov 16 2010 Jiri Vanek <jvanek@redhat.com> - 1.3-5
- repaired missing slash at platform
* Thu Nov 15 2010 Jiri Vanek <jvanek@redhat.com> - 1.3-4
- added symlinks for: etc, profiler, platform, visualvm
- sed and renaming of visualvm script
* Thu Oct 6 2010 Jiri Vanek <jvanek@redhat.com> - 1.3-3
- fixed license file
- hacked empty files
- repaired .lastModified file to be tuched in post
- (rev 6)remove ./lastModified in postun
- (rev 5)removed and rebuilded build.jar from nb (proof of rebuilding)
- noarch added, and removed -caused error "arch dependent binaries in noarch package"
- (rev 4)fixed define->global macro
- (rev1 )added --sysconfdir=/etc to .configure
- (rev1 ) --sysconfdir=/etc is not working, _libdir/visualvm/etc/visualvm.conf and _libdir/visualvm/etc/visualvm.clusters moved to /etc, visualvm/etc/ removed
- (rev 2) added owenership for lib[64]/visualvm/
- (rev 7) sed moved from install to build. Seams to have no evil efect to functionality
- (rev 3) removed _prefix/jvm/java-openjdk-jvisualvm/bin/jvisualvm and _prefix/jvm/java-openjdk-jvisualvm/share/visualvm.desktop (then jvm dir becomes empty - delete also. Both script and desktop file are before placed to right places.
- {_prefix}/jvm/java-openjdk-jvisualvm changed to {_prefix}
* Thu Oct 6 2010 Jiri Vanek <jvanek@redhat.com> - 1.3-2
- fixed noreplace config files
- applied patch visualvm-debuginfo
* Thu Sep 30 2010 Jiri Vanek <jvanek@redhat.com> - 1.3-1
- fixed installpath out of poor /user
- fixed missing requirments
* Thu Sep 16 2010 Deepak Bhole <dbhole@redhat.com> - 1.3-0
- Initial build.