]> git.pld-linux.org Git - packages/apparmor-utils.git/commitdiff
- up to 2.0-142, Ycp.pm added
authorzbyniu <zbyniu@pld-linux.org>
Tue, 12 Dec 2006 01:09:22 +0000 (01:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apparmor-utils.spec -> 1.5

apparmor-utils.spec

index 20dacbcb4e820c6d191047f4acf8a0c1f7cffd5e..2d00a142c9ff8045c071105f9d5b088de0922709 100644 (file)
@@ -1,15 +1,16 @@
 %include       /usr/lib/rpm/macros.perl
 %define                _vimdatadir     %{_datadir}/vim/vimfiles
 %define                _ver 2.0
-%define                _svnrel 128
+%define                _svnrel 142
 Summary:       AppArmor userlevel utilities that are useful in creating AppArmor profiles
 Summary(pl):   Narzêdzia przestrzeni u¿ytkownika przydatne do tworzenia profili AppArmor
 Name:          apparmor-utils
 Version:       %{_ver}.%{_svnrel}
-Release:       0.1
+Release:       0.2
 Group:         Base
-Source0:       http://forgeftp.novell.com/apparmor/Development%20-%20September%20snapshot/%{name}-%{_ver}-%{_svnrel}.tar.gz
-# Source0-md5: 41cd82d2eb788211c3cf1d7a52ef9d82
+Source0:       http://forgeftp.novell.com/apparmor/Development%20-%20October%20Snapshot/%{name}-%{_ver}-%{_svnrel}.tar.gz
+# Source0-md5: b2447c84edc2df843b7bc4baa8a1eb2c
+Source1:       Ycp.pm
 License:       GPL
 URL:           http://forge.novell.com/modules/xfmod/project/?apparmor
 BuildRequires: gettext-devel
@@ -33,7 +34,6 @@ zestawu narz
 Summary:       AppArmor files support for Vim
 Summary(pl):   Obs³uga plików AppArmor dla Vima
 Group:         Applications/Editors/Vim
-Requires:      %{name} = %{version}-%{release}
 Requires:      vim >= 4:6.3.058-3
 
 %description -n vim-syntax-apparmor
@@ -56,6 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_vimdatadir}/{syntax,ftdetect}
 install apparmor.vim $RPM_BUILD_ROOT%{_vimdatadir}/syntax
+install %{SOURCE1} $RPM_BUILD_ROOT%{perl_vendorlib}/Immunix
 
 cat > $RPM_BUILD_ROOT%{_vimdatadir}/ftdetect/apparmor.vim <<-EOF
 au BufNewFile,BufRead /etc/apparmor.d/*,/etc/apparmor/profiles/* set filetype=apparmor
This page took 0.077788 seconds and 4 git commands to generate.