Move dev docs to devel, Drop duplicated/outdated docs

This commit is contained in:
Peter Robinson 2014-06-01 00:10:54 +01:00
parent 64daa79b38
commit 47e47bd8ef

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program Summary: The GNU disk partition manipulation program
Name: parted Name: parted
Version: 3.1 Version: 3.1
Release: 25%{?dist} Release: 26%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/System Group: Applications/System
URL: http://www.gnu.org/software/parted URL: http://www.gnu.org/software/parted
@ -257,7 +257,7 @@ fi
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO doc/API doc/FAT %doc AUTHORS COPYING NEWS README THANKS
%{_sbindir}/parted %{_sbindir}/parted
%{_sbindir}/partprobe %{_sbindir}/partprobe
%{_mandir}/man8/parted.8.gz %{_mandir}/man8/parted.8.gz
@ -268,12 +268,17 @@ fi
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc TODO doc/API doc/FAT
%{_includedir}/parted %{_includedir}/parted
%{_exec_prefix}/%{_lib}/libparted.so %{_exec_prefix}/%{_lib}/libparted.so
%{_exec_prefix}/%{_lib}/pkgconfig/libparted.pc %{_exec_prefix}/%{_lib}/pkgconfig/libparted.pc
%changelog %changelog
* Sat May 31 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.1-26
- Move dev docs to devel
- Drop duplicated/outdated docs
* Tue May 27 2014 Brian C. Lane <bcl@redhat.com> 3.1-25 * Tue May 27 2014 Brian C. Lane <bcl@redhat.com> 3.1-25
- Use mkfs.xfs to create files (#1101112) - Use mkfs.xfs to create files (#1101112)