From bddd638fa50b559074e6328feee513083a41deb5 Mon Sep 17 00:00:00 2001 From: Rui Seabra Date: Sat, 18 Aug 2012 08:24:07 +0000 Subject: [PATCH] Update spec, make it autogenerated and add expedite.spec to svn:ignore SVN revision: 75405 --- configure.ac | 1 + expedite.spec => expedite.spec.in | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) rename expedite.spec => expedite.spec.in (86%) diff --git a/configure.ac b/configure.ac index 2193e43..5aba469 100644 --- a/configure.ac +++ b/configure.ac @@ -246,6 +246,7 @@ AC_CHECK_FUNCS([sync]) AC_OUTPUT([ Makefile +expedite.spec.in src/Makefile src/bin/Makefile data/Makefile diff --git a/expedite.spec b/expedite.spec.in similarity index 86% rename from expedite.spec rename to expedite.spec.in index a49bbce..0e87ad9 100644 --- a/expedite.spec +++ b/expedite.spec.in @@ -1,13 +1,16 @@ # Note that this is NOT a relocatable package -%define ver 0.7.0 -%define rel 1 +%define _missing_doc_files_terminate_build 0 +%{!?_rel:%{expand:%%global _rel 0.enl%{?dist}}} + +%define ver @VERSION@ +%define rel %{_rel} %define prefix /usr Summary: expedite Name: expedite Version: %ver Release: %rel -Copyright: BSD +License: BSD Group: System Environment/Desktops Source: ftp://ftp.enlightenment.org/pub/enlightenment/expedite-%{ver}.tar.gz BuildRoot: /var/tmp/expedite-root