]> git.pld-linux.org Git - packages/adduser.git/blobdiff - adduser.spec
- use http://ftp.debian.org/ url
[packages/adduser.git] / adduser.spec
index 277d9e98969da43ab40a1ff5f406731a3b895928..8f4ef9eb59cc6a3686bd1f0b13a83168f13e4da4 100644 (file)
@@ -1,93 +1,74 @@
-Summary:     Script for easy adding users
-Summary(pl): Skrypt do prostego dodawania u¿ytkowników
-Name:        adduser
-Version:     1.06
-Release:     1
-Copyright:   GPL
-Source:      %{name}-%{version}.tar.gz
-Group:       Utilities/System
-Group(pl):   Narzêdzia/System
-Requires:    shadow
-Obsoletes:   etcskel
-Provides:    etcskel
-BuildArch:   noarch
-BuildRoot:   /tmp/%{name}-%{version}-root
+# TODO:
+# - finish it...
+Summary:       Script for easy adding users
+Summary(pl.UTF-8):     Skrypt do prostego dodawania użytkowników
+Name:          adduser
+Version:       3.110
+Release:       0.1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://ftp.debian.org/debian/pool/main/a/adduser/%{name}_%{version}.tar.gz
+# Source0-md5: 826832470e042eedeff7219071c40743
+URL:           http://alioth.debian.org/projects/adduser/
+BuildRequires: gettext-tools
+Requires:      bash >= 2.0
+Requires:      shadow
+Provides:      etcskel
+Obsoletes:     etcskel
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Interactive shell script for easy adding new users to the system.
 Package contains files copied to new users home directories.
 
-%description -l pl
-Skrypt shella pozwalaj±cy interaktywnie dodawaæ nowych u¿ytkowników
-do systemu. Pakiet zawiera pliki kopiowane do katalogów domowych
-nowych u¿ytkowników.
+%description -l pl.UTF-8
+Skrypt shella pozwalający interaktywnie dodawać nowych użytkowników do
+systemu. Pakiet zawiera pliki kopiowane do katalogów domowych nowych
+użytkowników.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n trunk
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/{sbin,share/locale/pl/LC_MESSAGES} \
-       $RPM_BUILD_ROOT/etc/{skel,adduser.d,default/public_html/{pl,en}}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_datadir}/locale/pl/LC_MESSAGES} \
+       $RPM_BUILD_ROOT%{_sysconfdir}/{skel,adduser.d,default/public_html/{pl,en}}
 
-install adduser $RPM_BUILD_ROOT/usr/sbin
-install adduser.conf $RPM_BUILD_ROOT/etc/default/adduser
+install adduser $RPM_BUILD_ROOT%{_sbindir}
+install adduser.conf $RPM_BUILD_ROOT%{_sysconfdir}/default/adduser
 
 cp -R etcskel/. $RPM_BUILD_ROOT/etc/skel
 
 for lang in pl en; do
-  cp -R etcskel/$lang/public_html/* $RPM_BUILD_ROOT/etc/default/public_html/$lang
+cp -R etcskel/$lang/public_html/* $RPM_BUILD_ROOT%{_sysconfdir}/default/public_html/$lang
   rm -rf $RPM_BUILD_ROOT/etc/skel/$lang/public_html
 done
 ln -sf en $RPM_BUILD_ROOT/etc/skel/default
-msgfmt po/pl.po -o $RPM_BUILD_ROOT/usr/share/locale/pl/LC_MESSAGES/adduser.mo
+msgfmt po/pl.po -o $RPM_BUILD_ROOT%{_datadir}/locale/pl/LC_MESSAGES/adduser.mo
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %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
-%attr(750,root,root) %dir /etc/adduser.d
-%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
-%verify(not link) /etc/skel/default
-
-%attr(755,root,root) %dir /etc/default/public_html
-%config %verify(not size mtime md5) /etc/default/public_html/*
-
-%changelog
-* Sun Mar 28 1999 Marek Obuchowicz <elephant@pld.org.pl>
-[1.06-1]
-- corrected some quota-setting errors
-
-* Fri Mar 2 1999 Marek Obuchowicz <elephant@shadow.eu.org>
-[1.04-1d]
-- international /etc/skel support
-- removed .screenrc from skeleton files
-- first CVSed release
-- updated default home page :)
-- default quota support
-- command line argument parsing and help
-- /etc/adduser.d support
-
-* Mon Dec 20 1998 Marek Obuchowicz <elephant@shadow.eu.org>
-[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]
-- Updated to newest release
-- "not-only-for-polish" release
-
-* Thu Oct 13 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
-[1.01-1d]
-- added internationalization
-- few fixes
-
-* Sat Oct 10 1998 Marek Obuchowicz <elephant@shadow.eu.org>
-[1-1d]
-- first release of packege for Polish Linux Distribution
+%attr(755,root,root) %{_sbindir}/*
+
+%dir %{_sysconfdir}/adduser.d
+%dir /etc/skel/C
+%dir %lang(pl) /etc/skel/pl
+%dir /etc/skel/en
+
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/default/adduser
+%config(noreplace) %verify(not md5 mtime size) /etc/skel/C/*
+%config(noreplace) %verify(not md5 mtime size) /etc/skel/C/.[a-zA-Z0-9]*
+#%config(noreplace) %verify(not size mtime md5) %lang(pl) /etc/skel/pl/*
+%config(noreplace) %verify(not md5 mtime size) %lang(pl) /etc/skel/pl/.[a-zA-Z0-9]*
+#%config(noreplace) %verify(not size mtime md5) /etc/skel/en/*
+%config(noreplace) %verify(not md5 mtime size) /etc/skel/en/.[a-zA-Z0-9]*
+%config(noreplace) %verify(not link) /etc/skel/default
+
+%dir %{_sysconfdir}/default/public_html
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/default/public_html/*
This page took 0.162805 seconds and 4 git commands to generate.