Fix if check in specfiles.
This commit is contained in:
parent
b47788ac17
commit
dcf49accec
@ -14,7 +14,7 @@ Version: 2.2.4
|
|||||||
%define minorver 200
|
%define minorver 200
|
||||||
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
||||||
#define prever pre2
|
#define prever pre2
|
||||||
Release: %{?prever:0.0.%{prever}.}6
|
Release: %{?prever:0.0.%{prever}.}7
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -313,6 +313,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com>
|
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com>
|
||||||
- Update the GTK+ theme icon cache on (un)install
|
- Update the GTK+ theme icon cache on (un)install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user