]> git.pld-linux.org Git - packages/libprelude.git/commitdiff
- 0.9.0 release auto/ac/libprelude-0_9_0-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Oct 2005 23:56:42 +0000 (23:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libprelude.spec -> 1.7

libprelude.spec

index 3ad9c400909f26dd2698d2b34838e063c9c3d5ba..db7b8c18cc96e9bdf68422da89ad9736293b531c 100644 (file)
@@ -2,13 +2,12 @@
 Summary:       The Prelude library
 Summary(pl):   Biblioteka Prelude
 Name:          libprelude
-%define        _rc     rc9
 Version:       0.9.0
-Release:       0.%{_rc}.2
+Release:       1
 License:       GPL
 Group:         Libraries
-Source0:       http://www.prelude-ids.org/download/releases/%{name}-%{version}-%{_rc}.tar.gz
-# Source0-md5: 924e4ccd0ca3bb57e16f9ead2a20d942
+Source0:       http://www.prelude-ids.org/download/releases/%{name}-%{version}.tar.gz
+# Source0-md5: 95fe75b77b8be8992bc87274d6e2283a
 URL:           http://www.prelude-ids.org/
 BuildRequires: bison
 BuildRequires: flex
@@ -98,7 +97,7 @@ libprelude Python bindings.
 Dowi±zania Pythona dla libprelude.
 
 %prep
-%setup -q -n %{name}-%{version}-%{_rc}
+%setup -q
 
 %build
 %configure \
@@ -109,6 +108,10 @@ Dowi
        --enable-gtk-doc \
        --with-html-dir=%{_gtkdocdir}/libprelude
 
+# first make the perl makefile otherwise with jobserver strange things happen:
+# Makefile out-of-date with respect to Makefile.PL
+%{__make} -C bindings perl/Makefile
+
 %{__make}
 
 %install
This page took 0.032923 seconds and 4 git commands to generate.