]> git.pld-linux.org Git - packages/easygtk.git/commitdiff
- next part of small fixes inpired by kloczek :)
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Jul 2003 17:20:57 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    easygtk.spec -> 1.24

easygtk.spec

index 1d05e50feccffd8727550a504370213ade6b9cd7..3c71073529d4a8bbf06e80a590d8769d1bffa9ef 100644 (file)
@@ -8,18 +8,17 @@ Group:                Libraries
 Source0:       %{name}-%{version}.tar
 # Source0-md5: 04bf9844bed30d34c6e6cb6416cadced
 Patch0:                %{name}-Makefile.patch
 Source0:       %{name}-%{version}.tar
 # Source0-md5: 04bf9844bed30d34c6e6cb6416cadced
 Patch0:                %{name}-Makefile.patch
-BuildRequires: gtk+
-BuildRequires: imlib-devel
 BuildRequires: ImageMagick-devel
 BuildRequires: XFree86-devel
 BuildRequires: glib-devel
 BuildRequires: ImageMagick-devel
 BuildRequires: XFree86-devel
 BuildRequires: glib-devel
+BuildRequires: gtk+
+BuildRequires: imlib-devel
+BuildRequires: libjpeg-devel
 BuildRequires: libtiff-devel
 BuildRequires: libungif-devel
 BuildRequires: libtiff-devel
 BuildRequires: libungif-devel
-BuildRequires: libjpeg-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 EasyGTK is a wrapper library around GTK+ library to provide a much
 easier and simplier Application Programming Interface to the
 %description
 EasyGTK is a wrapper library around GTK+ library to provide a much
 easier and simplier Application Programming Interface to the
@@ -32,7 +31,6 @@ U
 
 %prep
 %setup -q -n %{name}
 
 %prep
 %setup -q -n %{name}
-
 %patch
 
 %build
 %patch
 
 %build
@@ -53,8 +51,8 @@ install easygtk.h $RPM_BUILD_ROOT%{_includedir}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
This page took 0.203469 seconds and 4 git commands to generate.