Ignore:
Timestamp:
Feb 29, 2016, 6:21:28 PM (10 years ago)
Author:
valerius
Message:

spec: libidl: Added missing Requires and BuildRequires directives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/libidl.spec

    r669 r679  
    2424Url:            http://www.gnome.org
    2525Version:        0.8.14
    26 Release:        2%{?dist}
     26Release:        3%{?dist}
    2727#Release:        42.20
    2828# NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to < (here and in baselibs.conf)
     
    4242#Source:         http://ftp.gnome.org/pub/GNOME/sources/%{_name}/0.8/%{_name}-%{version}.tar.bz2
    4343#Source99:       baselibs.conf
     44Requires:       glib2 libgcc1
    4445BuildRequires:  bison
    4546BuildRequires:  flex
    4647BuildRequires:  glib2-devel
    47 BuildRequires:  urpo-devel
    4848BuildRequires:  pkgconfig
    4949BuildRoot:      %{_tmppath}/%{name}-%{version}-build
     
    5858Summary:        Include Files and Libraries mandatory for Development
    5959Group:          Development/Languages/Other
    60 Requires:       libidl = %{version}
     60Requires:       %name = %version-%release
    6161#PreReq:         %install_info_prereq
    6262# bug437293
     
    8686%build
    8787export \
    88         LDFLAGS="-Zhigh-mem -lintl" CFLAGS="-D__OS2__ -D__EMX__" RANLIB=echo
     88        LDFLAGS="-Zhigh-mem" CFLAGS="-D__OS2__ -D__EMX__" RANLIB=echo
    8989
    9090autoreconf -fiv
     
    163163
    164164%changelog
     165* Mon Feb 29 2016 Valery Sedletski <_valerius@mail.ru> - 0.8.14-3
     166- Added needed Requires and BuildRequires directives
     167
    165168* Thu Feb 18 2016 Valery Sedletski - <_valerius@mail.ru> 0.8.14-2
    166169- changed libs format to both a.out and OMF
Note: See TracChangeset for help on using the changeset viewer.