Commit 7b519ee80a7b3a7f5a8c72155a1b6169edbca9b9
1 parent
c1fd4dee
Exists in
master
and in
3 other branches
Updating package definition.
Showing
2 changed files
with
7 additions
and
13 deletions
Show diff stats
rpm/_service
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py --> |
4 | 4 | <service name="tar_scm"> |
5 | - <param name="changesgenerate">enable</param> | |
5 | + <!-- param name="changesgenerate">enable</param --> | |
6 | 6 | <param name="sslverify">disable</param> |
7 | 7 | <param name="versionformat">%ct</param> |
8 | 8 | <!-- param name="version">5.2</param --> |
... | ... | @@ -12,11 +12,11 @@ |
12 | 12 | </service> |
13 | 13 | |
14 | 14 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
15 | - <service name="extract_file"> | |
15 | + <!-- service name="extract_file"> | |
16 | 16 | <param name="archive">*.tar</param> |
17 | 17 | <param name="files">*/rpm/lib3270.spec</param> |
18 | 18 | <param name="outfilename">lib3270-5_2.spec</param> |
19 | - </service> | |
19 | + </service --> | |
20 | 20 | |
21 | 21 | <service name="recompress"> |
22 | 22 | <param name="file">*.tar</param> | ... | ... |
rpm/lib3270.spec
... | ... | @@ -139,19 +139,13 @@ rm -rf $RPM_BUILD_ROOT |
139 | 139 | %defattr(-,root,root) |
140 | 140 | |
141 | 141 | %{_libdir}/lib3270.so |
142 | -%{_libdir}/pkgconfig/lib3270.pc | |
143 | -%{_libdir}/pkgconfig/lib3270++.pc | |
144 | 142 | |
145 | -%{_includedir}/lib3270.h | |
143 | +%{_includedir}/*.h | |
146 | 144 | %{_includedir}/lib3270 |
147 | 145 | |
148 | -%{_libdir}/lib3270.so | |
149 | -%{_libdir}/lib3270.a | |
150 | - | |
151 | -%{_includedir}/lib3270++.h | |
152 | - | |
153 | -%{_libdir}/lib3270++.so | |
154 | -%{_libdir}/lib3270++.a | |
146 | +%{_libdir}/pkgconfig/*.pc | |
147 | +%{_libdir}/*.so | |
148 | +%{_libdir}/*.a | |
155 | 149 | |
156 | 150 | %pre |
157 | 151 | /sbin/ldconfig | ... | ... |