SVN revision: 48213
This commit is contained in:
Rui Seabra 2010-04-21 20:55:23 +00:00
parent b4794c5df2
commit a13c11beaf
3 changed files with 10 additions and 3 deletions

View File

@ -1,9 +1,11 @@
%define _missing_doc_files_terminate_build 0
%{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}}
Summary: Complex Graphical Design/Layout Engine
Name: @PACKAGE@
Version: @VERSION@
Release: 0.%(date '+%Y%m%d')
Release: %{_rel}
License: BSD
Group: System Environment/Libraries
URL: http://www.enlightenment.org/

View File

@ -1,9 +1,11 @@
%define _missing_doc_files_terminate_build 0
%{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}}
Summary: FreeDesktop.Org Compatibility Library
Name: @PACKAGE@
Version: @VERSION@
Release: 0.%(date '+%Y%m%d')
Release: %{_rel}
License: BSD
Group: System Environment/Libraries
URL: http://www.enlightenment.org/
@ -53,6 +55,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%doc AUTHORS COPYING* README
%{_bindir}/%{name}*
%{_libdir}/*.so.*
%{_libdir}/efreet/efreet_desktop_cache_create
%files devel
%defattr(-, root, root)

View File

@ -1,9 +1,11 @@
%define _missing_doc_files_terminate_build 0
%{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}}
Summary: A small virtual machine engine (in a library) and bytecode compiler
Name: @PACKAGE@
Version: @VERSION@
Release: 0.%(date '+%Y%m%d')
Release: %{_rel}
License: BSD
Group: System Environment/Libraries
Source: %{name}-%{version}.tar.gz