Stephan Kulow 2011-08-29 11:08:14 +00:00 committed by Git OBS Bridge
parent bec7acaf06
commit 4ba3b7ce4d

View File

@ -1,7 +1,7 @@
#
# spec file for package hello (Version 2.3)
# spec file for package tomoyo-tools
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,8 @@
%define downloadver 2.3.0-20110511
BuildRequires: ncurses-devel help2man
BuildRequires: help2man ncurses-devel
Name: tomoyo-tools
License: GPLv2
Group: Development/Tools/Other
@ -53,6 +54,7 @@ mv $RPM_BUILD_ROOT/usr/%_lib/tomoyo/tomoyotools.conf $RPM_BUILD_ROOT/etc
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
@ -67,5 +69,4 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/*
%config(noreplace) /etc/tomoyotools.conf
%changelog