]> git.pld-linux.org Git - packages/dml.git/commitdiff
- upgraded to 0.1.0 RA-1_0 dml-0_1_0-1
authorMichal Moskal <michal@moskal.me>
Mon, 29 Jul 2002 13:10:43 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dml.spec -> 1.42

dml.spec

index db267ebe8f2ea9be31ee85d630feea42bb0b3e23..32eaed131c6b765cc1f0ec8fa09557f53bf609db 100644 (file)
--- a/dml.spec
+++ b/dml.spec
@@ -1,16 +1,11 @@
-# conditional build:
-# --without nls
 Summary:       Tool for displaying dialogs from shell
 Summary(pl):   Narzêdzie do wy¶wietlania okien dialogowych z shella
 Name:          dml
-Version:       0.0.17
+Version:       0.1.0
 Release:       1
 License:       GPL
 Group:         Applications/Terminal
 Source0:       ftp://ftp.pld.org.pl/people/malekith/%{name}-%{version}.tar.gz
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext-devel
 BuildRequires: slang-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,25 +19,21 @@ Narz
 %setup -q
 
 %build
-autoheader
-aclocal
-%{__autoconf}
-%{__automake}
-
-%configure %{?_without_nls:--disable-nls}
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
+       PREFIX=%{_prefix} \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %doc AUTHORS TODO NEWS README
 %attr(755,root,root) %{_bindir}/*
This page took 0.095163 seconds and 4 git commands to generate.