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 151869 Details for
Bug 226671
Merge Review: zlib
[?]
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.
spec file that incorporates all my comments
zlib.spec (text/plain), 8.07 KB, created by
Patrice Dumas
on 2007-04-06 11:47:02 UTC
(
hide
)
Description:
spec file that incorporates all my comments
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2007-04-06 11:47:02 UTC
Size:
8.07 KB
patch
obsolete
>Summary: The zlib compression and decompression library >Name: zlib >Version: 1.2.3 >Release: 11%{?dist} >Group: System Environment/Libraries >Source: http://www.zlib.net/zlib-%{version}.tar.gz ># description of the API >Source1: http://www.zlib.net/manual.html >Patch0: zlib-1.1.4-make-test.patch >Patch1: zlib-1.2.3-cflags.patch >URL: http://www.gzip.org/zlib/ >License: BSD >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >%description >Zlib is a general-purpose, patent-free, lossless data compression >library which is used by many different programs. > >%package devel >Summary: Header files and libraries for Zlib development >Group: Development/Libraries >Requires: zlib = %{version}-%{release} > >%description devel >The zlib-devel package contains the header files and libraries needed >to develop programs that use the zlib compression and decompression >library. > >%prep >%setup -q >%patch0 -p1 -b .make-test >%patch1 -p1 -b .cflags > >%build > ># configure script is not autoconf based. ># the tests are performed during the build, to test both lib versions. ># the install locations are overwritten in make install. >CFLAGS="$RPM_OPT_FLAGS -fPIC" ./configure --shared >make %{?_smp_mflags} >make check >mv Makefile Makefile.shared > >rm *.o example minigzip > ># now build the static lib. >CFLAGS="$RPM_OPT_FLAGS" ./configure >make %{?_smp_mflags} >make check >mv Makefile Makefile.static ># the shared libs are older than the .o, update the timestamp such ># that they are not remade: >touch libz.so* > >%install >rm -rf ${RPM_BUILD_ROOT} > >make -f Makefile.shared install libdir=${RPM_BUILD_ROOT}%{_libdir} mandir=${RPM_BUILD_ROOT}%{_mandir} includedir=${RPM_BUILD_ROOT}%{_includedir} >install -m644 libz.a ${RPM_BUILD_ROOT}%{_libdir} > >mkdir $RPM_BUILD_ROOT/%{_lib}/ >mv $RPM_BUILD_ROOT/%{_libdir}/libz.so.* $RPM_BUILD_ROOT/%{_lib}/ > >ln -sf ../../%{_lib}/libz.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libz.so > >install -m0644 -p %{SOURCE1} . > >%clean >rm -rf ${RPM_BUILD_ROOT} > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > >%files >%defattr(-,root,root,-) >%doc README ChangeLog FAQ >/%{_lib}/libz.so.* > >%files devel >%defattr(-,root,root,-) >%doc algorithm.txt minigzip.c example.c manual.html >%{_libdir}/*.a >%{_libdir}/*.so >%{_includedir}/* >%{_mandir}/man3/zlib.3* > >%changelog >* Fri Apr 6 2007 Patrice Dumas <pertusus@free.fr> - 1.2.3-11 >- don't use the autotools, instead revert to the previous build procedure >- ship the manual to have a description of the API >- build the libraries in the %%build section > >* Fri Mar 23 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-10 >- remove zlib .so.* packages to /lib > >* Fri Mar 9 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-9 >- incorporate package review feedback > >* Tue Feb 21 2007 Adam Tkac <atkac redhat com> - 1.2.3-8 >- fixed broken version of libz > >* Tue Feb 20 2007 Adam Tkac <atkac redhat com> - 1.2.3-7 >- building is now automatized >- specfile cleanup > >* Tue Feb 20 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-6 >- remove the compilation part to build section > some minor changes > >* Mon Feb 19 2007 Ivana Varekova <varekova@redhat.com> - 1.2.3-5 >- incorporate package review feedback > >* Mon Oct 23 2006 Ivana Varekova <varekova@redhat.com> - 1.2.3-4 >- fix #209424 - fix libz.a permissions > >* Wed Jul 19 2006 Ivana Varekova <varekova@redhat.com> - 1.2.3-3 >- add cflags (#199379) > >* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.3-2 >- rebuild > >* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.3-1.2.1 >- bump again for double-long bug on ppc(64) > >* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.3-1.2 >- rebuilt for new gcc4.1 snapshot and glibc changes > >* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> >- rebuilt > >* Wed Aug 24 2005 Florian La Roche <laroche@redhat.com> >- update to 1.2.3 > >* Fri Jul 22 2005 Ivana Varekova <varekova@redhat.com> 1.2.2.2-5 >- fix bug 163038 - CAN-2005-1849 - zlib buffer overflow > >* Thu Jul 7 2005 Ivana Varekova <varekova@redhat.com> 1.2.2.2-4 >- fix bug 162392 - CAN-2005-2096 > >* Wed Mar 30 2005 Ivana Varekova <varekova@redhat.com> 1.2.2.2-3 >- fix bug 122408 - zlib build process runs configure twice > >* Fri Mar 4 2005 Jeff Johnson <jbj@redhat.com> 1.2.2.2-2 >- rebuild with gcc4. > >* Sat Jan 1 2005 Jeff Johnson <jbj@jbj.org> 1.2.2.2-1 >- upgrade to 1.2.2.2. > >* Fri Nov 12 2004 Jeff Johnson <jbj@jbj.org> 1.2.2.1-1 >- upgrade to 1.2.2.1. > >* Sun Sep 12 2004 Jeff Johnson <jbj@redhat.com> 1.2.1.2-1 >- update to 1.2.1.2 to fix 2 DoS problems (#131385). > >* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Sun Jan 18 2004 Jeff Johnson <jbj@jbj.org> 1.2.1.1-1 >- upgrade to zlib-1.2.1.1. > >* Sun Nov 30 2003 Florian La Roche <Florian.LaRoche@redhat.de> >- update to 1.2.1 release > >* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 1.2.0.7-3 >- unrevert zlib.h include constants (#106291), rejected upstream. > >* Wed Oct 8 2003 Jeff Johnson <jbj@jbj.org> 1.2.0.7-2 >- fix: gzeof not set when reading compressed file (#106424). >- fix: revert zlib.h include constants for now (#106291). > >* Tue Sep 23 2003 Jeff Johnson <jbj@redhat.com> 1.2.0.7-1 >- update to 1.2.0.7, penultimate 1.2.1 release candidate. > >* Tue Jul 22 2003 Jeff Johnson <jbj@redhat.com> 1.2.0.3-0.1 >- update to release candidate. > >* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 1.1.4-9 >- rebuild, revert from 1.2.0.1. > >* Mon Feb 24 2003 Jeff Johnson <jbj@redhat.com> 1.1.4-8 >- fix gzprintf buffer overrun (#84961). > >* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.1.4-7 >- rebuilt > >* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 1.1.4-6 >- Make ./configure use $CC to ease cross-compilation > >* Tue Nov 12 2002 Jeff Johnson <jbj@redhat.com> 1.1.4-5 >- rebuild from cvs. > >* Fri Jun 21 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Thu May 23 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Fri Apr 26 2002 Jakub Jelinek <jakub@redhat.com> 1.1.4-2 >- remove glibc patch, it is no longer needed (zlib uses gcc -shared > as it should) >- run tests and only build the package if they succeed > >* Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1.4-1 >- 1.1.4 > >* Wed Jan 30 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1.3-25.7 >- Fix double free > >* Sun Aug 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.1.3-24 >- Add example.c and minigzip.c to the doc files, as > they are listed as examples in the README (#52574) > >* Mon Jun 18 2001 Trond Eivind Glomsrød <teg@redhat.com> >- Updated URL >- Add version dependency for zlib-devel >- s/Copyright/License/ > >* Wed Feb 14 2001 Trond Eivind Glomsrød <teg@redhat.com> >- bumped version number - this is the old version without the performance enhancements > >* Fri Sep 15 2000 Florian La Roche <Florian.LaRoche@redhat.de> >- add -fPIC for shared libs (patch by Fritz Elfert) > >* Thu Sep 7 2000 Jeff Johnson <jbj@redhat.com> >- on 64bit systems, make sure libraries are located correctly. > >* Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com> >- summaries from specspo. > >* Thu Jul 13 2000 Prospector <bugzilla@redhat.com> >- automatic rebuild > >* Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com> >- rebuild > >* Tue Jun 13 2000 Jeff Johnson <jbj@redhat.com> >- FHS packaging to build on solaris2.5.1. > >* Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com> >- use %%{_mandir} and %%{_tmppath} > >* Fri May 12 2000 Trond Eivind Glomsrød <teg@redhat.com> >- updated URL and source location >- moved README to main package > >* Mon Feb 7 2000 Jeff Johnson <jbj@redhat.com> >- compress man page. > >* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> >- auto rebuild in the new build environment (release 5) > >* Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com> >- link against glibc > >* Mon Jul 27 1998 Jeff Johnson <jbj@redhat.com> >- upgrade to 1.1.3 > >* Fri May 08 1998 Prospector System <bugs@redhat.com> >- translations modified for de, fr, tr > >* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com> >- upgraded to 1.1.2 >- buildroot > >* Tue Oct 07 1997 Donnie Barnes <djb@redhat.com> >- added URL tag (down at the moment so it may not be correct) >- made zlib-devel require zlib > >* Thu Jun 19 1997 Erik Troan <ewt@redhat.com> >- built against glibc
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 Raw
Actions:
View
Attachments on
bug 226671
:
148247
| 151869 |
151870