Updated to upstream 0.4.2.

epel9
Eric Smith 13 years ago
parent 63f079b9c3
commit 661819f017

1
.gitignore vendored

@ -1,3 +1,4 @@
libbsd-0.2.0.tar.gz
/libbsd-0.3.0.tar.gz
/libbsd-0.4.1.tar.gz
/libbsd-0.4.2.tar.gz

@ -1,5 +1,5 @@
Name: libbsd
Version: 0.4.1
Version: 0.4.2
Release: 1%{?dist}
Summary: Library providing BSD-compatible functions for portability
URL: http://libbsd.freedesktop.org/
@ -27,13 +27,6 @@ Development files for the libbsd library.
%prep
%setup -q
# fix encoding of flopen.3 man page
for f in man/flopen.3; do
iconv -f iso8859-1 -t utf-8 $f >$f.conv
touch -r $f $f.conv
mv $f.conv $f
done
%configure
%build
@ -70,6 +63,10 @@ rm %{buildroot}%{_libdir}/%{name}.la
%{_libdir}/pkgconfig/%{name}-overlay.pc
%changelog
* Sun Jul 08 2012 Eric Smith <eric@brouhaha.com> - 0.4.2-1
- Update to latest upstream release.
- No longer need to change encoding of flopen(3) man page.
* Sun Jun 03 2012 Eric Smith <eric@brouhaha.com> - 0.4.1-1
- Update to latest upstream release.

@ -1 +1 @@
8632bd9c56887f7f83cec2864937303d libbsd-0.4.1.tar.gz
591fc9de4ca22f78cf87a94e648a92f4 libbsd-0.4.2.tar.gz

Loading…
Cancel
Save