Updated to 0.2.0

This commit is contained in:
spike 2011-07-11 21:04:20 +02:00
parent d258577ca8
commit e331c232b7
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libecap-0.0.3.tar.gz
/libecap-0.2.0.tar.gz

View File

@ -1,6 +1,6 @@
Name: libecap
Version: 0.0.3
Release: 2%{?dist}
Version: 0.2.0
Release: 1%{?dist}
Summary: Squid interface for embedded adaptation modules
License: BSD
Group: Development/Libraries
@ -44,21 +44,23 @@ make %{?_smp_mflags}
make install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/libecap.a
rm -f %{buildroot}%{_libdir}/libecap.la
rm -f %{buildroot}%{_libdir}/pkgconfig/libecap.pc
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc LICENSE CREDITS NOTICE README
%{_libdir}/libecap.so.*
%files devel
%defattr(-,root,root,-)
%{_libdir}/libecap.so
%{_includedir}/libecap
%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
- Added LICENSE to doc
- Fixed release tag (missing dist)

View File

@ -1 +1 @@
62fbac7b84fd50978e6df1c3439ef878 libecap-0.0.3.tar.gz
e65a855f4fbb0f3136af7fe28249e883 libecap-0.2.0.tar.gz