- 6.8
This commit is contained in:
parent
882c4c0b7e
commit
c4dd352037
@ -1 +1 @@
|
|||||||
gc6.7.tar.gz
|
gc6.8.tar.gz
|
||||||
|
11
gc.spec
11
gc.spec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Summary: C++ Garbage Collector
|
Summary: C++ Garbage Collector
|
||||||
Name: gc
|
Name: gc
|
||||||
Version: 6.7
|
Version: 6.8
|
||||||
|
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -29,7 +29,7 @@ Group: Development/Libraries
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Provides: libgc-devel = %{version}-%{release}
|
Provides: libgc-devel = %{version}-%{release}
|
||||||
%description devel
|
%description devel
|
||||||
Libraries and header files for %{name} development.
|
%{summary}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -84,13 +84,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc doc/README doc/README.changes doc/README.contributors
|
%doc doc/README doc/README.changes doc/README.contributors
|
||||||
%doc doc/README.environment doc/README.linux
|
%doc doc/README.environment doc/README.linux
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc doc/*.html
|
%doc doc/*.html
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 6.8-1
|
||||||
|
- 6.8
|
||||||
|
|
||||||
* Fri Mar 03 2006 Rex Dieter <rexdieter[AT]users.sf.net> 6.7-1
|
* Fri Mar 03 2006 Rex Dieter <rexdieter[AT]users.sf.net> 6.7-1
|
||||||
- 6.7
|
- 6.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user