]> git.pld-linux.org Git - packages/firstboot.git/commitdiff
- updated URL, unified files
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Aug 2008 15:26:23 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firstboot.spec -> 1.6

firstboot.spec

index 2644a45d8b8b52ad1aad48f5b2e25d7ee92f933a..8c558c4833317cab5f6fb070ac5ae13277d7be05 100644 (file)
@@ -5,10 +5,11 @@ Version:      1.99
 Release:       1
 License:       GPL
 Group:         Base
+# https://fedorahosted.org/releases/f/i/firstboot/ (not yet)
 Source0:       %{name}-%{version}.tar.bz2
 # Source0-md5: 8883a4e5b1eb6ddc121741b467fd3760
 Patch0:                %{name}-python.patch
-URL:           http://fedora.redhat.com/projects/config-tools/
+URL:           http://fedoraproject.org/wiki/FirstBoot
 BuildRequires: gettext-devel
 Requires:      python-pygtk-gtk
 Requires:      python-rhpl
@@ -72,10 +73,10 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/firstboot
 %attr(754,root,root) /etc/rc.d/init.d/firstboot
-%dir /usr/share/firstboot
-%dir /usr/share/firstboot/modules
-/usr/share/firstboot/modules/*.py[co]
-/usr/share/firstboot/themes
-%{py_sitedir}/%{name}-%{version}-py*.egg-info
+%dir %{_datadir}/firstboot
+%dir %{_datadir}/firstboot/modules
+%{_datadir}/firstboot/modules/*.py[co]
+%{_datadir}/firstboot/themes
 %dir %{py_sitedir}/firstboot
 %{py_sitedir}/firstboot/*.py[co]
+%{py_sitedir}/%{name}-%{version}-py*.egg-info
This page took 0.115473 seconds and 4 git commands to generate.