]> git.pld-linux.org Git - packages/emacsen-cedet-pkg.git/commitdiff
- unified, use subver macro master
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Jan 2008 13:27:02 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emacsen-cedet-pkg.spec -> 1.9

emacsen-cedet-pkg.spec

index 7fe552c6382f07c83149e2b37b62abec8e2debb4..ddee00c0dfc6a3426064a9a6c7a18b5b1d6fff82 100644 (file)
@@ -5,15 +5,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
@@ -45,8 +45,8 @@ Summary:      CEDET compiled elisp files for GNU Emacs
 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
@@ -71,8 +71,8 @@ Summary:      CEDET elisp files for XEmacs
 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
@@ -93,7 +93,7 @@ This package contains source CEDET elisp files for XEmacs
 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
This page took 0.089588 seconds and 4 git commands to generate.