Update to git 39e1f53
This commit is contained in:
parent
3465085c08
commit
4283d5adfc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libndp-20130504gitca3c399.tar.gz
|
/libndp-20130504gitca3c399.tar.gz
|
||||||
|
/libndp-20130607git39e1f53.tar.gz
|
||||||
|
10
libndp.spec
10
libndp.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libndp
|
Name: libndp
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Release: 1.20130504gitca3c399%{?dist}
|
Release: 2.20130607git39e1f53%{?dist}
|
||||||
Summary: Library for Neighbor Discovery Protocol
|
Summary: Library for Neighbor Discovery Protocol
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -9,12 +9,12 @@ URL: http://www.libndp.org/
|
|||||||
# following commands to generate the tarball:
|
# following commands to generate the tarball:
|
||||||
# git clone git://github.com/jpirko/libndp.git
|
# git clone git://github.com/jpirko/libndp.git
|
||||||
# cd libndp/
|
# cd libndp/
|
||||||
# git reset --hard ca3c399
|
# git reset --hard 39e1f53
|
||||||
# ./autogen.sh
|
# ./autogen.sh
|
||||||
# ./configure
|
# ./configure
|
||||||
# make distcheck
|
# make distcheck
|
||||||
# mv libndp-0.1.tar.gz libndp-20130504gitca3c399.tar.gz
|
# mv libndp-0.1.tar.gz libndp-20130607git39e1f53.tar.gz
|
||||||
Source0: libndp-20130504gitca3c399.tar.gz
|
Source0: libndp-20130607git39e1f53.tar.gz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a library which provides a wrapper
|
This package contains a library which provides a wrapper
|
||||||
@ -57,6 +57,8 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 07 2013 Jiri Pirko <jpirko@redhat.com> - 0.1-2.20130607git39e1f53
|
||||||
|
- Update to git 39e1f53
|
||||||
|
|
||||||
* Sat May 04 2013 Jiri Pirko <jpirko@redhat.com> - 0.1-1.20130504gitca3c399
|
* Sat May 04 2013 Jiri Pirko <jpirko@redhat.com> - 0.1-1.20130504gitca3c399
|
||||||
- Initial build.
|
- Initial build.
|
||||||
|
Loading…
Reference in New Issue
Block a user