diff --git a/legacy/eet/eet.spec.in b/legacy/eet/eet.spec.in index 45bb9f1489..58d64c54b0 100644 --- a/legacy/eet/eet.spec.in +++ b/legacy/eet/eet.spec.in @@ -1,12 +1,13 @@ +%{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}} %define _missing_doc_files_terminate_build 0 Summary: Library for speedy data storage, retrieval, and compression. Name: @PACKAGE@ Version: @VERSION@ -Release: 0.%(date '+%Y%m%d') +Release: %{_rel} License: BSD Group: System Environment/Libraries -Source: %{name}-%{version}.tar.gz +Source: http://download.enlightenment.org/releases/%{name}-%{version}.tar.gz Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings } Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} diff --git a/legacy/eina/eina.spec.in b/legacy/eina/eina.spec.in index 58c231f52b..52ec011083 100644 --- a/legacy/eina/eina.spec.in +++ b/legacy/eina/eina.spec.in @@ -1,12 +1,13 @@ +%{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}} %define _missing_doc_files_terminate_build 0 Summary: Data Type Library Name: @PACKAGE@ Version: @VERSION@ -Release: 0.%(date '+%Y%m%d') -License: BSD +Release: %{_rel} +License: LGPLv2.1 Group: System Environment/Libraries -Source: %{name}-%{version}.tar.gz +Source: http://download.enlightenment.org/releases/%{name}-%{version}.tar.gz Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings } Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} @@ -47,7 +48,6 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT %defattr(-, root, root) %doc AUTHORS COPYING README %{_libdir}/*.so.* -#%{_libdir}/%{name}* %files devel %defattr(-, root, root) diff --git a/legacy/evas/evas.spec.in b/legacy/evas/evas.spec.in index 820eca3ad7..65fd1b9014 100644 --- a/legacy/evas/evas.spec.in +++ b/legacy/evas/evas.spec.in @@ -77,14 +77,16 @@ %define ac_with_module_engine_software_xcb --%{?with_module_engine_software_xcb:en}%{!?with_module_engine_software_xcb:dis}able-software-xcb %define ac_with_module_engine_xrender_xcb --%{?with_module_engine_xrender_xcb:en}%{!?with_module_engine_xrender_xcb:dis}able-xrender-xcb +%{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}} + Summary: Multi-platform Canvas Library Name: @PACKAGE@ Version: @VERSION@ -Release: 0.%(date '+%Y%m%d') +Release: %{_rel} License: BSD Group: System Environment/Libraries URL: http://www.enlightenment.org/ -Source: %{name}-%{version}.tar.gz +Source: http://download.enlightenment.org/releases/%{name}-%{version}.tar.gz Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings } Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}