]> git.pld-linux.org Git - packages/adduser.git/commitdiff
- recompiled on rpm3.
authorpius <pius@pld-linux.org>
Tue, 20 Apr 1999 18:34:06 +0000 (18:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adduser.spec -> 1.5

adduser.spec

index 277d9e98969da43ab40a1ff5f406731a3b895928..9efb41b509550aaa2867232dc2dab290939f28cc 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:     1
+Release:     2
 Copyright:   GPL
 Source:      %{name}-%{version}.tar.gz
 Group:       Utilities/System
@@ -48,24 +48,35 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(700,root,root) /usr/sbin/*
-%attr(644,root,root) %lang(pl) /usr/share/locale/pl/LC_MESSAGES/adduser.mo
+
+%lang(pl) /usr/share/locale/pl/LC_MESSAGES/adduser.mo
+
 %attr(750,root,root) %dir /etc/adduser.d
+%attr(700,root,root) %dir /etc/skel/C
+%attr(700,root,root) %dir %lang(pl) /etc/skel/pl
+%attr(700,root,root) %dir %lang(en) /etc/skel/en
+
 %attr(640,root,root) %config %verify(not size mtime md5) /etc/default/adduser
-%attr(600,root,root,700) %config %verify(not size mtime md5) /etc/skel/C
-%attr(600,root,root,700) %config %verify(not size mtime md5) %lang(pl) /etc/skel/pl
-%attr(600,root,root,700) %config %verify(not size mtime md5) %lang(en) /etc/skel/en
+%attr(600,root,root) %config %verify(not size mtime md5) /etc/skel/C/*
+%attr(600,root,root) %config %verify(not size mtime md5) %lang(pl) /etc/skel/pl/*
+%attr(600,root,root) %config %verify(not size mtime md5) %lang(en) /etc/skel/en/*
 %verify(not link) /etc/skel/default
 
-%attr(755,root,root) %dir /etc/default/public_html
+%dir /etc/default/public_html
 %config %verify(not size mtime md5) /etc/default/public_html/*
 
 %changelog
+* Tue Apr 20 1999 Piotr Czerwiñski <pius@pld.org.pl>
+  [1.06-2]
+- recompiled on rpm 3,
+- cosmetics.
+
 * Sun Mar 28 1999 Marek Obuchowicz <elephant@pld.org.pl>
-[1.06-1]
+  [1.06-1]
 - corrected some quota-setting errors
 
 * Fri Mar 2 1999 Marek Obuchowicz <elephant@shadow.eu.org>
-[1.04-1d]
+  [1.04-1d]
 - international /etc/skel support
 - removed .screenrc from skeleton files
 - first CVSed release
@@ -75,19 +86,19 @@ rm -rf $RPM_BUILD_ROOT
 - /etc/adduser.d support
 
 * Mon Dec 20 1998 Marek Obuchowicz <elephant@shadow.eu.org>
-[1.03-1d]
+  [1.03-1d]
 - TMPDIR and .todo support added to /etc/skel/.bash* files
 
 * Sat Dec 19 1998 Marek Obuchowicz <elephant@shadow.eu.org>
-[1.02-1d]
+  [1.02-1d]
 - Updated to newest release
 - "not-only-for-polish" release
 
 * Thu Oct 13 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
-[1.01-1d]
+  [1.01-1d]
 - added internationalization
 - few fixes
 
 * Sat Oct 10 1998 Marek Obuchowicz <elephant@shadow.eu.org>
-[1-1d]
+  [1-1d]
 - first release of packege for Polish Linux Distribution
This page took 0.073786 seconds and 4 git commands to generate.