- Version bump to 20080712-2.11.
This commit is contained in:
parent
3abc4bb89d
commit
7c4733f4dc
@ -1 +1 @@
|
|||||||
libedit-20070831-2.10.tar.gz
|
libedit-20080712-2.11.tar.gz
|
||||||
|
17
libedit.spec
17
libedit.spec
@ -1,9 +1,9 @@
|
|||||||
%define snap 20070831
|
%define snap 20080712
|
||||||
|
|
||||||
Summary: The NetBSD Editline library
|
Summary: The NetBSD Editline library
|
||||||
Name: libedit
|
Name: libedit
|
||||||
Version: 2.10
|
Version: 2.11
|
||||||
Release: 4.%{snap}cvs%{?dist}
|
Release: 1.%{snap}cvs%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.thrysoee.dk/editline/
|
URL: http://www.thrysoee.dk/editline/
|
||||||
@ -38,6 +38,10 @@ iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
|
||||||
|
# Trying to omit unused direct shared library dependencies leads to
|
||||||
|
# undefined non-weak symbols.
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -61,16 +65,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc examples/fileman.c examples/test.c
|
%doc examples/fileman.c examples/test.c
|
||||||
|
%doc %{_mandir}/man3/*
|
||||||
|
%doc %{_mandir}/man5/editrc.5*
|
||||||
%{_includedir}/histedit.h
|
%{_includedir}/histedit.h
|
||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_mandir}/man3/*
|
|
||||||
%{_mandir}/man5/editrc.5.gz
|
|
||||||
|
|
||||||
%dir %{_includedir}/editline
|
%dir %{_includedir}/editline
|
||||||
%{_includedir}/editline/readline.h
|
%{_includedir}/editline/readline.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 28 2008 Debarshi Ray <rishi@fedoraproject.org> - 2.11-1.20080712cvs
|
||||||
|
- Version bump to 20080712-2.11.
|
||||||
|
|
||||||
* Sat Feb 16 2008 Debarshi Ray <rishi@fedoraproject.org> - 2.10-4.20070831cvs
|
* Sat Feb 16 2008 Debarshi Ray <rishi@fedoraproject.org> - 2.10-4.20070831cvs
|
||||||
- Rebuilding with gcc-4.3 in Rawhide.
|
- Rebuilding with gcc-4.3 in Rawhide.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user