Sync with f15
This commit is contained in:
parent
529b0e117f
commit
c141ea74d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ gnome-devel-docs-2.30.1.tar.bz2
|
|||||||
/gnome-devel-docs-2.91.90.tar.bz2
|
/gnome-devel-docs-2.91.90.tar.bz2
|
||||||
/gnome-devel-docs-2.91.91.tar.bz2
|
/gnome-devel-docs-2.91.91.tar.bz2
|
||||||
/gnome-devel-docs-3.0.0.tar.bz2
|
/gnome-devel-docs-3.0.0.tar.bz2
|
||||||
|
/gnome-devel-docs-3.0.1.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: GNOME developer documentation
|
Summary: GNOME developer documentation
|
||||||
Name: gnome-devel-docs
|
Name: gnome-devel-docs
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GFDL
|
License: GFDL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -26,21 +26,19 @@ and the Platform Overview.
|
|||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
%find_lang %{name} --all-name --with-gnome
|
%find_lang %{name} --all-name --with-gnome
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README AUTHORS NEWS COPYING
|
%doc README AUTHORS NEWS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
||||||
|
- Update to 3.0.1
|
||||||
|
|
||||||
* Wed Apr 6 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
|
* Wed Apr 6 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
|
||||||
- Update to 3.0.0
|
- Update to 3.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user