]> git.pld-linux.org Git - packages/eel.git/commitdiff
- 1.0.1
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 21 Jul 2001 15:39:14 +0000 (15:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- URL added
- corrected some stupid define
- more cosmetics
NYF

Changed files:
    eel.spec -> 1.3

eel.spec

index 053073d7b3e06a2f4d19595b729d933fd26b7504..67601ffaf170dd4238acbb8370f49e17c9e474d5 100644 (file)
--- a/eel.spec
+++ b/eel.spec
@@ -1,14 +1,10 @@
 # Note that this is NOT a relocatable package
-%define RELEASE                0_cvs_0
-%define rel            %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
-%define prefix         /usr
-%define sysconfdir     /etc
 
 Summary:       Eazel Extensions Library
 Summary(pl):   Biblioteka rozszerzeñ Eazel
-Name:          name
-Version:       1.0
-Release:       %rel
+Name:          eel
+Version:       1.0.1
+Release:       1
 Vendor:                GNOME
 License:       GPL
 Group:         Libraries
@@ -16,7 +12,7 @@ Group(de):    Libraries
 Group(es):     Bibliotecas
 Group(fr):     Librairies
 Group(pl):     Biblioteki
-Source0:       %{%{name}}-%{ver}.tar.gz
+Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/eel/%{name}-%{version}.tar.gz
 URL:           http://nautilus.eazel.com/
 BuildRequires: glib-devel >= 1.2.9
 BuildRequires: gtk+-devel >= 1.2.9
@@ -31,6 +27,9 @@ BuildRequires:        librsvg-devel >= 1.0.0
 Requires:      freetype >= 2.0.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define _prefix                /usr
+%define _sysconfdir    /etc
+
 %description
 Eazel Extensions Library
 
@@ -61,10 +60,11 @@ export LC_ALL LINGUAS LANG
 
 ## Warning!  Make sure there are no spaces or tabs after the \ 
 ## continuation character, or else the rpm demons will eat you.
-CFLAGS="$RPM_OPT_FLAGS" 
+CFLAGS="$RPM_OPT_FLAGS"
+
 %configure $MYARCH_FLAGS \
-       --prefix=%{prefix} \
-       --sysconfdir=%{sysconfdir}
+       --prefix=%{_prefix} \
+       --sysconfdir=%{_sysconfdir}
 
 make -k
 make check
This page took 0.033776 seconds and 4 git commands to generate.