]> git.pld-linux.org Git - packages/emelfm2.git/commitdiff
- updated to 0.3.3
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Apr 2007 20:38:10 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass optflags

Changed files:
    emelfm2.spec -> 1.4

emelfm2.spec

index 994867b5732ac6ea52b386ea52df06eaf4dbdcde..782a4b1579afbd62e65b000fee1d1313f9ac5454 100644 (file)
@@ -1,16 +1,21 @@
 Summary:       File manager using the two-pane design and Gtk+
 Summary(pl.UTF-8):     Zarządca plików oparty na bibliotece GTK+
 Name:          emelfm2
-Version:       0.1.4
+Version:       0.3.3
 Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://emelfm2.net/rel/%{name}-%{version}.tar.gz
-# Source0-md5: da39b1d017366fb41700c5d40365a1ae
+# Source0-md5: 6ce56f2d4d0dc9bd2cacd5dabaa49c0a
 URL:           http://emelfm2.net/
 BuildRequires: gettext-devel
-BuildRequires: gtk+2-devel >= 2:2.4.0
+BuildRequires: gcc >= 5:3.2
+BuildRequires: gtk+2-devel >= 2:2.6.0
 BuildRequires: pkgconfig
+Requires:      file >= 4
+Requires:      findutils >= 4.2
+Requires:      grep
+Requires:      sed
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,14 +32,17 @@ interfejs graficzny oparty o bibliotekę GTK+.
 %setup -q
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name}}
 
 install emelfm2 $RPM_BUILD_ROOT%{_bindir}
-install plugins/* $RPM_BUILD_ROOT%{_libdir}/%{name}
+install objs/plugins/*.so $RPM_BUILD_ROOT%{_libdir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,4 +51,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}
 %dir %{_libdir}/%{name}
-%attr(755,root,root) %{_libdir}/%{name}/*
+%attr(755,root,root) %{_libdir}/%{name}/*.so
This page took 0.073116 seconds and 4 git commands to generate.