Update spec, make it autogenerated and add expedite.spec to svn:ignore

SVN revision: 75405
This commit is contained in:
Rui Seabra 2012-08-18 08:24:07 +00:00
parent 78f16260ba
commit bddd638fa5
2 changed files with 7 additions and 3 deletions

View File

@ -246,6 +246,7 @@ AC_CHECK_FUNCS([sync])
AC_OUTPUT([
Makefile
expedite.spec.in
src/Makefile
src/bin/Makefile
data/Makefile

View File

@ -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