]> git.pld-linux.org Git - packages/system-config-printer.git/blame - system-config-printer.spec
- fixed deps
[packages/system-config-printer.git] / system-config-printer.spec
CommitLineData
064bf3d9
PZ
1Summary: A graphical interface for modifying system date and time
2Summary(pl.UTF-8): Graficzny interfejs do zmiany daty i czasu systemowego
3Name: system-config-printer
4Version: 0.7.65
5Release: 0.1
6License: GPL v2
7Group: X11/Application
8Source0: http://cyberelk.net/tim/data/system-config-printer/%{name}-%{version}.tar.bz2
9# Source0-md5: c076dee6f8ecc0819a9d397b8f204e74
10URL: http://cyberelk.net/tim/software/system-config-printer/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gettext-devel
14BuildRequires: intltool
15BuildRequires: python-devel
16%pyrequires_eq python-libs
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20system-config-date is a graphical interface for changing the system
21date and time, configuring the system time zone, and setting up the
22NTP daemon to synchronize the time of the system with a NTP time
23server.
24
25%description -l pl.UTF-8
26system-config-date to graficzny interfejs do zmiany daty i czasu
27systemowego, konfiguracji strefy czasowej i ustawiania demona NTP do
28synchronizacji czasu systemowego z serwerem czasu NTP.
29
30%prep
31%setup -q
32
33%build
34%{__aclocal}
35%{__autoconf}
36%{__automake}
37%{configure}
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
cb809a7a
PZ
45rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/no
46
064bf3d9
PZ
47%find_lang %{name}
48
49%py_postclean %{_datadir}/system-config-printer
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files -f %{name}.lang
55%defattr(644,root,root,755)
56%doc AUTHORS ChangeLog NEWS README TODO
57%attr(755,root,root) %{_bindir}/system-config-printer-applet
58%attr(755,root,root) %{_sbindir}/system-config-printer
59%{_sysconfdir}/xdg/autostart/*.desktop
60%{_datadir}/system-config-printer
61%{_mandir}/man*/*
62%{_desktopdir}/*.desktop
This page took 0.094316 seconds and 4 git commands to generate.