]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- add TODO
authorshadzik <shadzik@pld-linux.org>
Thu, 25 Nov 2010 13:25:09 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    systemd.spec -> 1.6

systemd.spec

index 9a5a9e8a01087cdbef710ba0306fd359c0c7d869..0300ba48eaff8923a48923709bc82033d9cb99e7 100644 (file)
@@ -1,4 +1,9 @@
 #
+# TODO:
+# - gtk BRs: libnotify 0.7 and gtk+3
+# - subpackages: bash-autocompletion, dbus(?), gtk, others?
+# - more BRs
+#
 
 %bcond_with    gtk     # build gtk tools
 
@@ -12,28 +17,15 @@ Group:              Base
 Source0:       http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
 # Source0-md5: 36011aa8593862ca78e3e909f6143570
 URL:           http://www.freedesktop.org/wiki/Software/systemd
-#BuildRequires:        -
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: dbus-devel
-BuildRequires: gettext-devel
 %if %{with gtk}
 BuildRequires: libnotify-devel >= 0.7.0
 %endif
 BuildRequires: libtool
 BuildRequires: udev-devel >= 160
 BuildRequires: vala >= 0.11
-#Requires(postun):     -
-#Requires(pre,post):   -
-#Requires(preun):      -
-#Requires:     -
-#Provides:     -
-#Provides:     group(foo)
-#Provides:     user(foo)
-#Obsoletes:    -
-#Conflicts:    -
-#BuildArch:    noarch
-#ExclusiveArch:        %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -61,9 +53,6 @@ sysvinit.
 %setup -q
 
 %build
-#%%{__gettextize}
-#%%{__libtoolize}
-#%%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure \
This page took 0.132613 seconds and 4 git commands to generate.