- 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
|
||||
Name: gc
|
||||
Version: 6.7
|
||||
Version: 6.8
|
||||
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
@ -29,7 +29,7 @@ Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: libgc-devel = %{version}-%{release}
|
||||
%description devel
|
||||
Libraries and header files for %{name} development.
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
@ -84,13 +84,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/README doc/README.changes doc/README.contributors
|
||||
%doc doc/README.environment doc/README.linux
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/*.html
|
||||
%{_includedir}/*
|
||||
%{_libdir}/lib*.so
|
||||
@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%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
|
||||
- 6.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user