]> git.pld-linux.org Git - packages/entrance.git/commitdiff
- pl, mark pam file as config
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Jan 2005 01:11:34 +0000 (01:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    entrance.spec -> 1.2

entrance.spec

index cafd932ce0e02de571aa4c7453802e36a1c4a7cb..75d2c9c6beefa0a2458fc79eba9fbabfe3d32fde 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Enlightened display manager
+Summary(pl):   O¶wiecony zarz±dca ekranu
 Name:          entrance
 Version:       0.9.0
 %define _snap  20050106
@@ -19,7 +20,12 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Entrance is the Enlightenment Display Manager. And like Enlightenment,
 it takes beauty and customization to levels that KDM and GDM can only
-dream about...and without the bloat.
+dream about... and without the bloat.
+
+%description -l pl
+Entrance to zarz±dca ekranu (Display Manager) dla Enlightenmenta.
+Podobnie jak Enlightenment ma piêkno i mo¿liwo¶ci konfiguracji, o
+jakich KDM czy GDM mog± tylko pomarzyæ... i to bez narzutu.
 
 %prep
 %setup -q -n %{name}
@@ -36,6 +42,7 @@ dream about...and without the bloat.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -46,8 +53,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING* README
 %{_sysconfdir}/entrance_config.db
-#/etc/rc.d/init.d/entrance
-%{_sysconfdir}/pam.d/entrance
+#%attr(754,root,root) /etc/rc.d/init.d/entrance
+%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/entrance
 %attr(755,root,root) %{_bindir}/entrance*
 %attr(755,root,root) %{_sbindir}/entranced
 %{_datadir}/%{name}
This page took 0.059796 seconds and 4 git commands to generate.