]> git.pld-linux.org Git - packages/adduser.git/commitdiff
- removed %%lang(en)
authorankry <ankry@pld-linux.org>
Sat, 15 Jun 2002 11:41:43 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    adduser.spec -> 1.22

adduser.spec

index 8af5a8a23e7d7a4fec14971cacd10a6f0b5d728f..49cc79477db93ecd55f1fbb5b5bcc4c95d0bbfd1 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Script for easy adding users
 Summary(pl):   Skrypt do prostego dodawania u¿ytkowników
 Name:          adduser
 Version:       1.06
-Release:       2
+Release:       3
 License:       GPL
 Source0:       %{name}-%{version}.tar.gz
 Group:         Applications/System
@@ -55,15 +55,15 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %dir %{_sysconfdir}/adduser.d
 %attr(755,root,root) %dir /etc/skel/C
 %attr(755,root,root) %dir %lang(pl) /etc/skel/pl
-%attr(755,root,root) %dir %lang(en) /etc/skel/en
+%attr(755,root,root) %dir /etc/skel/en
 
 %config %verify(not size mtime md5) %{_sysconfdir}/default/adduser
 %config %verify(not size mtime md5) /etc/skel/C/*
 %config %verify(not size mtime md5) /etc/skel/C/.[a-zA-Z0-9]*
 #%config %verify(not size mtime md5) %lang(pl) /etc/skel/pl/*
 %config %verify(not size mtime md5) %lang(pl) /etc/skel/pl/.[a-zA-Z0-9]*
-#%config %verify(not size mtime md5) %lang(en) /etc/skel/en/*
-%config %verify(not size mtime md5) %lang(en) /etc/skel/en/.[a-zA-Z0-9]*
+#%config %verify(not size mtime md5) /etc/skel/en/*
+%config %verify(not size mtime md5) /etc/skel/en/.[a-zA-Z0-9]*
 %verify(not link) /etc/skel/default
 
 %dir %{_sysconfdir}/default/public_html
This page took 0.074476 seconds and 4 git commands to generate.