]> git.pld-linux.org Git - packages/hwsd.git/blobdiff - hwsd.spec
- release 2 (by relup.sh)
[packages/hwsd.git] / hwsd.spec
index ccaa84c2169e83190a232db4418d01bd899478c5..0bd8141950c6e0a434ff83432c7be325471590c1 100644 (file)
--- a/hwsd.spec
+++ b/hwsd.spec
@@ -1,16 +1,16 @@
 #
 # Conditional build:
 %bcond_without apidocs         # do not build and package API docs
-#
+
 Summary:       Local and remote ZeroConf service discovery for hardware resources
 Summary(pl.UTF-8):     Lokalne i zdalne wykrywanie usług ZeroConf dla zasobów sprzętowych
 Name:          hwsd
-Version:       1.3.0
-Release:       1
+Version:       2.0.0
+Release:       2
 License:       LGPL v2.1 (library), GPL v3+ (applications)
 Group:         Libraries
 Source0:       https://github.com/Eyescale/hwsd/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 4c56f4dc80dfb0095c7ca8462a222e3a
+# Source0-md5: 85fbf643de9748f1cc8fcb3df813b625
 Patch0:                servus.patch
 URL:           https://github.com/Eyescale/hwsd/
 BuildRequires: Eyescale-CMake
@@ -58,6 +58,9 @@ Pliki nagłówkowe biblioteki HW-SD.
 Summary:       HW-SD API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki HW-SD
 Group:         Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 API documentation for HW-SD library.
@@ -99,19 +102,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE.txt README.md doc/{AUTHORS,Changelog.md}
+%doc LICENSE.txt README.md doc/Changelog.md
 %attr(755,root,root) %{_bindir}/hw_sd
 %attr(755,root,root) %{_bindir}/hw_sd_list
 %attr(755,root,root) %{_libdir}/libhwsd.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libhwsd.so.3
+%attr(755,root,root) %ghost %{_libdir}/libhwsd.so.4
 %attr(755,root,root) %{_libdir}/libhwsd_gpu_glx.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libhwsd_gpu_glx.so.3
+%attr(755,root,root) %ghost %{_libdir}/libhwsd_gpu_glx.so.4
 %attr(755,root,root) %{_libdir}/libhwsd_gpu_dns_sd.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libhwsd_gpu_dns_sd.so.3
+%attr(755,root,root) %ghost %{_libdir}/libhwsd_gpu_dns_sd.so.4
 %attr(755,root,root) %{_libdir}/libhwsd_net_sys.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libhwsd_net_sys.so.3
+%attr(755,root,root) %ghost %{_libdir}/libhwsd_net_sys.so.4
 %attr(755,root,root) %{_libdir}/libhwsd_net_dns_sd.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libhwsd_net_dns_sd.so.3
+%attr(755,root,root) %ghost %{_libdir}/libhwsd_net_dns_sd.so.4
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.867597 seconds and 4 git commands to generate.