auto-import changelog data from parted-1.4.7-2.src.rpm
Fri Feb 23 2001 Trond Eivind Glomsrd <teg@redhat.com> - langify Wed Jan 17 2001 Florian La Roche <Florian.LaRoche@redhat.de> - update to 1.4.7 Thu Dec 14 2000 Bill Nottingham <notting@redhat.com> - rebuild because of broken fileutils Fri Nov 03 2000 Florian La Roche <Florian.LaRoche@redhat.de> - update to 1.2.12 Wed Nov 01 2000 Florian La Roche <Florian.LaRoche@redhat.de> - update to 1.2.11 Tue Oct 17 2000 Florian La Roche <Florian.LaRoche@redhat.de> - update to 1.2.10 Sun Sep 10 2000 Florian La Roche <Florian.LaRoche@redhat.de> - update to 1.2.9
This commit is contained in:
parent
ec74a1f955
commit
8ee34836d4
@ -1 +1 @@
|
|||||||
parted-1.2.8.tar.gz
|
parted-1.4.7.tar.gz
|
||||||
|
34
parted.spec
34
parted.spec
@ -1,13 +1,11 @@
|
|||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.2.8
|
Version: 1.4.7
|
||||||
Release: 2
|
Release: 2
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||||
Patch0: parted-1.0.17-alpha-kernel-header.patch
|
|
||||||
Patch1: parted-1.2.8-strtok.patch
|
|
||||||
ExclusiveArch: i386
|
ExclusiveArch: i386
|
||||||
%define _sbindir /sbin
|
%define _sbindir /sbin
|
||||||
|
|
||||||
@ -30,8 +28,6 @@ disk partitions and filesystems.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .alpha
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
autoconf
|
||||||
@ -42,14 +38,15 @@ make
|
|||||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %name
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%doc AUTHORS BUGS ChangeLog README THANKS TODO doc/USER*
|
%doc AUTHORS BUGS ChangeLog README THANKS TODO doc/USER*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_datadir}/locale/*/LC_MESSAGES/*.mo
|
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -58,6 +55,27 @@ make
|
|||||||
%{_includedir}/parted
|
%{_includedir}/parted
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- langify
|
||||||
|
|
||||||
|
* Wed Jan 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- update to 1.4.7
|
||||||
|
|
||||||
|
* Thu Dec 14 2000 Bill Nottingham <notting@redhat.com>
|
||||||
|
- rebuild because of broken fileutils
|
||||||
|
|
||||||
|
* Fri Nov 03 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- update to 1.2.12
|
||||||
|
|
||||||
|
* Wed Nov 01 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- update to 1.2.11
|
||||||
|
|
||||||
|
* Tue Oct 17 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- update to 1.2.10
|
||||||
|
|
||||||
|
* Sun Sep 10 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- update to 1.2.9
|
||||||
|
|
||||||
* Tue Aug 29 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
* Tue Aug 29 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
||||||
- fix bug when just hitting "return" with no user input
|
- fix bug when just hitting "return" with no user input
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user