SPECS: system-config-printer.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Wed May 23 21:10:38 CEST 2007


Author: patrys                       Date: Wed May 23 19:10:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   system-config-printer.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/system-config-printer.spec
diff -u /dev/null SPECS/system-config-printer.spec:1.1
--- /dev/null	Wed May 23 21:10:38 2007
+++ SPECS/system-config-printer.spec	Wed May 23 21:10:32 2007
@@ -0,0 +1,82 @@
+# $Revision$, $Date$
+Summary:	A graphical interface for modifying system date and time
+Summary(pl.UTF-8):	Graficzny interfejs do zmiany daty i czasu systemowego
+Name:		system-config-printer
+Version:	0.7.65
+Release:	0.1
+License:	GPL v2
+Group:		X11/Application
+Source0:	http://cyberelk.net/tim/data/system-config-printer/%{name}-%{version}.tar.bz2
+# Source0-md5:	c076dee6f8ecc0819a9d397b8f204e74
+URL:		http://cyberelk.net/tim/software/system-config-printer/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gettext-devel
+BuildRequires:	intltool
+BuildRequires:	python-devel
+%pyrequires_eq	python-libs
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+system-config-date is a graphical interface for changing the system
+date and time, configuring the system time zone, and setting up the
+NTP daemon to synchronize the time of the system with a NTP time
+server.
+
+%description -l pl.UTF-8
+system-config-date to graficzny interfejs do zmiany daty i czasu
+systemowego, konfiguracji strefy czasowej i ustawiania demona NTP do
+synchronizacji czasu systemowego z serwerem czasu NTP.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%{configure}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%py_postclean %{_datadir}/system-config-printer
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/system-config-printer-applet
+%attr(755,root,root) %{_sbindir}/system-config-printer
+%{_sysconfdir}/xdg/autostart/*.desktop
+%{_datadir}/system-config-printer
+%{_mandir}/man*/*
+%{_desktopdir}/*.desktop
+
+%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  2007/05/23 19:10:32  patrys
+- initial PLD release
+
+Revision 1.4  2007/02/12 22:09:17  glen
+- tabs in preamble
+
+Revision 1.3  2007/02/12 01:06:43  baggins
+- converted to UTF-8
+
+Revision 1.2  2006/06/11 18:34:43  qboosh
+- pl, cleanups
+
+Revision 1.1  2006/06/05 23:11:10  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list