auto-import changelog data from zip-2.3-11.src.rpm
Wed Mar 13 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.3-11 - Add URL
This commit is contained in:
parent
01c0e58ef3
commit
96e68d06a3
27
zip.spec
27
zip.spec
@ -1,14 +1,14 @@
|
|||||||
Summary: A file compression and packaging utility compatible with PKZIP.
|
Summary: A file compression and packaging utility compatible with PKZIP.
|
||||||
Name: zip
|
Name: zip
|
||||||
Version: 2.3
|
Version: 2.3
|
||||||
Release: 10
|
Release: 11
|
||||||
Copyright: distributable
|
Copyright: distributable
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
Source: ftp.uu.net:/pub/archiving/zip/src/zip23.tar.gz
|
Source: ftp.uu.net:/pub/archiving/zip/src/zip23.tar.gz
|
||||||
Source1: ftp://ftp.freesoftware.com/pub/infozip/src/zcrypt29.tar.gz
|
Source1: ftp://ftp.freesoftware.com/pub/infozip/src/zcrypt29.tar.gz
|
||||||
|
URL: http://www.info-zip.org/pub/infozip/Zip.html
|
||||||
Patch0: zip23.patch
|
Patch0: zip23.patch
|
||||||
Prefix: /usr
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRoot: /var/tmp/zip-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The zip program is a compression and file packaging utility. Zip is
|
The zip program is a compression and file packaging utility. Zip is
|
||||||
@ -24,20 +24,20 @@ program.
|
|||||||
%patch0 -p1 -b .zip
|
%patch0 -p1 -b .zip
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make -f unix/Makefile prefix=%{prefix} "CFLAGS=$RPM_OPT_FLAGS -I. -DUNIX" generic_gcc
|
make -f unix/Makefile prefix=/usr "CFLAGS=$RPM_OPT_FLAGS -I. -DUNIX" generic_gcc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT%{prefix}/bin
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||||
mkdir -p $RPM_BULD_ROOT%{_mandir}/man1
|
mkdir -p $RPM_BULD_ROOT%{_mandir}/man1
|
||||||
|
|
||||||
make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{prefix} \
|
make -f unix/Makefile prefix=$RPM_BUILD_ROOT/usr \
|
||||||
MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 install
|
MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 install
|
||||||
|
|
||||||
pushd $RPM_BUILD_ROOT
|
pushd $RPM_BUILD_ROOT
|
||||||
for n in zipnote zipsplit zip zipcloak ; do
|
for n in zipnote zipsplit zip zipcloak ; do
|
||||||
strip .%{prefix}/bin/$n
|
strip ./usr/bin/$n
|
||||||
chmod 755 .%{prefix}/bin/$n
|
chmod 755 ./usr/bin/$n
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -47,13 +47,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README BUGS CHANGES MANUAL TODO WHATSNEW WHERE proginfo/algorith.txt
|
%doc README BUGS CHANGES MANUAL TODO WHATSNEW WHERE proginfo/algorith.txt
|
||||||
%{prefix}/bin/zipnote
|
/usr/bin/zipnote
|
||||||
%{prefix}/bin/zipsplit
|
/usr/bin/zipsplit
|
||||||
%{prefix}/bin/zip
|
/usr/bin/zip
|
||||||
%{prefix}/bin/zipcloak
|
/usr/bin/zipcloak
|
||||||
%{_mandir}/man1/zip.1*
|
%{_mandir}/man1/zip.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.3-11
|
||||||
|
- Add URL
|
||||||
|
|
||||||
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||||
- Bump release + rebuild.
|
- Bump release + rebuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user