rpms/jad/devel jad.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Conrad Meyer konradm at rpmfusion.org
Fri Jul 25 08:05:25 CEST 2008


Author: konradm

Update of /cvs/nonfree/rpms/jad/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9072/devel

Modified Files:
	.cvsignore sources 
Added Files:
	jad.spec 
Log Message:
Initial import into RPM Fusion.


--- NEW FILE jad.spec ---
# Nothing to strip in upstream binaries.
%define debug_package %{nil}

Name:           jad
Version:        1.5.8e
Release:        5%{?dist}
Summary:        Java Decompiler

License:        Distributable, free for non-commercial use
Group:          Development/Languages
URL:            http://www.kpdus.com/jad.html
Source:         http://www.kpdus.com/jad/linux/jadlx158.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Prefix:         %{_prefix}

ExclusiveArch:  i386

%description
A Java decompiler.


%prep
%setup -q -c
chmod 644 Readme.txt


%build


%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 jad $RPM_BUILD_ROOT%{_bindir}/jad


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Readme.txt
%{_bindir}/jad


%changelog
* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.5.8e-5
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21

* Tue Sep 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.5.8e-4
- Don't use BuildArch: i386, non-i386 buildsys can't make srpm out of it.

* Tue Sep 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.5.8e-3
- Update URLs, move "e" to version field.

* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- switch to new release field
- drop Epoch

* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist

* Fri Jun 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.8-0.lvn.2.e
- Use dynamically linked upstream binary.

* Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.8-0.lvn.1.e
- Livnafied.

* Mon Oct 20 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.8-0.fdr.1
- Fedorafied.

* Thu Jul 31 2003 Bernhard Rosenkraenzer <bero at arklinux.org> 1.5.8-1ark
- initial RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/jad/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jul 2008 16:40:35 -0000	1.1
+++ .cvsignore	25 Jul 2008 06:05:24 -0000	1.2
@@ -0,0 +1 @@
+jadlx158.zip


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/jad/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jul 2008 16:40:35 -0000	1.1
+++ sources	25 Jul 2008 06:05:24 -0000	1.2
@@ -0,0 +1 @@
+2f3570f825da2596c62fe14ab902d34f  jadlx158.zip



More information about the rpmfusion-commits mailing list