make the theme file not a config file
This commit is contained in:
parent
244c50936e
commit
6adb2b8368
@ -1,12 +1,11 @@
|
||||
Summary: Cursor management library
|
||||
Name: libXcursor
|
||||
Version: 1.1.10
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
#VCS: git:git://anongit.freedesktop.org/xorg/lib/libXcursor
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source1: index.theme
|
||||
# the default cursor theme inherits from this
|
||||
@ -74,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libXcursor.so.1
|
||||
%{_libdir}/libXcursor.so.1.0.2
|
||||
%dir %{_datadir}/icons/default
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_datadir}/icons/default/index.theme
|
||||
%{_datadir}/icons/default/index.theme
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -89,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/Xcursor*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.1.10-5
|
||||
- The theme file should _not_ be a config file
|
||||
|
||||
* Tue Mar 9 2010 Matthias Clasen <mclasen@redhat.com> - 1.1.10-4
|
||||
- Make default cursor theme inherit dmz-aa instead of Bluecurve
|
||||
- Also require the cursor theme package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user