]> git.pld-linux.org Git - packages/MToolsFM.git/commitdiff
- Builds
authoradasi <adasi@pld-linux.org>
Sat, 29 Nov 2003 10:59:31 +0000 (10:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 - TODO: more BR's, polish descriptions, macros review (gettextize)

Changed files:
    MToolsFM.spec -> 1.2

MToolsFM.spec

index 94659a4bf43d45c4bc7b41f4ffd626d2c7e27636..a406b345e5bb80aba26609940173190fefa9a67a 100644 (file)
@@ -10,6 +10,10 @@ License:     GPL
 Group:         X11/Applications
 Source0:       http://www.core-coutainville.org/%{name}/archive/SOURCES/%{name}-%{vend_ver}-%{vend_release}.tar.gz
 #Source0-MD5: 5ce76261ad969209c86b28e49924fc43
+BuildRequires: gtk+-devel
+BuildRequires: autoconf
+BuildRequires:  automake
+BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This program is a little file-manager and allows easy access to
@@ -19,21 +23,16 @@ This program is a little file-manager and allows easy access to
 %setup -q -n %{name}-%{vend_ver}-%{vend_release}
 
 %build
-%{__gettextize}
-%{__aclocal}
-%{__autoconf}
+%{__aclocal} 
+%{__autoconf} 
 %{__autoheader}
 %{__automake}
 %configure
 %{__make}
 
-##./configure --prefix=/usr --bindir=/usr/X11R6/bin --mandir=/usr/share/man
-##make
-
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install
-gzip %{_mandir}/man1/MToolsFM.1
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
This page took 0.083449 seconds and 4 git commands to generate.