SPECS: eiciel.spec (NEW) - new

adamg adamg at pld-linux.org
Thu Jun 19 20:46:37 CEST 2008


Author: adamg                        Date: Thu Jun 19 18:46:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   eiciel.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/eiciel.spec
diff -u /dev/null SPECS/eiciel.spec:1.1
--- /dev/null	Thu Jun 19 20:46:37 2008
+++ SPECS/eiciel.spec	Thu Jun 19 20:46:31 2008
@@ -0,0 +1,88 @@
+# $Revision$, $Date$
+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
+Release:	1
+License:	GPL v2+
+Group:		Applications/System
+Source0:	http://rofi.pinchito.com/eiciel/download/%{name}-%{version}.tar.bz2
+# Source0-md5:	9c6231747d0f0a9a932e2fb11c94fa2e
+Source1:	%{name}-pl.po
+Patch0:		%{name}-pl.po.patch
+URL:		http://rofi.pinchito.com/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:	libtool
+BuildRequires:	nautilus-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define ext_dir %(eval "pkg-config --variable=extensiondir libnautilus-extension")
+
+%description
+Graphical editor for access control lists (ACL) and extended
+attributes (XATTR), either as an extension within Nautilus, or as a
+standalone utility.
+
+%description -l pl.UTF-8
+eiciel to graficzny edytor list kontroli dostępu (ACL) i rozszerzonych
+atrybutów (XATTR), działający jako rozszerzenie Nautilus lub
+samodzielne narzędzie.
+
+%prep
+%setup -q
+%patch0 -p1
+install %{SOURCE1} po/pl.po
+
+%build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--with-nautilus-extensions-dir=%{ext_dir} \
+
+%{__make}
+rm po/*.gmo
+%{__make} -C po/ update-gmo
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}/
+%{_datadir}/gnome/help/%{name}
+%{_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
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/06/19 18:46:31  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list