Author: glen Date: Sun May 20 18:10:34 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.9.8.1, build with GNOME 3
---- Files affected: packages/eiciel: eiciel.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/eiciel/eiciel.spec diff -u packages/eiciel/eiciel.spec:1.1 packages/eiciel/eiciel.spec:1.2 --- packages/eiciel/eiciel.spec:1.1 Thu Jun 19 20:46:31 2008 +++ packages/eiciel/eiciel.spec Sun May 20 20:10:29 2012 @@ -2,28 +2,27 @@ Summary: Graphical access control list (ACL) editor Summary(pl.UTF-8): Graficzny edytor list kontroli dostępu (ACL) Name: eiciel -Version: 0.9.6.1 +Version: 0.9.8.1 Release: 1 License: GPL v2+ Group: Applications/System -Source0: http://rofi.pinchito.com/eiciel/download/%{name}-%{version}.tar.bz2 -# Source0-md5: 9c6231747d0f0a9a932e2fb11c94fa2e +Source0: http://rofi.roger-ferrer.org/eiciel/download/%{name}-%{version}.tar.bz2 +# Source0-md5: 2c9c459f0604ce03ec49bb425cc42681 Source1: %{name}-pl.po Patch0: %{name}-pl.po.patch -URL: http://rofi.pinchito.com/eiciel +URL: http://rofi.roger-ferrer.org/eiciel/ BuildRequires: acl-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: desktop-file-utils BuildRequires: gettext-devel BuildRequires: glitz-devel -BuildRequires: gtkmm-devel -BuildRequires: libgnomeui-devel +BuildRequires: gtkmm3-devel BuildRequires: libtool -BuildRequires: nautilus-devel +BuildRequires: nautilus-devel >= 3.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define ext_dir %(eval "pkg-config --variable=extensiondir libnautilus-extension") +%define ext_dir %(pkg-config --variable=extensiondir libnautilus-extension) %description Graphical editor for access control lists (ACL) and extended @@ -38,7 +37,7 @@ %prep %setup -q %patch0 -p1 -install %{SOURCE1} po/pl.po +cp -p %{SOURCE1} po/pl.po %build %{__gettextize} @@ -48,18 +47,19 @@ %{__autoheader} %{__automake} %configure \ - --with-nautilus-extensions-dir=%{ext_dir} \ + --disable-static %{__make} rm po/*.gmo -%{__make} -C po/ update-gmo +%{__make} -C po update-gmo %install rm -rf $RPM_BUILD_ROOT - %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__rm} $RPM_BUILD_ROOT%{ext_dir}/*.la + %find_lang %{name} %clean @@ -74,8 +74,6 @@ %{_desktopdir}/*%{name}* %{_mandir}/man1/%{name}* %{ext_dir}/lib%{name}* -%exclude %{ext_dir}/*.a -%exclude %{ext_dir}/*.la %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -83,6 +81,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2012/05/20 18:10:29 glen +- up to 0.9.8.1, build with GNOME 3 + Revision 1.1 2008/06/19 18:46:31 adamg - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/eiciel/eiciel.spec?r1=1.1&r2=1.2 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
