OBS User unknown 2007-07-16 05:51:37 +00:00 committed by Git OBS Bridge
parent 22b4f65907
commit b78471a533
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 15 00:35:57 CEST 2007 - lrupp@suse.de
- added /usr/lib/YaST2 to the package to avoid huge dependencies
-------------------------------------------------------------------
Fri Jul 13 11:04:09 CEST 2007 - ke@suse.de

View File

@ -16,7 +16,7 @@ Name: yast2-trans-stats
#!BuildIgnore: tomcat5
BuildRequires: yast2-trans-allpacks
Version: 2.15.0
Release: 1
Release: 2
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -32,6 +32,7 @@ installation which is unsufficiently translated.
%prep
%build
for f in /usr/share/doc/packages/yast2-trans-*/status.txt; do
@ -57,9 +58,12 @@ rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%dir /usr/lib/YaST2
/usr/lib/YaST2/trans
%changelog
* Sun Jul 15 2007 - lrupp@suse.de
- added /usr/lib/YaST2 to the package to avoid huge dependencies
* Fri Jul 13 2007 - ke@suse.de
- Make it depended on yast2-trans-allpacks only.
* Mon Mar 26 2007 - ke@suse.de