]> git.pld-linux.org Git - packages/enlightenment.git/commitdiff
- updated to 0.16.3,
authorkloczek <kloczek@pld-linux.org>
Fri, 28 Jan 2000 22:07:39 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized,
- more rpm macros,
- added enlightenment man pages,
- updated Buildreqiores rules.

Changed files:
    enlightenment.spec -> 1.19

enlightenment.spec

index ab397728383172b10cbcc41848c08ea014289cdc..75135821b6d5ba930e9ef63e161e342ff2fbd2a0 100644 (file)
@@ -1,19 +1,28 @@
 Summary:       Enlightenment Window Manager
 Summary(pl):   X Window menad¿er - Enlightenment  
 Name:          enlightenment
-Version:       0.16.2
-Release:       0.2
+Version:       0.16.3
+Release:       2
 Copyright:     GPL
 Group:         X11/Window Managers
 Group(pl):     X11/Zarz±dcy Okien
 Source:                ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/%{name}-%{version}.tar.gz
 Patch:         enlightenment-config-path.patch
 URL:           http://www.enlightenment.org/
-Requires:      glib >= 1.2.1
-Requires:      gtk+ >= 1.2.1
+BuildRequires: gtk+-devel >= 1.2.1
+BuildRequires: esound-devel >= 0.2.13
+BuildRequires: imlib-devel >= 1.9.8
+BuildRequires: freetype-devel
+BuildRequires: libghttp-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: libtiff-devel
+BuildRequires: libungif-devel
+BuildRequires: XFree86-devel
 BuildRoot:     /tmp/%{name}-%{version}-root
 
-%define        _prefix /usr/X11R6
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
 
 %description
 Enlightenment is a Windowmanager for X-Windows that is designed to be
@@ -38,15 +47,13 @@ make configdatadir=/etc/X11/enlightenment
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/X11R6/bin
 
 make install \
        DESTDIR=$RPM_BUILD_ROOT \
        configdatadir=/etc/X11/enlightenment
 
-strip --strip-unneeded $RPM_BUILD_ROOT/usr/X11R6/bin/* || :
-
-gzip -9nf AUTHORS README NEWS 
+gzip -9nf AUTHORS README NEWS \
+       $RPM_BUILD_ROOT%{_mandir}/man1/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,8 +61,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc {AUTHORS,README,NEWS}.gz
-%attr(755,root,root) /usr/X11R6/bin/*
-/usr/X11R6/share/enlightenment
-
 %dir /etc/X11/enlightenment
 %config /etc/X11/enlightenment/*
+%attr(755,root,root) /usr/X11R6/bin/*
+%{_datadir}/enlightenment
+%{_mandir}/man1/*
This page took 0.138689 seconds and 4 git commands to generate.