Update to new upstream version 1.0.0
This commit is contained in:
parent
e3740186ec
commit
530f63f79b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/libecap-0.0.3.tar.gz
|
/libecap-0.0.3.tar.gz
|
||||||
/libecap-0.2.0.tar.gz
|
/libecap-0.2.0.tar.gz
|
||||||
/autoconf.h
|
/autoconf.h
|
||||||
|
/libecap-1.0.0.tar.gz
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
Name: libecap
|
Name: libecap
|
||||||
Version: 0.2.0
|
Version: 1.0.0
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Squid interface for embedded adaptation modules
|
Summary: Squid interface for embedded adaptation modules
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://www.e-cap.org/
|
URL: http://www.e-cap.org/
|
||||||
Source0: http://www.measurement-factory.com/tmp/ecap/%{name}-%{version}.tar.gz
|
Source0: http://www.measurement-factory.com/tmp/ecap/%{name}-%{version}.tar.gz
|
||||||
Source1: autoconf.h
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
eCAP is a software interface that allows a network application, such as an
|
eCAP is a software interface that allows a network application, such as an
|
||||||
@ -49,7 +48,6 @@ rm -f %{buildroot}%{_libdir}/libecap.la
|
|||||||
# Rename libecap/common/autoconf.h to libecap/common/autoconf-<arch>.h to avoid file conflicts on
|
# Rename libecap/common/autoconf.h to libecap/common/autoconf-<arch>.h to avoid file conflicts on
|
||||||
# multilib systems and install autoconf.h wrapper
|
# multilib systems and install autoconf.h wrapper
|
||||||
mv %{buildroot}%{_includedir}/%{name}/common/autoconf.h %{buildroot}%{_includedir}/%{name}/common/autoconf-%{_arch}.h
|
mv %{buildroot}%{_includedir}/%{name}/common/autoconf.h %{buildroot}%{_includedir}/%{name}/common/autoconf-%{_arch}.h
|
||||||
install -m644 %{SOURCE1} %{buildroot}%{_includedir}/%{name}/common/autoconf.h
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -64,6 +62,9 @@ install -m644 %{SOURCE1} %{buildroot}%{_includedir}/%{name}/common/autoconf.h
|
|||||||
%{_includedir}/libecap
|
%{_includedir}/libecap
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 13 2015 Pavel Šimerda <psimerda@redhat.com> - 1.0.0-1
|
||||||
|
- new version 1.0.0
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-10
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user