]> git.pld-linux.org Git - packages/easygtk.git/blobdiff - easygtk.spec
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/easygtk.git] / easygtk.spec
index b0f0384b6fc699a3ee592caf02da74297c476870..17b8a938d3b6c5d69b25f4f76b9d6740f1efe92f 100644 (file)
@@ -3,11 +3,14 @@ Summary(pl):  EasyGTK - nadzbi
 Name:          easygtk
 Version:       1.1.6
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         Libraries
+Group(de):     Libraries
+Group(es):     Bibliotecas
+Group(fr):     Librairies
 Group(pl):     Biblioteki
-Source:                http://www.linsupport.com/sw/%{name}-%{version}.tar
-Patch0:                easygtk-Makefile.patch
+Source0:       http://www.linsupport.com/sw/%{name}-%{version}.tar
+Patch0:                %{name}-Makefile.patch
 BuildRequires: gtk+
 BuildRequires: imlib-devel
 BuildRequires: ImageMagick-devel
@@ -20,15 +23,17 @@ BuildRequires:      zlib-devel
 URL:           http://www.linsupport.com/sw/easygtk.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _prefix /usr/X11R6
+%define                _prefix         /usr/X11R6
 
 %description
 EasyGTK is a wrapper library around GTK+ library to provide a much
-easier and simplier Application Programming Interface to the developer.
+easier and simplier Application Programming Interface to the
+developer.
 
 %description -l pl
-EasyGTK jest nadzbiorem funkcji GTK+ pozwalaj±cym na szybsze i ³atwiejsze
-tworzenie aplikacji u¿ywaj±cych Graficznego Interfejsu U¿ytkownika.
+EasyGTK jest nadzbiorem funkcji GTK+ pozwalaj±cym na szybsze i
+³atwiejsze tworzenie aplikacji u¿ywaj±cych Graficznego Interfejsu
+U¿ytkownika.
 
 %prep
 %setup -q -n %{name}
@@ -37,17 +42,17 @@ tworzenie aplikacji u
 
 %build
 ./configure
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+%{__make} RPM_OPT_FLAGS="%{rpmcflags}"
 
 # make shared library
-make easygtk.so
+%{__make} easygtk.so
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}}
 
-install -s libeasygtk.a $RPM_BUILD_ROOT%{_libdir}
-install -s easygtk.so $RPM_BUILD_ROOT%{_libdir}/libeasygtk.so.%{version}
+install libeasygtk.a $RPM_BUILD_ROOT%{_libdir}
+install easygtk.so $RPM_BUILD_ROOT%{_libdir}/libeasygtk.so.%{version}
 install easygtk.h $RPM_BUILD_ROOT%{_includedir}
 
 gzip -9nf README
This page took 0.076684 seconds and 4 git commands to generate.