SPECS: emacsen-cedet-pkg.spec - unified, use subver macro
qboosh
qboosh at pld-linux.org
Sun Jan 27 14:27:07 CET 2008
Author: qboosh Date: Sun Jan 27 13:27:07 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unified, use subver macro
---- Files affected:
SPECS:
emacsen-cedet-pkg.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/emacsen-cedet-pkg.spec
diff -u SPECS/emacsen-cedet-pkg.spec:1.8 SPECS/emacsen-cedet-pkg.spec:1.9
--- SPECS/emacsen-cedet-pkg.spec:1.8 Sun Jan 27 14:08:36 2008
+++ SPECS/emacsen-cedet-pkg.spec Sun Jan 27 14:27:02 2008
@@ -6,15 +6,15 @@
%bcond_without emacs # Build without GNU Emacs support
#
%define _the_name cedet
-%define _beta 3b
Summary: Collection of Emacs development tools
Summary(pl.UTF-8): Zbiór narzędzi programistycznych dla Emacsa
Name: emacsen-cedet-pkg
Version: 1.0
-Release: 0.beta%{_beta}.1
+%define subver beta3b
+Release: 0.%{subver}.1
License: GPL
Group: Applications/Editors/Emacs
-Source0: http://dl.sourceforge.net/cedet/%{_the_name}-%{version}beta%{_beta}.tar.gz
+Source0: http://dl.sourceforge.net/cedet/%{_the_name}-%{version}%{subver}.tar.gz
# Source0-md5: f24a07c8c934596fb33a81b653edaf73
URL: http://cedet.sourceforge.net/
BuildRequires: texinfo
@@ -46,8 +46,8 @@
Summary(pl.UTF-8): Skompilowany kod elisp CEDET dla GNU Emacsa
Group: Applications/Editors/Emacs
Requires: %{name} = %{version}-%{release}
+%requires_eq emacs
Provides: cedet-elisp-code = %{version}-%{release}
-%requires_eq emacs
%description emacs
This package contains compiled elisp files needed to run CEDET on GNU Emacs
@@ -72,8 +72,8 @@
Summary(pl.UTF-8): Kod elisp CEDET dla XEmacsa
Group: Applications/Editors/Emacs
Requires: %{name} = %{version}-%{release}
+%requires_eq xemacs
Provides: cedet-elisp-code = %{version}-%{release}
-%requires_eq xemacs
%description xemacs
This package contains compiled elisp files needed to run CEDET on XEmacs
@@ -94,7 +94,7 @@
Pakiet zawiera pliki źródłowe elisp z kodem CEDET dla XEmacsa.
%prep
-%setup -q -n %{_the_name}-%{version}beta%{_beta}
+%setup -q -n %{_the_name}-%{version}%{subver}
%build
# Move documentation
@@ -184,6 +184,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2008-01-27 13:27:02 qboosh
+- unified, use subver macro
+
Revision 1.8 2008-01-27 13:08:36 glen
- use standard requires_eq macro
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/emacsen-cedet-pkg.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list