- Update to 0.9.7.
- Remove clean section & buildroot. No longer needed.
This commit is contained in:
parent
4b69f9ed32
commit
cea1a756f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
vala-0.9.3.tar.bz2
|
vala-0.9.3.tar.bz2
|
||||||
vala-0.9.4.tar.bz2
|
vala-0.9.4.tar.bz2
|
||||||
vala-0.9.5.tar.bz2
|
vala-0.9.5.tar.bz2
|
||||||
|
/vala-0.9.7.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
2c92ba5ebdc1d56299535f562991a2a8 vala-0.9.5.tar.bz2
|
3062fe00c0f5b8f40cd2a94ff9bbe2da vala-0.9.7.tar.bz2
|
||||||
|
11
vala.spec
11
vala.spec
@ -5,7 +5,7 @@
|
|||||||
%global api_ver 0.10
|
%global api_ver 0.10
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.9.5
|
Version: 0.9.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern programming language for GNOME
|
Summary: A modern programming language for GNOME
|
||||||
|
|
||||||
@ -18,7 +18,6 @@ Source0: http://download.gnome.org/sources/vala/0.9/vala-%{version}.tar.b
|
|||||||
Source1: vala-mode.el
|
Source1: vala-mode.el
|
||||||
Source2: vala-init.el
|
Source2: vala-init.el
|
||||||
Source3: emacs-vala-COPYING
|
Source3: emacs-vala-COPYING
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: gtk2-devel flex bison devhelp gecko-libs >= 1.9
|
BuildRequires: gtk2-devel flex bison devhelp gecko-libs >= 1.9
|
||||||
BuildRequires: emacs emacs-el
|
BuildRequires: emacs emacs-el
|
||||||
@ -155,10 +154,6 @@ mkdir -p $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
|||||||
cp -p emacs-vala/*.el* $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{name}
|
cp -p emacs-vala/*.el* $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{name}
|
||||||
cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -214,6 +209,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.9.7-1
|
||||||
|
- Update to 0.9.7.
|
||||||
|
- Remove clean section & buildroot. No longer needed.
|
||||||
|
|
||||||
* Mon Aug 9 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.5-1
|
* Mon Aug 9 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.5-1
|
||||||
- Update to 0.9.5
|
- Update to 0.9.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user