Update to 1.0
This commit is contained in:
parent
26f82fb938
commit
494fac33f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/libteam-20121206git659a848.tar.gz
|
||||
/libteam-20121212git01fe4bd.tar.gz
|
||||
/libteam-20130110gitf16805c.tar.gz
|
||||
/libteam-1.0.tar.gz
|
||||
|
||||
18
libteam.spec
18
libteam.spec
@ -1,20 +1,11 @@
|
||||
Name: libteam
|
||||
Version: 0.1
|
||||
Release: 27.20130110gitf16805c%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for controlling team network device
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.libteam.org
|
||||
# The source for this package was pulled from upstream's vcs. Use the
|
||||
# following commands to generate the tarball:
|
||||
# git clone git://github.com/jpirko/libteam.git
|
||||
# cd libteam/
|
||||
# git reset --hard f16805c
|
||||
# ./autogen.sh
|
||||
# ./configure
|
||||
# make distcheck
|
||||
# mv libteam-0.1.tar.gz libteam-20130110gitf16805c.tar.gz
|
||||
Source0: libteam-20130110gitf16805c.tar.gz
|
||||
Source: http://www.libteam.org/files/libteam-%{version}.tar.gz
|
||||
BuildRequires: jansson-devel
|
||||
BuildRequires: libdaemon-devel
|
||||
BuildRequires: libnl3-devel
|
||||
@ -134,6 +125,9 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 31 2013 Jiri Pirko <jpirko@redhat.com> - 1.0-1
|
||||
- Update to 1.0
|
||||
|
||||
* Sun Jan 20 2013 Jiri Pirko <jpirko@redhat.com> - 0.1-27.20130110gitf16805c
|
||||
- Rebuilt for libnl3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user