Blame SPECS/jzlib.spec

2b5200
%global pkg_name jzlib
2b5200
%{?scl:%scl_package %{pkg_name}}
2b5200
%{?java_common_find_provides_and_requires}
2b5200
2b5200
Name:           %{?scl_prefix}%{pkg_name}
2b5200
Version:        1.1.1
2b5200
Release:        6.10%{?dist}
2b5200
Epoch:          0
2b5200
Summary:        Re-implementation of zlib in pure Java
2b5200
License:        BSD
2b5200
URL:            http://www.jcraft.com/jzlib/
2b5200
BuildArch:      noarch
2b5200
Source0:        http://www.jcraft.com/jzlib/jzlib-%{version}.zip
2b5200
2b5200
BuildRequires:  %{?scl_prefix}maven-local
2b5200
2b5200
%description
2b5200
The zlib is designed to be a free, general-purpose, legally unencumbered 
2b5200
-- that is, not covered by any patents -- loss-less data-compression 
2b5200
library for use on virtually any computer hardware and operating system. 
2b5200
The zlib was written by Jean-loup Gailly (compression) and Mark Adler 
2b5200
(decompression). 
2b5200
2b5200
%package        javadoc
2b5200
Summary:        API documentation for %{pkg_name}
2b5200
2b5200
%description    javadoc
2b5200
%{summary}.
2b5200
2b5200
%package        demo
2b5200
Summary:        Examples for %{pkg_name}
2b5200
Requires:       %{name} = %{epoch}:%{version}-%{release}
2b5200
2b5200
%description    demo
2b5200
%{summary}.
2b5200
2b5200
%prep
2b5200
%setup -q -n %{pkg_name}-%{version}
2b5200
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
2b5200
set -e -x
2b5200
%mvn_file : %{pkg_name}
2b5200
%{?scl:EOF}
2b5200
2b5200
%build
2b5200
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
2b5200
set -e -x
2b5200
%mvn_build
2b5200
%{?scl:EOF}
2b5200
2b5200
%install
2b5200
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
2b5200
set -e -x
2b5200
%mvn_install
2b5200
2b5200
# examples
2b5200
install -dm 755 %{buildroot}%{_datadir}/%{pkg_name}
2b5200
cp -pr example/* %{buildroot}%{_datadir}/%{pkg_name}
2b5200
%{?scl:EOF}
2b5200
2b5200
%files -f .mfiles
2b5200
%doc LICENSE.txt
2b5200
2b5200
%files javadoc -f .mfiles-javadoc
2b5200
%doc LICENSE.txt
2b5200
2b5200
%files demo
2b5200
%doc %{_datadir}/%{pkg_name}
2b5200
2b5200
%changelog
2b5200
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 0:1.1.1-6.10
2b5200
- Mass rebuild 2015-01-13
2b5200
2b5200
* Fri Jan 09 2015 Michal Srb <msrb@redhat.com> - 0:1.1.1-6.9
2b5200
- Mass rebuild 2015-01-09
2b5200
2b5200
* Tue Dec 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1.1-6.8
2b5200
- Migrate requires and build-requires to rh-java-common
2b5200
2b5200
* Mon Dec 15 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1.1-6.7
2b5200
- Mass rebuild 2014-12-15
2b5200
2b5200
* Mon Dec 15 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1.1-6.6
2b5200
- Rebuild for rh-java-common collection
2b5200
2b5200
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1.1-6.5
2b5200
- Mass rebuild 2014-05-26
2b5200
2b5200
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1.1-6.4
2b5200
- Mass rebuild 2014-02-19
2b5200
2b5200
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1.1-6.3
2b5200
- Mass rebuild 2014-02-18
2b5200
2b5200
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1.1-6.2
2b5200
- Rebuild to regenerate auto-requires
2b5200
2b5200
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1.1-6.1
2b5200
- First maven30 software collection build
2b5200
2b5200
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 01.1.1-6
2b5200
- Mass rebuild 2013-12-27
2b5200
2b5200
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1.1-5
2b5200
- Rebuild to regenerate API documentation
2b5200
- Resolves: CVE-2013-1571
2b5200
2b5200
* Fri Jun 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.1.1-4
2b5200
- Update to current packaging guidelines
2b5200
2b5200
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1.1-3
2b5200
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2b5200
2b5200
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:1.1.1-2
2b5200
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
2b5200
- Replace maven BuildRequires with maven-local
2b5200
2b5200
* Mon Jan 7 2013 Alexander Kurtakov <akurtako@redhat.com> 0:1.1.1-1
2b5200
- Update to latest upstream.
2b5200
2b5200
* Tue Oct 23 2012 Mat Booth <fedora@matbooth.co.uk> 0:1.1.0-3
2b5200
- Add maven pom and depmap rhbz #806572.
2b5200
2b5200
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1.0-2
2b5200
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2b5200
2b5200
* Fri Jan 13 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1.0-1
2b5200
- Update to upstream 1.1.0 release.
2b5200
2b5200
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0.7-10
2b5200
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2b5200
2b5200
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0.7-9
2b5200
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2b5200
2b5200
* Thu Nov 4 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0.7-8
2b5200
- Fix merge review comments bug#225956.
2b5200
2b5200
* Wed Apr 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0.7-7.4
2b5200
- Drop gcj_support.
2b5200
2b5200
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0.7-7.3
2b5200
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2b5200
2b5200
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0.7-6.3
2b5200
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2b5200
2b5200
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.0.7-5.3
2b5200
- drop repotag
2b5200
2b5200
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.0.7-5jpp.2
2b5200
- fix license tag
2b5200
2b5200
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:1.0.7-5jpp.1
2b5200
- Autorebuild for GCC 4.3
2b5200
2b5200
* Tue Aug 08 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.0.7-4jpp.1
2b5200
- Re-sync with latest from JPP.
2b5200
- Partially adopt new naming convention.
2b5200
2b5200
* Sat Jul 22 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.0.7-3jpp_2fc
2b5200
- Rebuild.
2b5200
2b5200
* Sat Jul 22 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.0.7-3jpp_1fc
2b5200
- Merge with latest version from JPP.
2b5200
2b5200
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 0:1.0.5-2jpp_4fc
2b5200
- Rebuilt
2b5200
2b5200
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:1.0.5-2jpp_3fc
2b5200
- rebuild
2b5200
2b5200
* Mon Mar  6 2006 Jeremy Katz <katzj@redhat.com> - 0:1.0.5-2jpp_2fc
2b5200
- stop the scriptlet spew
2b5200
2b5200
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2b5200
- rebuilt
2b5200
2b5200
* Fri Mar 18 2005 Andrew Overholt <overholt@redhat.com> 1.0.5-2jpp_1fc
2b5200
- Build into Fedora.
2b5200
- Remove Distribution and Vendor tags.
2b5200
2b5200
* Tue Oct 19 2004 David Walluck <david@jpackage.org> 0:1.0.5-2jpp
2b5200
- rebuild with jdk 1.4.2
2b5200
2b5200
* Tue Oct 19 2004 David Walluck <david@jpackage.org> 0:1.0.5-1jpp
2b5200
- 0.1.5
2b5200
2b5200
* Sun Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:1.0.3-2jpp
2b5200
- Rebuild with ant-1.6.2
2b5200
2b5200
* Wed Jan 14 2004 Ralph Apel <r.apel@r-apel.de> - 0:1.0.3-1jpp
2b5200
- First build.