]> git.pld-linux.org Git - packages/GWorkspace.git/blob - GWorkspace.spec
- drop obsolete files
[packages/GWorkspace.git] / GWorkspace.spec
1 Summary:        Workspace manager for GNUstep
2 Summary(pl.UTF-8):      Zarządca biurek dla GNUstepa
3 Name:           GWorkspace
4 Version:        0.8.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.gnustep.it/enrico/gworkspace/gworkspace-%{version}.tar.gz
9 # Source0-md5:  16dc6b077517b60897cc0d057bb803f5
10 #Patch0: %{name}-link.patch
11 Patch1:         %{name}-initWithArguments.patch
12 URL:            http://www.gnustep.it/enrico/gworkspace/
13 BuildRequires:  gnustep-gui-devel >= 0.8.3
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 GWorkspace is a workspace and file manager for GNUstep.
18
19 %description -l pl.UTF-8
20 GWorkspace to zarządca biurek i plików dla GNUstepa.
21
22 %package devel
23 Summary:        Header files for GWorkspace
24 Summary(pl.UTF-8):      Pliki nagłówkowe GWorkspace
25 Group:          Development/Libraries
26 Requires:       %{name} = %{version}-%{release}
27
28 %description devel
29 Header files for GWorkspace.
30
31 %description devel -l pl.UTF-8
32 Pliki nagłówkowe GWorkspace.
33
34 %prep
35 %setup -q
36 #%patch0 -p1
37 %patch1 -p1
38
39 find . -type d -name CVS | xargs rm -rf
40
41 %build
42 export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
43 export GNUSTEP_FLATTENED=yes
44 export GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
45 %configure
46 %{__make} \
47         OPTFLAG="%{rpmcflags}" \
48         messages=yes
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
53 export GNUSTEP_FLATTENED=yes
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post   -p /sbin/ldconfig
62 %postun -p /sbin/ldconfig
63
64 %files
65 %defattr(644,root,root,755)
66 %doc TODO
67 %attr(755,root,root) %{_bindir}/GWorkspace
68 %attr(755,root,root) %{_bindir}/Recycler
69 %attr(755,root,root) %{_bindir}/ddbd
70 %attr(755,root,root) %{_bindir}/fswatcher
71 %attr(755,root,root) %{_bindir}/lsfupdater
72 %attr(755,root,root) %{_bindir}/resizer
73 %attr(755,root,root) %{_bindir}/searchtool
74 %attr(755,root,root) %{_bindir}/wopen
75 %attr(755,root,root) %{_libdir}/GNUstep/Applications/GWorkspace.app/GWorkspace
76 %dir %{_libdir}/GNUstep/Applications/GWorkspace.app/Resources/
77 %{_libdir}/GNUstep/Applications/GWorkspace.app/Resources/*.tiff
78 %{_libdir}/GNUstep/Applications/GWorkspace.app/Resources/*.lproj
79 %{_libdir}/GNUstep/Applications/GWorkspace.app/Resources/*.desktop
80 %{_libdir}/GNUstep/Applications/GWorkspace.app/Resources/*.plist
81 %attr(755,root,root) %{_libdir}/GNUstep/Applications/Recycler.app/Recycler
82 %{_libdir}/GNUstep/Applications/Recycler.app/Resources/*.lproj
83 %{_libdir}/GNUstep/Applications/Recycler.app/Resources/*.plist
84 %{_libdir}/GNUstep/Applications/Recycler.app/Resources/*.desktop
85 %{_libdir}/GNUstep/Applications/Recycler.app/Resources/*.tiff
86 %dir %{_libdir}/GNUstep/Frameworks/Operation.framework
87 %dir %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*
88 %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/Current
89 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*/Operation
90 %dir %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*/Resources
91 %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*/Resources/*.lproj
92 %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*/Resources/*.plist
93 %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*/Resources/*.tiff
94 %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*/libOperation.so
95 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/AppViewer.inspector/AppViewer
96 %{_libdir}/GNUstep/Bundles/AppViewer.inspector/Resources/*.lproj
97 %{_libdir}/GNUstep/Bundles/AppViewer.inspector/Resources/*.plist
98 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/FModuleAnnotations.finder/FModuleAnnotations
99 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/FModuleContents.finder/FModuleContents
100 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/FModuleCrDate.finder/FModuleCrDate
101 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/FModuleKind.finder/FModuleKind
102 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/FModuleModDate.finder/FModuleModDate
103 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/FModuleName.finder/FModuleName
104 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/FModuleOwner.finder/FModuleOwner
105 %{_libdir}/GNUstep/Bundles/*.finder/Resources/*.gorm
106 %{_libdir}/GNUstep/Bundles/*.finder/Resources/*.plist
107 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/FModuleSize.finder/FModuleSize
108 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/FolderViewer.inspector/FolderViewer
109 %dir %{_libdir}/GNUstep/Bundles/FolderViewer.inspector/Resources
110 %{_libdir}/GNUstep/Bundles/FolderViewer.inspector/Resources/*.lproj
111 %{_libdir}/GNUstep/Bundles/FolderViewer.inspector/Resources/*.plist
112 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/IBViewViewer.inspector/IBViewViewer
113 %dir %{_libdir}/GNUstep/Bundles/IBViewViewer.inspector/Resources
114 %{_libdir}/GNUstep/Bundles/IBViewViewer.inspector/Resources/*.lproj
115 %{_libdir}/GNUstep/Bundles/IBViewViewer.inspector/Resources/*.plist
116 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/ImageThumbnailer.thumb/ImageThumbnailer
117 %dir %{_libdir}/GNUstep/Bundles/ImageThumbnailer.thumb/Resources
118 %{_libdir}/GNUstep/Bundles/ImageThumbnailer.thumb/Resources/*.plist
119 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/ImageViewer.inspector/ImageViewer
120 %dir %{_libdir}/GNUstep/Bundles/ImageViewer.inspector/Resources
121 %{_libdir}/GNUstep/Bundles/ImageViewer.inspector/Resources/*.lproj
122 %{_libdir}/GNUstep/Bundles/ImageViewer.inspector/Resources/*.plist
123 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/MDModuleAnnotations.mdm/MDModuleAnnotations
124 %dir %{_libdir}/GNUstep/Bundles/MDModuleAnnotations.mdm/Resources
125 %{_libdir}/GNUstep/Bundles/MDModuleAnnotations.mdm/Resources/*.plist
126 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/NSColorViewer.inspector/NSColorViewer
127 %dir %{_libdir}/GNUstep/Bundles/NSColorViewer.inspector/Resources
128 %{_libdir}/GNUstep/Bundles/NSColorViewer.inspector/Resources/*.lproj
129 %{_libdir}/GNUstep/Bundles/NSColorViewer.inspector/Resources/*.plist
130 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/NSRTFViewer.inspector/NSRTFViewer
131 %dir %{_libdir}/GNUstep/Bundles/NSRTFViewer.inspector/Resources
132 %{_libdir}/GNUstep/Bundles/NSRTFViewer.inspector/Resources/*.lproj
133 %{_libdir}/GNUstep/Bundles/NSRTFViewer.inspector/Resources/*.plist
134 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/NSTIFFViewer.inspector/NSTIFFViewer
135 %dir %{_libdir}/GNUstep/Bundles/NSTIFFViewer.inspector/Resources
136 %{_libdir}/GNUstep/Bundles/NSTIFFViewer.inspector/Resources/*.lproj
137 %{_libdir}/GNUstep/Bundles/NSTIFFViewer.inspector/Resources/*.plist
138 %dir %{_libdir}/GNUstep/Bundles/Role.extinfo/Resources
139 %{_libdir}/GNUstep/Bundles/Role.extinfo/Resources/*.plist
140 %{_libdir}/GNUstep/Bundles/Role.extinfo/Role
141 %dir %{_libdir}/GNUstep/Bundles/RtfViewer.inspector/Resources
142 %{_libdir}/GNUstep/Bundles/RtfViewer.inspector/Resources/*.lproj
143 %{_libdir}/GNUstep/Bundles/RtfViewer.inspector/Resources/*.plist
144 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/RtfViewer.inspector/RtfViewer
145 %dir %{_libdir}/GNUstep/Bundles/SoundViewer.inspector/Resources
146 %{_libdir}/GNUstep/Bundles/SoundViewer.inspector/Resources/*.lproj
147 %{_libdir}/GNUstep/Bundles/SoundViewer.inspector/Resources/*.plist
148 %{_libdir}/GNUstep/Bundles/SoundViewer.inspector/Resources/*.tiff
149 %attr(755,root,root) %{_libdir}/GNUstep/Bundles/SoundViewer.inspector/SoundViewer
150 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/FSNode.framework/FSNode
151 %{_libdir}/GNUstep/Frameworks/FSNode.framework/Resources
152 %dir %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*
153 %dir %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*
154 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*/FSNode
155 %dir %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*/Resources
156 %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*/Resources/*.tiff
157 %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*/Resources/*.lproj
158 %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*/Resources/*.plist
159 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*/libFSNode.so
160 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*/libFSNode.so.0
161 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*/libFSNode.so.0.1.0
162 %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/Current
163 %{_libdir}/GNUstep/Frameworks/FSNode.framework/libFSNode.so
164 %{_libdir}/GNUstep/Frameworks/Inspector.framework/Inspector
165 %{_libdir}/GNUstep/Frameworks/Inspector.framework/Resources
166 %dir %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*
167 %dir %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*
168 %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/Current
169 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*/Inspector
170 %dir %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*/Resources
171 %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*/Resources/*.tiff
172 %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*/Resources/*.lproj
173 %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*/Resources/*.plist
174 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*/libInspector.so
175 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*/libInspector.so.0
176 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*/libInspector.so.*.*.*
177 %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*
178 %{_libdir}/GNUstep/Frameworks/Inspector.framework/libInspector.so
179 %{_libdir}/GNUstep/Frameworks/Operation.framework/Operation
180 %{_libdir}/GNUstep/Frameworks/Operation.framework/Resources
181 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*/libOperation.so.1
182 %attr(755,root,root) %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*/libOperation.so.1.0.0
183 %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*
184 %{_libdir}/GNUstep/Frameworks/Operation.framework/libOperation.so
185 %{_libdir}/GNUstep/Services/thumbnailer.service/Resources/*.plist
186 %dir %{_libdir}/GNUstep/Services/thumbnailer.service
187 %attr(755,root,root) %{_libdir}/GNUstep/Services/thumbnailer.service/thumbnailer
188 %{_libdir}/libDBKit.so
189 %attr(755,root,root) %{_libdir}/libDBKit.so.0.0.1
190 %{_libdir}/libFSNode.so
191 %attr(755,root,root) %{_libdir}/libFSNode.so.0.1.0
192 %{_libdir}/libInspector.so
193 %attr(755,root,root) %{_libdir}/libInspector.so.0.1.0
194 %{_libdir}/libOperation.so
195 %attr(755,root,root) %{_libdir}/libOperation.so.1.0.0
196
197 %files devel
198 %defattr(644,root,root,755)
199 %dir %{_includedir}/DBKit
200 %{_includedir}/DBKit/DBKBTree.h
201 %{_includedir}/DBKit/DBKBTreeNode.h
202 %{_includedir}/DBKit/DBKFixLenRecordsFile.h
203 %{_includedir}/DBKit/DBKPathsTree.h
204 %{_includedir}/DBKit/DBKVarLenRecordsFile.h
205 %{_includedir}/FSNode
206 %{_includedir}/Inspector
207 %{_includedir}/Operation
208 %dir %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*/Headers
209 %{_libdir}/GNUstep/Frameworks/FSNode.framework/Versions/[0-9]*/Headers/*.h
210 %{_libdir}/GNUstep/Frameworks/Inspector.framework/Headers
211 %dir %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*/Headers
212 %{_libdir}/GNUstep/Frameworks/Inspector.framework/Versions/[0-9]*/Headers/*.h
213 %{_libdir}/GNUstep/Frameworks/Operation.framework/Headers
214 %dir %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*/Headers
215 %{_libdir}/GNUstep/Frameworks/Operation.framework/Versions/[0-9]*/Headers/*.h
216 %{_libdir}/GNUstep/Frameworks/FSNode.framework/Headers
This page took 0.135979 seconds and 3 git commands to generate.