v3.60 -- mangling with version tag
This commit is contained in:
parent
f8da1db321
commit
cb491980e3
@ -4,3 +4,4 @@ libev-3_51-1_fc10:HEAD:libev-3.51-1.fc10.src.rpm:1230159384
|
|||||||
libev-3_52-1_fc10:HEAD:libev-3.52-1.fc10.src.rpm:1231367575
|
libev-3_52-1_fc10:HEAD:libev-3.52-1.fc10.src.rpm:1231367575
|
||||||
libev-3_53-1_fc11:HEAD:libev-3.53-1.fc11.src.rpm:1237457716
|
libev-3_53-1_fc11:HEAD:libev-3.53-1.fc11.src.rpm:1237457716
|
||||||
libev-3_6-1_fc11:HEAD:libev-3.6-1.fc11.src.rpm:1241077041
|
libev-3_6-1_fc11:HEAD:libev-3.6-1.fc11.src.rpm:1241077041
|
||||||
|
libev-3_60-1_fc11:HEAD:libev-3.60-1.fc11.src.rpm:1246282750
|
||||||
|
12
libev.spec
12
libev.spec
@ -1,12 +1,14 @@
|
|||||||
|
%define version_upstream 3.6
|
||||||
|
|
||||||
Name: libev
|
Name: libev
|
||||||
Version: 3.6
|
Version: 3.60
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: High-performance event loop/event model with lots of features
|
Summary: High-performance event loop/event model with lots of features
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD or GPLv2+
|
License: BSD or GPLv2+
|
||||||
URL: http://software.schmorp.de/pkg/libev.html
|
URL: http://software.schmorp.de/pkg/libev.html
|
||||||
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
|
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version_upstream}.tar.gz
|
||||||
Source1: %{name}.pc.in
|
Source1: %{name}.pc.in
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -30,7 +32,7 @@ featureful. And also smaller. Development libraries.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version_upstream}
|
||||||
|
|
||||||
# Add pkgconfig support
|
# Add pkgconfig support
|
||||||
cp -p %{SOURCE1} .
|
cp -p %{SOURCE1} .
|
||||||
@ -82,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 29 2009 Michal Nowak <mnowak@redhat.com> - 3.60-1
|
||||||
|
- previous version was called "3.6" but this is broken update
|
||||||
|
path wrt version "3.53" -- thus bumping to "3.60"
|
||||||
|
|
||||||
* Thu Apr 30 2009 Michal Nowak <mnowak@redhat.com> - 3.6-1
|
* Thu Apr 30 2009 Michal Nowak <mnowak@redhat.com> - 3.6-1
|
||||||
- 3.60
|
- 3.60
|
||||||
- fixed few mixed-use-of-spaces-and-tabs warnings in spec file
|
- fixed few mixed-use-of-spaces-and-tabs warnings in spec file
|
||||||
|
Loading…
Reference in New Issue
Block a user