|
@@ -1,21 +1,25 @@
|
|
%define name emacsen-common
|
|
%define name emacsen-common
|
|
%define origname emacsen-common
|
|
%define origname emacsen-common
|
|
-%define version 0.4
|
|
+%define version 0.5
|
|
%define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'Requires(post):%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
|
|
%define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'Requires(post):%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
|
|
%define _libdir %{_prefix}/lib
|
|
%define _libdir %{_prefix}/lib
|
|
|
|
|
|
Summary: Common facilities for all emacsen.
|
|
Summary: Common facilities for all emacsen.
|
|
Name: %{name}
|
|
Name: %{name}
|
|
Version: %{version}
|
|
Version: %{version}
|
|
-Release: 6%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
-Vendor: %{_vendor}
|
|
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
-Source0: http://www.ad-hoc.org/~xtakei/%{origname}/%{origname}-%{version}.tar.gz
|
|
+# archive created from git-svn local repos.
|
|
-Source10: show-vine-default.sh
|
|
+# git archive --format=tar --prefix=emacsen-common-0.5/ HEAD |\
|
|
-Patch: emacsen-common-0.4-emacsclient.patch
|
|
+# xz > ~/rpm/SOURCES/emacsen-common/emacsen-common-0.5.tar.xz
|
|
-Packager: Kazuhisa TAKEI <takei@vinelinux.org>
|
|
+Source0: %{origname}-%{version}.tar.xz
|
|
-URL: http://vinelinux.org/
|
|
+
|
|
|
|
+Distribution: Vine Liunx
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Packager: daisuke
|
|
|
|
+
|
|
|
|
+URL: http://trac.vinelinux.org/browser/projects/emacsen-common
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
Requires: rpm
|
|
Requires: rpm
|
|
@@ -31,11 +35,10 @@ This package contains code that is needed by all the (x)emacs packages.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
|
|
|
-%setup -q -n %{origname}
|
|
+%setup -q
|
|
-%patch -p1
|
|
|
|
-%build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+%build
|
|
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -61,7 +64,7 @@ echo "/usr/bin/b2m
|
|
/usr/share/icons/hicolor/scalable/apps/emacs.svg
|
|
/usr/share/icons/hicolor/scalable/apps/emacs.svg
|
|
/usr/share/icons/hicolor/scalable/mimetypes/emacs-document.svg" > $RPM_BUILD_ROOT%{_var}/lib/emacs/alternative-filelist
|
|
/usr/share/icons/hicolor/scalable/mimetypes/emacs-document.svg" > $RPM_BUILD_ROOT%{_var}/lib/emacs/alternative-filelist
|
|
|
|
|
|
-%__cp %{SOURCE10} $RPM_BUILD_ROOT/%{_libdir}/%{origname}/
|
|
+%__cp show-vine-default.sh $RPM_BUILD_ROOT/%{_libdir}/%{origname}/
|
|
|
|
|
|
%__cp scripts/emacs-install.rb $RPM_BUILD_ROOT/%{_libdir}/%{origname}/.
|
|
%__cp scripts/emacs-install.rb $RPM_BUILD_ROOT/%{_libdir}/%{origname}/.
|
|
%__cp scripts/emacs-package-install.rb $RPM_BUILD_ROOT/%{_libdir}/%{origname}/.
|
|
%__cp scripts/emacs-package-install.rb $RPM_BUILD_ROOT/%{_libdir}/%{origname}/.
|
|
@@ -159,6 +162,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 15 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5-1
|
|
|
|
+- import emacsen-common to vine svn repository
|
|
|
|
+- support ruby-1.9.3
|
|
|
|
+
|
|
* Sun Mar 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4-6
|
|
* Sun Mar 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4-6
|
|
- fixed show-vine-default.sh
|
|
- fixed show-vine-default.sh
|
|
|
|
|