|
@@ -1,14 +1,13 @@
|
|
Summary: A small libc implementation
|
|
Summary: A small libc implementation
|
|
Summary(ja): 小さな libc の実装
|
|
Summary(ja): 小さな libc の実装
|
|
Name: dietlibc
|
|
Name: dietlibc
|
|
-Version: 0.31
|
|
+Version: 0.32
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
License: GPL
|
|
License: GPL
|
|
Url: http://www.fefe.de/dietlibc/
|
|
Url: http://www.fefe.de/dietlibc/
|
|
-ExclusiveArch: i386 x86_64 alpha ppc
|
|
+
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
Patch1: dietlibc-0.28-setpriority.patch
|
|
Patch1: dietlibc-0.28-setpriority.patch
|
|
Patch3: dietlibc-0.24-gnuokay.patch
|
|
Patch3: dietlibc-0.24-gnuokay.patch
|
|
Patch10: dietlibc-0.29-scall.patch
|
|
Patch10: dietlibc-0.29-scall.patch
|
|
@@ -17,6 +16,12 @@ Patch31: dietlibc-0.31-defpath.patch
|
|
Patch32: dietlibc-0.31-stacksmash.patch
|
|
Patch32: dietlibc-0.31-stacksmash.patch
|
|
Patch33: dietlibc-0.31-stacksmash-dyn.patch
|
|
Patch33: dietlibc-0.31-stacksmash-dyn.patch
|
|
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+ExclusiveArch: %{ix86} x86_64 alpha ppc
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
|
|
%description
|
|
%description
|
|
A small libc implementation
|
|
A small libc implementation
|
|
@@ -62,12 +67,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO
|
|
%doc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO
|
|
-%{_bindir}/diet
|
|
+%{_bindir}/*
|
|
%{_libdir}/dietlibc
|
|
%{_libdir}/dietlibc
|
|
%{_mandir}/man*/*
|
|
%{_mandir}/man*/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.32-1
|
|
|
|
+- update to 0.32
|
|
|
|
+
|
|
* Sun Jul 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.31-1
|
|
* Sun Jul 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.31-1
|
|
- applied new versioning policy
|
|
- applied new versioning policy
|
|
- spec in UTF-8
|
|
- spec in UTF-8
|