]> git.pld-linux.org Git - packages/Camaelon.git/commitdiff
- pl, fixed changelog, added missing dirs
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 31 Jul 2003 19:49:44 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Camaelon.spec -> 1.2

Camaelon.spec

index b850d7340284c7547c23f46e5ba8e4901fc86bb3..8eb2bd7f3a529da238a1d07c18714e28f617eaaa 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       Theme bundle for GNUstep 
-Summary(pl):   Pakiet motywy GNUstep
+Summary(pl):   Pakiet z motywami dla GNUstepa
 Name:          Camaelon
 Version:       0.1
 Release:       1
@@ -10,7 +10,7 @@ Source0:      http://www.roard.com/camaelon/download/Camaelon-0.1.tgz
 URL:           http://www.roard.com/camaelon/
 BuildRequires: gnustep-gui-devel >= 0.8.7
 BuildRequires: gnustep-back-devel >= 0.8.7
-Requires:      gnustep-gui
+Requires:      gnustep-gui >= 0.8.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _prefix         /usr/lib/GNUstep
@@ -27,10 +27,15 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %endif
 
 %description
-Camaelon is a theme bundle for GNUStep, loadable by settings in UserDefaults
+Camaelon is a theme bundle for GNUStep, loadable by settings in
+UserDefaults.
+
+%description -l pl
+Camaelon to pakiet z motywami dla GNUstepa, które mo¿na wczytywaæ
+poprzez ustawienia w UserDefaults.
 
 %prep
-%setup -q -n Camaelon
+%setup -q -n %{name}
 
 %build
 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
@@ -53,7 +58,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%dir %{_prefix}/System/Library/Bundles/%{name}.themeEngine/
-%attr(755,root,root) %{_prefix}/System/Library/Bundles/%{name}.themeEngine/%{gscpu}/%{gsos}/%{libcombo}/*
+%dir %{_prefix}/System/Library/Bundles/%{name}.themeEngine
+%attr(755,root,root) %{_prefix}/System/Library/Bundles/%{name}.themeEngine/%{gscpu}
+%dir %{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources
 %{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources/*.tiff
 %{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources/*.plist
This page took 0.066733 seconds and 4 git commands to generate.