Updated to 0.2.0
This commit is contained in:
parent
d258577ca8
commit
e331c232b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libecap-0.0.3.tar.gz
|
/libecap-0.0.3.tar.gz
|
||||||
|
/libecap-0.2.0.tar.gz
|
||||||
|
10
libecap.spec
10
libecap.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libecap
|
Name: libecap
|
||||||
Version: 0.0.3
|
Version: 0.2.0
|
||||||
Release: 2%{?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
|
||||||
@ -44,21 +44,23 @@ make %{?_smp_mflags}
|
|||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
rm -f %{buildroot}%{_libdir}/libecap.a
|
rm -f %{buildroot}%{_libdir}/libecap.a
|
||||||
rm -f %{buildroot}%{_libdir}/libecap.la
|
rm -f %{buildroot}%{_libdir}/libecap.la
|
||||||
|
rm -f %{buildroot}%{_libdir}/pkgconfig/libecap.pc
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc LICENSE CREDITS NOTICE README
|
%doc LICENSE CREDITS NOTICE README
|
||||||
%{_libdir}/libecap.so.*
|
%{_libdir}/libecap.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libecap.so
|
%{_libdir}/libecap.so
|
||||||
%{_includedir}/libecap
|
%{_includedir}/libecap
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 11 2011 Chris Spike <spike@fedoraproject.org> 0.2.0-1
|
||||||
|
- Updated to 0.2.0
|
||||||
|
|
||||||
* Tue May 10 2011 Chris Spike <spike@fedoraproject.org> 0.0.3-2
|
* Tue May 10 2011 Chris Spike <spike@fedoraproject.org> 0.0.3-2
|
||||||
- Added LICENSE to doc
|
- Added LICENSE to doc
|
||||||
- Fixed release tag (missing dist)
|
- Fixed release tag (missing dist)
|
||||||
|
Loading…
Reference in New Issue
Block a user