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.
|
||||
Name: parted
|
||||
Version: 1.2.8
|
||||
Version: 1.4.7
|
||||
Release: 2
|
||||
Copyright: GPL
|
||||
Group: Applications/System
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
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
|
||||
%define _sbindir /sbin
|
||||
|
||||
@ -30,8 +28,6 @@ disk partitions and filesystems.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .alpha
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoconf
|
||||
@ -42,14 +38,15 @@ make
|
||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
%find_lang %name
|
||||
|
||||
%clean
|
||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS BUGS ChangeLog README THANKS TODO doc/USER*
|
||||
%{_mandir}/*/*
|
||||
%{_datadir}/locale/*/LC_MESSAGES/*.mo
|
||||
%{_sbindir}/*
|
||||
|
||||
%files devel
|
||||
@ -58,6 +55,27 @@ make
|
||||
%{_includedir}/parted
|
||||
|
||||
%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>
|
||||
- fix bug when just hitting "return" with no user input
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user