This commit is contained in:
Matthias Clasen 2011-09-06 07:52:02 -04:00
parent e76b949458
commit b133da24fb
3 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ gnome-desktop-2.90.4.tar.bz2
/gnome-desktop-3.1.2.tar.xz /gnome-desktop-3.1.2.tar.xz
/gnome-desktop-3.1.3.tar.xz /gnome-desktop-3.1.3.tar.xz
/gnome-desktop-3.1.4.tar.xz /gnome-desktop-3.1.4.tar.xz
/gnome-desktop-3.1.91.tar.xz

View File

@ -9,7 +9,7 @@
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
Name: gnome-desktop3 Name: gnome-desktop3
Version: 3.1.4 Version: 3.1.91
Release: 1%{?dist} Release: 1%{?dist}
URL: http://www.gnome.org URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-desktop/3.1/gnome-desktop-%{version}.tar.xz Source0: http://download.gnome.org/sources/gnome-desktop/3.1/gnome-desktop-%{version}.tar.xz
@ -89,7 +89,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files -f %{po_package}.lang %files -f %{po_package}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYING.LIB NEWS README %doc AUTHORS COPYING COPYING.LIB NEWS README
%{_datadir}/gnome/gnome-version.xml %{_datadir}/gnome/gnome-version.xml
# LGPL # LGPL
@ -97,7 +96,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib %{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
%files devel %files devel
%defattr(-,root,root,-)
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%{_includedir}/* %{_includedir}/*
@ -105,6 +103,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
%doc %{_datadir}/gtk-doc/html/gnome-desktop3/ %doc %{_datadir}/gtk-doc/html/gnome-desktop3/
%changelog %changelog
* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
- Update to 3.1.91
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1 * Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
- Update to 3.1.4 - Update to 3.1.4

View File

@ -1 +1 @@
0510194af499010e26e04110f388352d gnome-desktop-3.1.4.tar.xz 52467f9cfcb28ff44df10e96b602643d gnome-desktop-3.1.91.tar.xz