own used directories in gimp-devel (#233794)
This commit is contained in:
parent
8f0654e16d
commit
ffc8e6edea
@ -36,7 +36,7 @@ Version: 2.2.13
|
||||
%define age 0
|
||||
%define minorver 200
|
||||
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 2
|
||||
License: GPL, LGPL
|
||||
Group: Applications/Multimedia
|
||||
@ -390,6 +390,9 @@ fi
|
||||
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.a
|
||||
%dir %{_libdir}/gimp
|
||||
%dir %{_libdir}/gimp/%{interfacever}
|
||||
%dir %{_libdir}/gimp/%{interfacever}/modules
|
||||
%{_libdir}/gimp/%{interfacever}/modules/*.a
|
||||
%ifnos linux
|
||||
%{_libdir}/*.la
|
||||
@ -400,6 +403,9 @@ fi
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 26 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.13-2
|
||||
- own used directories in gimp-devel (#233794)
|
||||
|
||||
* Wed Feb 21 2007 Nils Philippsen <nphilipp@redhat.com>
|
||||
- s/%%redhat/%%rhel/g
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user